diff --git a/etc/api/type-api.yaml b/etc/api/type-api.yaml index 37b4ee4323..ab0af05398 100644 --- a/etc/api/type-api.yaml +++ b/etc/api/type-api.yaml @@ -25,7 +25,7 @@ make: - source: build.rs output_dir: src cargo: - build_version: "0.1.14" + build_version: "0.1.15" build_script: src/build.rs keywords: [protocol, web, api] dependencies: diff --git a/etc/api/type-cli.yaml b/etc/api/type-cli.yaml index 62e7fc372c..d085725984 100644 --- a/etc/api/type-cli.yaml +++ b/etc/api/type-cli.yaml @@ -26,6 +26,6 @@ cargo: keywords: [cli] is_executable: YES dependencies: - - strsim = "^0.4" + - strsim = "^0.5" - yup-hyper-mock = "^1.0" - clap = "^2.0" diff --git a/gen/adexchangebuyer1d3-cli/Cargo.toml b/gen/adexchangebuyer1d3-cli/Cargo.toml index a2a65dffb0..c6de5cdbe2 100644 --- a/gen/adexchangebuyer1d3-cli/Cargo.toml +++ b/gen/adexchangebuyer1d3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-adexchangebuyer1d3] path = "../adexchangebuyer1d3" +version = "*" optional = true default-features = false diff --git a/gen/adexchangebuyer1d3/Cargo.toml b/gen/adexchangebuyer1d3/Cargo.toml index ed8cab22d8..03006ee609 100644 --- a/gen/adexchangebuyer1d3/Cargo.toml +++ b/gen/adexchangebuyer1d3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-adexchangebuyer1d3" -version = "0.1.14+20160831" +version = "0.1.15+20160831" authors = ["Sebastian Thiel "] description = "A complete library to interact with Ad Exchange Buyer (protocol v1.3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d3" diff --git a/gen/adexchangebuyer1d3/README.md b/gen/adexchangebuyer1d3/README.md index d700f311af..498c4a4285 100644 --- a/gen/adexchangebuyer1d3/README.md +++ b/gen/adexchangebuyer1d3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-adexchangebuyer1d3` library allows access to all features of the *Google Ad Exchange Buyer* service. -This documentation was generated from *Ad Exchange Buyer* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Ad Exchange Buyer* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Ad Exchange Buyer* *v1d3* API can be found at the [official documentation site](https://developers.google.com/ad-exchange/buyer-rest). diff --git a/gen/adexchangebuyer1d3/src/lib.rs b/gen/adexchangebuyer1d3/src/lib.rs index 8840149080..1d6193c60b 100644 --- a/gen/adexchangebuyer1d3/src/lib.rs +++ b/gen/adexchangebuyer1d3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Ad Exchange Buyer* *v1d3* API can be found at the //! [official documentation site](https://developers.google.com/ad-exchange/buyer-rest). diff --git a/gen/adexchangebuyer1d3/src/lib.rs.in b/gen/adexchangebuyer1d3/src/lib.rs.in index a52d9e72f5..efbc45bfd4 100644 --- a/gen/adexchangebuyer1d3/src/lib.rs.in +++ b/gen/adexchangebuyer1d3/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> AdExchangeBuyer AdExchangeBuyer { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -160,7 +160,7 @@ impl<'a, C, A> AdExchangeBuyer } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/adexchangebuyer1d4-cli/Cargo.toml b/gen/adexchangebuyer1d4-cli/Cargo.toml index 288796a820..2ae6c1c53c 100644 --- a/gen/adexchangebuyer1d4-cli/Cargo.toml +++ b/gen/adexchangebuyer1d4-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-adexchangebuyer1d4] path = "../adexchangebuyer1d4" +version = "*" optional = true default-features = false diff --git a/gen/adexchangebuyer1d4/Cargo.toml b/gen/adexchangebuyer1d4/Cargo.toml index 4ba040f942..bb02b862a3 100644 --- a/gen/adexchangebuyer1d4/Cargo.toml +++ b/gen/adexchangebuyer1d4/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-adexchangebuyer1d4" -version = "0.1.14+20160831" +version = "0.1.15+20160831" authors = ["Sebastian Thiel "] description = "A complete library to interact with Ad Exchange Buyer (protocol v1.4)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d4" diff --git a/gen/adexchangebuyer1d4/README.md b/gen/adexchangebuyer1d4/README.md index 6bd5fae0cb..0519bc326f 100644 --- a/gen/adexchangebuyer1d4/README.md +++ b/gen/adexchangebuyer1d4/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-adexchangebuyer1d4` library allows access to all features of the *Google Ad Exchange Buyer* service. -This documentation was generated from *Ad Exchange Buyer* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Ad Exchange Buyer* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Ad Exchange Buyer* *v1d4* API can be found at the [official documentation site](https://developers.google.com/ad-exchange/buyer-rest). diff --git a/gen/adexchangebuyer1d4/src/lib.rs b/gen/adexchangebuyer1d4/src/lib.rs index 2a96bf263f..d1775066ba 100644 --- a/gen/adexchangebuyer1d4/src/lib.rs +++ b/gen/adexchangebuyer1d4/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *adexchangebuyer:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Ad Exchange Buyer* *v1d4* API can be found at the //! [official documentation site](https://developers.google.com/ad-exchange/buyer-rest). diff --git a/gen/adexchangebuyer1d4/src/lib.rs.in b/gen/adexchangebuyer1d4/src/lib.rs.in index c64df741d7..596c6adac9 100644 --- a/gen/adexchangebuyer1d4/src/lib.rs.in +++ b/gen/adexchangebuyer1d4/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> AdExchangeBuyer AdExchangeBuyer { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -175,7 +175,7 @@ impl<'a, C, A> AdExchangeBuyer } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/adexchangeseller2-cli/Cargo.toml b/gen/adexchangeseller2-cli/Cargo.toml index 501c8e9cdb..04f2cc4a48 100644 --- a/gen/adexchangeseller2-cli/Cargo.toml +++ b/gen/adexchangeseller2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-adexchangeseller2] path = "../adexchangeseller2" +version = "*" optional = true default-features = false diff --git a/gen/adexchangeseller2/Cargo.toml b/gen/adexchangeseller2/Cargo.toml index dad6638f1c..bf3f180568 100644 --- a/gen/adexchangeseller2/Cargo.toml +++ b/gen/adexchangeseller2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-adexchangeseller2" -version = "0.1.14+20160805" +version = "0.1.15+20160805" authors = ["Sebastian Thiel "] description = "A complete library to interact with Ad Exchange Seller (protocol v2.0)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangeseller2" diff --git a/gen/adexchangeseller2/README.md b/gen/adexchangeseller2/README.md index bbd3ab82cb..1d570d6cc5 100644 --- a/gen/adexchangeseller2/README.md +++ b/gen/adexchangeseller2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-adexchangeseller2` library allows access to all features of the *Google Ad Exchange Seller* service. -This documentation was generated from *Ad Exchange Seller* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Ad Exchange Seller* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Ad Exchange Seller* *v2* API can be found at the [official documentation site](https://developers.google.com/ad-exchange/seller-rest/). diff --git a/gen/adexchangeseller2/src/lib.rs b/gen/adexchangeseller2/src/lib.rs index 4ab00c04f4..a50750c0de 100644 --- a/gen/adexchangeseller2/src/lib.rs +++ b/gen/adexchangeseller2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Ad Exchange Seller* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Ad Exchange Seller* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Ad Exchange Seller* *v2* API can be found at the //! [official documentation site](https://developers.google.com/ad-exchange/seller-rest/). diff --git a/gen/adexchangeseller2/src/lib.rs.in b/gen/adexchangeseller2/src/lib.rs.in index 09f562019c..dfa90dfff5 100644 --- a/gen/adexchangeseller2/src/lib.rs.in +++ b/gen/adexchangeseller2/src/lib.rs.in @@ -138,7 +138,7 @@ impl<'a, C, A> AdExchangeSeller AdExchangeSeller { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -147,7 +147,7 @@ impl<'a, C, A> AdExchangeSeller } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/admin1_directory-cli/Cargo.toml b/gen/admin1_directory-cli/Cargo.toml index 27d939ed6a..5442932752 100644 --- a/gen/admin1_directory-cli/Cargo.toml +++ b/gen/admin1_directory-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-admin1_directory] path = "../admin1_directory" +version = "*" optional = true default-features = false diff --git a/gen/admin1_directory/Cargo.toml b/gen/admin1_directory/Cargo.toml index f60cda28a8..c104c569ab 100644 --- a/gen/admin1_directory/Cargo.toml +++ b/gen/admin1_directory/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-admin1_directory" -version = "0.1.14+20160824" +version = "0.1.15+20160824" authors = ["Sebastian Thiel "] description = "A complete library to interact with directory (protocol directory_v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_directory" diff --git a/gen/admin1_directory/README.md b/gen/admin1_directory/README.md index 9078e3c28e..6ea15c50a9 100644 --- a/gen/admin1_directory/README.md +++ b/gen/admin1_directory/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-admin1_directory` library allows access to all features of the *Google directory* service. -This documentation was generated from *directory* crate version *0.1.14+20160824*, where *20160824* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *directory* crate version *0.1.15+20160824*, where *20160824* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *directory* *v1_directory* API can be found at the [official documentation site](https://developers.google.com/admin-sdk/directory/). diff --git a/gen/admin1_directory/src/lib.rs b/gen/admin1_directory/src/lib.rs index 7a8a4da88e..d6750507a1 100644 --- a/gen/admin1_directory/src/lib.rs +++ b/gen/admin1_directory/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *directory* crate version *0.1.14+20160824*, where *20160824* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *directory* crate version *0.1.15+20160824*, where *20160824* is the exact revision of the *admin:directory_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *directory* *v1_directory* API can be found at the //! [official documentation site](https://developers.google.com/admin-sdk/directory/). diff --git a/gen/admin1_directory/src/lib.rs.in b/gen/admin1_directory/src/lib.rs.in index e2d9dfe11e..820b60688c 100644 --- a/gen/admin1_directory/src/lib.rs.in +++ b/gen/admin1_directory/src/lib.rs.in @@ -249,7 +249,7 @@ impl<'a, C, A> Directory Directory { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -312,7 +312,7 @@ impl<'a, C, A> Directory } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/admin1_reports-cli/Cargo.toml b/gen/admin1_reports-cli/Cargo.toml index f29c021d46..5a5d8d9cd2 100644 --- a/gen/admin1_reports-cli/Cargo.toml +++ b/gen/admin1_reports-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-admin1_reports] path = "../admin1_reports" +version = "*" optional = true default-features = false diff --git a/gen/admin1_reports/Cargo.toml b/gen/admin1_reports/Cargo.toml index a59cea7daf..19498ca159 100644 --- a/gen/admin1_reports/Cargo.toml +++ b/gen/admin1_reports/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-admin1_reports" -version = "0.1.14+20160704" +version = "0.1.15+20160704" authors = ["Sebastian Thiel "] description = "A complete library to interact with reports (protocol reports_v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_reports" diff --git a/gen/admin1_reports/README.md b/gen/admin1_reports/README.md index dfacd26d1e..ece6fcc14e 100644 --- a/gen/admin1_reports/README.md +++ b/gen/admin1_reports/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-admin1_reports` library allows access to all features of the *Google reports* service. -This documentation was generated from *reports* crate version *0.1.14+20160704*, where *20160704* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *reports* crate version *0.1.15+20160704*, where *20160704* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *reports* *v1_reports* API can be found at the [official documentation site](https://developers.google.com/admin-sdk/reports/). diff --git a/gen/admin1_reports/src/lib.rs b/gen/admin1_reports/src/lib.rs index 5d9e8ccd8e..7ae5bfbb95 100644 --- a/gen/admin1_reports/src/lib.rs +++ b/gen/admin1_reports/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *reports* crate version *0.1.14+20160704*, where *20160704* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *reports* crate version *0.1.15+20160704*, where *20160704* is the exact revision of the *admin:reports_v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *reports* *v1_reports* API can be found at the //! [official documentation site](https://developers.google.com/admin-sdk/reports/). diff --git a/gen/admin1_reports/src/lib.rs.in b/gen/admin1_reports/src/lib.rs.in index 3a339edca8..c8a244db94 100644 --- a/gen/admin1_reports/src/lib.rs.in +++ b/gen/admin1_reports/src/lib.rs.in @@ -145,7 +145,7 @@ impl<'a, C, A> Reports Reports { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -163,7 +163,7 @@ impl<'a, C, A> Reports } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/adsense1d4-cli/Cargo.toml b/gen/adsense1d4-cli/Cargo.toml index 8f5c266196..fd5c2a06ea 100644 --- a/gen/adsense1d4-cli/Cargo.toml +++ b/gen/adsense1d4-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-adsense1d4] path = "../adsense1d4" +version = "*" optional = true default-features = false diff --git a/gen/adsense1d4/Cargo.toml b/gen/adsense1d4/Cargo.toml index cadf9794e1..82fd608768 100644 --- a/gen/adsense1d4/Cargo.toml +++ b/gen/adsense1d4/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-adsense1d4" -version = "0.1.14+20160907" +version = "0.1.15+20160907" authors = ["Sebastian Thiel "] description = "A complete library to interact with AdSense (protocol v1.4)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adsense1d4" diff --git a/gen/adsense1d4/README.md b/gen/adsense1d4/README.md index e6edc25c18..5893fa8716 100644 --- a/gen/adsense1d4/README.md +++ b/gen/adsense1d4/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-adsense1d4` library allows access to all features of the *Google AdSense* service. -This documentation was generated from *AdSense* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *AdSense* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *AdSense* *v1d4* API can be found at the [official documentation site](https://developers.google.com/adsense/management/). diff --git a/gen/adsense1d4/src/lib.rs b/gen/adsense1d4/src/lib.rs index 76b4e9b363..9b23c7f43d 100644 --- a/gen/adsense1d4/src/lib.rs +++ b/gen/adsense1d4/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *AdSense* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *AdSense* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *adsense:v1.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *AdSense* *v1d4* API can be found at the //! [official documentation site](https://developers.google.com/adsense/management/). diff --git a/gen/adsense1d4/src/lib.rs.in b/gen/adsense1d4/src/lib.rs.in index 61ec692ea1..1038d7f7d8 100644 --- a/gen/adsense1d4/src/lib.rs.in +++ b/gen/adsense1d4/src/lib.rs.in @@ -140,7 +140,7 @@ impl<'a, C, A> AdSense AdSense { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -176,7 +176,7 @@ impl<'a, C, A> AdSense } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/adsensehost4d1-cli/Cargo.toml b/gen/adsensehost4d1-cli/Cargo.toml index 97dbf28a25..56eb779a34 100644 --- a/gen/adsensehost4d1-cli/Cargo.toml +++ b/gen/adsensehost4d1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-adsensehost4d1] path = "../adsensehost4d1" +version = "*" optional = true default-features = false diff --git a/gen/adsensehost4d1/Cargo.toml b/gen/adsensehost4d1/Cargo.toml index 56e5ea021c..77878e9cfb 100644 --- a/gen/adsensehost4d1/Cargo.toml +++ b/gen/adsensehost4d1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-adsensehost4d1" -version = "0.1.14+20160907" +version = "0.1.15+20160907" authors = ["Sebastian Thiel "] description = "A complete library to interact with AdSense Host (protocol v4.1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adsensehost4d1" diff --git a/gen/adsensehost4d1/README.md b/gen/adsensehost4d1/README.md index d248429d7b..2e874421aa 100644 --- a/gen/adsensehost4d1/README.md +++ b/gen/adsensehost4d1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-adsensehost4d1` library allows access to all features of the *Google AdSense Host* service. -This documentation was generated from *AdSense Host* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *AdSense Host* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *AdSense Host* *v4d1* API can be found at the [official documentation site](https://developers.google.com/adsense/host/). diff --git a/gen/adsensehost4d1/src/lib.rs b/gen/adsensehost4d1/src/lib.rs index f3aea69f56..4e1197d322 100644 --- a/gen/adsensehost4d1/src/lib.rs +++ b/gen/adsensehost4d1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *AdSense Host* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *AdSense Host* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *adsensehost:v4.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *AdSense Host* *v4d1* API can be found at the //! [official documentation site](https://developers.google.com/adsense/host/). diff --git a/gen/adsensehost4d1/src/lib.rs.in b/gen/adsensehost4d1/src/lib.rs.in index 95f7373b4d..c0e238daf6 100644 --- a/gen/adsensehost4d1/src/lib.rs.in +++ b/gen/adsensehost4d1/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> AdSenseHost AdSenseHost { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -158,7 +158,7 @@ impl<'a, C, A> AdSenseHost } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/analytics3-cli/Cargo.toml b/gen/analytics3-cli/Cargo.toml index 604a1d783c..d5cb427bcf 100644 --- a/gen/analytics3-cli/Cargo.toml +++ b/gen/analytics3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-analytics3] path = "../analytics3" +version = "*" optional = true default-features = false diff --git a/gen/analytics3/Cargo.toml b/gen/analytics3/Cargo.toml index 87115208d7..def05e4e19 100644 --- a/gen/analytics3/Cargo.toml +++ b/gen/analytics3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-analytics3" -version = "0.1.14+20160805" +version = "0.1.15+20160805" authors = ["Sebastian Thiel "] description = "A complete library to interact with analytics (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/analytics3" diff --git a/gen/analytics3/README.md b/gen/analytics3/README.md index 18b3391a9e..09a1f1fc96 100644 --- a/gen/analytics3/README.md +++ b/gen/analytics3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-analytics3` library allows access to all features of the *Google analytics* service. -This documentation was generated from *analytics* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *analytics* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *analytics* *v3* API can be found at the [official documentation site](https://developers.google.com/analytics/). diff --git a/gen/analytics3/src/lib.rs b/gen/analytics3/src/lib.rs index b917d4451b..65d7031d4f 100644 --- a/gen/analytics3/src/lib.rs +++ b/gen/analytics3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *analytics* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *analytics* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *analytics:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *analytics* *v3* API can be found at the //! [official documentation site](https://developers.google.com/analytics/). diff --git a/gen/analytics3/src/lib.rs.in b/gen/analytics3/src/lib.rs.in index b141c25e5b..d301f7c2a9 100644 --- a/gen/analytics3/src/lib.rs.in +++ b/gen/analytics3/src/lib.rs.in @@ -153,7 +153,7 @@ impl<'a, C, A> Analytics Analytics { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -171,7 +171,7 @@ impl<'a, C, A> Analytics } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/androidenterprise1-cli/Cargo.toml b/gen/androidenterprise1-cli/Cargo.toml index 22f133454c..c418637342 100644 --- a/gen/androidenterprise1-cli/Cargo.toml +++ b/gen/androidenterprise1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-androidenterprise1] path = "../androidenterprise1" +version = "*" optional = true default-features = false diff --git a/gen/androidenterprise1/Cargo.toml b/gen/androidenterprise1/Cargo.toml index b71cd49f4d..6befcd7ba6 100644 --- a/gen/androidenterprise1/Cargo.toml +++ b/gen/androidenterprise1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-androidenterprise1" -version = "0.1.14+20160831" +version = "0.1.15+20160831" authors = ["Sebastian Thiel "] description = "A complete library to interact with Android Enterprise (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/androidenterprise1" diff --git a/gen/androidenterprise1/README.md b/gen/androidenterprise1/README.md index 5d320c42c7..01962b492f 100644 --- a/gen/androidenterprise1/README.md +++ b/gen/androidenterprise1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-androidenterprise1` library allows access to all features of the *Google Android Enterprise* service. -This documentation was generated from *Android Enterprise* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *androidenterprise:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Android Enterprise* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *androidenterprise:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Android Enterprise* *v1* API can be found at the [official documentation site](https://developers.google.com/android/work/play/emm-api). diff --git a/gen/androidenterprise1/src/lib.rs b/gen/androidenterprise1/src/lib.rs index 6875b12855..f3655cdd3d 100644 --- a/gen/androidenterprise1/src/lib.rs +++ b/gen/androidenterprise1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Android Enterprise* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *androidenterprise:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Android Enterprise* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *androidenterprise:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Android Enterprise* *v1* API can be found at the //! [official documentation site](https://developers.google.com/android/work/play/emm-api). diff --git a/gen/androidenterprise1/src/lib.rs.in b/gen/androidenterprise1/src/lib.rs.in index bde68527dd..e94659286c 100644 --- a/gen/androidenterprise1/src/lib.rs.in +++ b/gen/androidenterprise1/src/lib.rs.in @@ -128,7 +128,7 @@ impl<'a, C, A> AndroidEnterprise AndroidEnterprise { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -182,7 +182,7 @@ impl<'a, C, A> AndroidEnterprise } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/androidpublisher2-cli/Cargo.toml b/gen/androidpublisher2-cli/Cargo.toml index 8687716967..72541d50b0 100644 --- a/gen/androidpublisher2-cli/Cargo.toml +++ b/gen/androidpublisher2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-androidpublisher2] path = "../androidpublisher2" +version = "*" optional = true default-features = false diff --git a/gen/androidpublisher2/Cargo.toml b/gen/androidpublisher2/Cargo.toml index 140397d173..140164654a 100644 --- a/gen/androidpublisher2/Cargo.toml +++ b/gen/androidpublisher2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-androidpublisher2" -version = "0.1.14+20160817" +version = "0.1.15+20160817" authors = ["Sebastian Thiel "] description = "A complete library to interact with Android Publisher (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/androidpublisher2" diff --git a/gen/androidpublisher2/README.md b/gen/androidpublisher2/README.md index 487b0be245..ffb17eb228 100644 --- a/gen/androidpublisher2/README.md +++ b/gen/androidpublisher2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-androidpublisher2` library allows access to all features of the *Google Android Publisher* service. -This documentation was generated from *Android Publisher* crate version *0.1.14+20160817*, where *20160817* is the exact revision of the *androidpublisher:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Android Publisher* crate version *0.1.15+20160817*, where *20160817* is the exact revision of the *androidpublisher:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Android Publisher* *v2* API can be found at the [official documentation site](https://developers.google.com/android-publisher). diff --git a/gen/androidpublisher2/src/lib.rs b/gen/androidpublisher2/src/lib.rs index b06c703604..26e327b09f 100644 --- a/gen/androidpublisher2/src/lib.rs +++ b/gen/androidpublisher2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Android Publisher* crate version *0.1.14+20160817*, where *20160817* is the exact revision of the *androidpublisher:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Android Publisher* crate version *0.1.15+20160817*, where *20160817* is the exact revision of the *androidpublisher:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Android Publisher* *v2* API can be found at the //! [official documentation site](https://developers.google.com/android-publisher). diff --git a/gen/androidpublisher2/src/lib.rs.in b/gen/androidpublisher2/src/lib.rs.in index d591139b6b..6f609d3153 100644 --- a/gen/androidpublisher2/src/lib.rs.in +++ b/gen/androidpublisher2/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> AndroidPublisher AndroidPublisher { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -155,7 +155,7 @@ impl<'a, C, A> AndroidPublisher } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/appengine1-cli/Cargo.toml b/gen/appengine1-cli/Cargo.toml index de7d297ab8..c1dd24a03c 100644 --- a/gen/appengine1-cli/Cargo.toml +++ b/gen/appengine1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-appengine1] path = "../appengine1" +version = "*" optional = true default-features = false diff --git a/gen/appengine1/Cargo.toml b/gen/appengine1/Cargo.toml index 215fab8282..c9cdf82feb 100644 --- a/gen/appengine1/Cargo.toml +++ b/gen/appengine1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-appengine1" -version = "0.1.14+20160802" +version = "0.1.15+20160802" authors = ["Sebastian Thiel "] description = "A complete library to interact with appengine (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1" diff --git a/gen/appengine1/README.md b/gen/appengine1/README.md index 144506413a..fd9b76cdb5 100644 --- a/gen/appengine1/README.md +++ b/gen/appengine1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-appengine1` library allows access to all features of the *Google appengine* service. -This documentation was generated from *appengine* crate version *0.1.14+20160802*, where *20160802* is the exact revision of the *appengine:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *appengine* crate version *0.1.15+20160802*, where *20160802* is the exact revision of the *appengine:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *appengine* *v1* API can be found at the [official documentation site](https://cloud.google.com/appengine/docs/admin-api/). diff --git a/gen/appengine1/src/lib.rs b/gen/appengine1/src/lib.rs index c02610b140..85d36e6498 100644 --- a/gen/appengine1/src/lib.rs +++ b/gen/appengine1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *appengine* crate version *0.1.14+20160802*, where *20160802* is the exact revision of the *appengine:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *appengine* crate version *0.1.15+20160802*, where *20160802* is the exact revision of the *appengine:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *appengine* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/appengine/docs/admin-api/). diff --git a/gen/appengine1/src/lib.rs.in b/gen/appengine1/src/lib.rs.in index 3f1d96e2b3..c404d538ec 100644 --- a/gen/appengine1/src/lib.rs.in +++ b/gen/appengine1/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> Appengine Appengine { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Appengine } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/appengine1_beta4-cli/Cargo.toml b/gen/appengine1_beta4-cli/Cargo.toml index 666c2d3d95..9f3f01a32c 100644 --- a/gen/appengine1_beta4-cli/Cargo.toml +++ b/gen/appengine1_beta4-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-appengine1_beta4] path = "../appengine1_beta4" +version = "*" optional = true default-features = false diff --git a/gen/appengine1_beta4/Cargo.toml b/gen/appengine1_beta4/Cargo.toml index 42c141a7cc..2b7ec1c396 100644 --- a/gen/appengine1_beta4/Cargo.toml +++ b/gen/appengine1_beta4/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-appengine1_beta4" -version = "0.1.14+20160802" +version = "0.1.15+20160802" authors = ["Sebastian Thiel "] description = "A complete library to interact with appengine (protocol v1beta4)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1_beta4" diff --git a/gen/appengine1_beta4/README.md b/gen/appengine1_beta4/README.md index fd48ebdd12..b8c2a51cea 100644 --- a/gen/appengine1_beta4/README.md +++ b/gen/appengine1_beta4/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-appengine1_beta4` library allows access to all features of the *Google appengine* service. -This documentation was generated from *appengine* crate version *0.1.14+20160802*, where *20160802* is the exact revision of the *appengine:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *appengine* crate version *0.1.15+20160802*, where *20160802* is the exact revision of the *appengine:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *appengine* *v1_beta4* API can be found at the [official documentation site](https://cloud.google.com/appengine/docs/admin-api/). diff --git a/gen/appengine1_beta4/src/lib.rs b/gen/appengine1_beta4/src/lib.rs index 778cbbccc7..e02af01698 100644 --- a/gen/appengine1_beta4/src/lib.rs +++ b/gen/appengine1_beta4/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *appengine* crate version *0.1.14+20160802*, where *20160802* is the exact revision of the *appengine:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *appengine* crate version *0.1.15+20160802*, where *20160802* is the exact revision of the *appengine:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *appengine* *v1_beta4* API can be found at the //! [official documentation site](https://cloud.google.com/appengine/docs/admin-api/). diff --git a/gen/appengine1_beta4/src/lib.rs.in b/gen/appengine1_beta4/src/lib.rs.in index bc28fe5ab1..edfa32b798 100644 --- a/gen/appengine1_beta4/src/lib.rs.in +++ b/gen/appengine1_beta4/src/lib.rs.in @@ -135,7 +135,7 @@ impl<'a, C, A> Appengine Appengine { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -144,7 +144,7 @@ impl<'a, C, A> Appengine } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/appengine1_beta5-cli/Cargo.toml b/gen/appengine1_beta5-cli/Cargo.toml index eda95b672d..9d036d2934 100644 --- a/gen/appengine1_beta5-cli/Cargo.toml +++ b/gen/appengine1_beta5-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-appengine1_beta5] path = "../appengine1_beta5" +version = "*" optional = true default-features = false diff --git a/gen/appengine1_beta5/Cargo.toml b/gen/appengine1_beta5/Cargo.toml index c2ddd24d0c..25b4ec18c5 100644 --- a/gen/appengine1_beta5/Cargo.toml +++ b/gen/appengine1_beta5/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-appengine1_beta5" -version = "0.1.14+20160802" +version = "0.1.15+20160802" authors = ["Sebastian Thiel "] description = "A complete library to interact with appengine (protocol v1beta5)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1_beta5" diff --git a/gen/appengine1_beta5/README.md b/gen/appengine1_beta5/README.md index a6bfc9e0b8..494a37c988 100644 --- a/gen/appengine1_beta5/README.md +++ b/gen/appengine1_beta5/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-appengine1_beta5` library allows access to all features of the *Google appengine* service. -This documentation was generated from *appengine* crate version *0.1.14+20160802*, where *20160802* is the exact revision of the *appengine:v1beta5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *appengine* crate version *0.1.15+20160802*, where *20160802* is the exact revision of the *appengine:v1beta5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *appengine* *v1_beta5* API can be found at the [official documentation site](https://cloud.google.com/appengine/docs/admin-api/). diff --git a/gen/appengine1_beta5/src/lib.rs b/gen/appengine1_beta5/src/lib.rs index a027476bef..bb6b67e765 100644 --- a/gen/appengine1_beta5/src/lib.rs +++ b/gen/appengine1_beta5/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *appengine* crate version *0.1.14+20160802*, where *20160802* is the exact revision of the *appengine:v1beta5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *appengine* crate version *0.1.15+20160802*, where *20160802* is the exact revision of the *appengine:v1beta5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *appengine* *v1_beta5* API can be found at the //! [official documentation site](https://cloud.google.com/appengine/docs/admin-api/). diff --git a/gen/appengine1_beta5/src/lib.rs.in b/gen/appengine1_beta5/src/lib.rs.in index 22c0635e48..47ff067219 100644 --- a/gen/appengine1_beta5/src/lib.rs.in +++ b/gen/appengine1_beta5/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> Appengine Appengine { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Appengine } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/appsactivity1-cli/Cargo.toml b/gen/appsactivity1-cli/Cargo.toml index 906b4e124f..c79207e2d9 100644 --- a/gen/appsactivity1-cli/Cargo.toml +++ b/gen/appsactivity1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-appsactivity1] path = "../appsactivity1" +version = "*" optional = true default-features = false diff --git a/gen/appsactivity1/Cargo.toml b/gen/appsactivity1/Cargo.toml index cd47b27bed..468e1b62e4 100644 --- a/gen/appsactivity1/Cargo.toml +++ b/gen/appsactivity1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-appsactivity1" -version = "0.1.14+20160805" +version = "0.1.15+20160805" authors = ["Sebastian Thiel "] description = "A complete library to interact with appsactivity (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appsactivity1" diff --git a/gen/appsactivity1/README.md b/gen/appsactivity1/README.md index a107d486e4..7453a9c58b 100644 --- a/gen/appsactivity1/README.md +++ b/gen/appsactivity1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-appsactivity1` library allows access to all features of the *Google appsactivity* service. -This documentation was generated from *appsactivity* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *appsactivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *appsactivity* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *appsactivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *appsactivity* *v1* API can be found at the [official documentation site](https://developers.google.com/google-apps/activity/). diff --git a/gen/appsactivity1/src/lib.rs b/gen/appsactivity1/src/lib.rs index 855820b612..0e4f748f5b 100644 --- a/gen/appsactivity1/src/lib.rs +++ b/gen/appsactivity1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *appsactivity* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *appsactivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *appsactivity* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *appsactivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *appsactivity* *v1* API can be found at the //! [official documentation site](https://developers.google.com/google-apps/activity/). diff --git a/gen/appsactivity1/src/lib.rs.in b/gen/appsactivity1/src/lib.rs.in index 38ede55c25..f9b85abd8e 100644 --- a/gen/appsactivity1/src/lib.rs.in +++ b/gen/appsactivity1/src/lib.rs.in @@ -150,7 +150,7 @@ impl<'a, C, A> Appsactivity Appsactivity { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -159,7 +159,7 @@ impl<'a, C, A> Appsactivity } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/appstate1-cli/Cargo.toml b/gen/appstate1-cli/Cargo.toml index c96cbbe3b7..7d8f976350 100644 --- a/gen/appstate1-cli/Cargo.toml +++ b/gen/appstate1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-appstate1] path = "../appstate1" +version = "*" optional = true default-features = false diff --git a/gen/appstate1/Cargo.toml b/gen/appstate1/Cargo.toml index 9c7d4e4f85..508974bfe9 100644 --- a/gen/appstate1/Cargo.toml +++ b/gen/appstate1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-appstate1" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with App State (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appstate1" diff --git a/gen/appstate1/README.md b/gen/appstate1/README.md index 43923f1c95..37cd9d57ad 100644 --- a/gen/appstate1/README.md +++ b/gen/appstate1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-appstate1` library allows access to all features of the *Google App State* service. -This documentation was generated from *App State* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *appstate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *App State* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *appstate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *App State* *v1* API can be found at the [official documentation site](https://developers.google.com/games/services/web/api/states). diff --git a/gen/appstate1/src/lib.rs b/gen/appstate1/src/lib.rs index fdba3ac697..5be171a670 100644 --- a/gen/appstate1/src/lib.rs +++ b/gen/appstate1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *App State* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *appstate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *App State* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *appstate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *App State* *v1* API can be found at the //! [official documentation site](https://developers.google.com/games/services/web/api/states). diff --git a/gen/appstate1/src/lib.rs.in b/gen/appstate1/src/lib.rs.in index 0bbd190d9e..feb07d49ed 100644 --- a/gen/appstate1/src/lib.rs.in +++ b/gen/appstate1/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> AppState AppState { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -143,7 +143,7 @@ impl<'a, C, A> AppState } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/autoscaler1_beta2-cli/Cargo.toml b/gen/autoscaler1_beta2-cli/Cargo.toml index 5606fae5eb..5fb83d47d5 100644 --- a/gen/autoscaler1_beta2-cli/Cargo.toml +++ b/gen/autoscaler1_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-autoscaler1_beta2] path = "../autoscaler1_beta2" +version = "*" optional = true default-features = false diff --git a/gen/autoscaler1_beta2/Cargo.toml b/gen/autoscaler1_beta2/Cargo.toml index 652437ec4f..c6d4d43e2f 100644 --- a/gen/autoscaler1_beta2/Cargo.toml +++ b/gen/autoscaler1_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-autoscaler1_beta2" -version = "0.1.14+20150629" +version = "0.1.15+20150629" authors = ["Sebastian Thiel "] description = "A complete library to interact with autoscaler (protocol v1beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/autoscaler1_beta2" diff --git a/gen/autoscaler1_beta2/README.md b/gen/autoscaler1_beta2/README.md index 8e06a5acb8..133501d1cd 100644 --- a/gen/autoscaler1_beta2/README.md +++ b/gen/autoscaler1_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-autoscaler1_beta2` library allows access to all features of the *Google autoscaler* service. -This documentation was generated from *autoscaler* crate version *0.1.14+20150629*, where *20150629* is the exact revision of the *autoscaler:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *autoscaler* crate version *0.1.15+20150629*, where *20150629* is the exact revision of the *autoscaler:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *autoscaler* *v1_beta2* API can be found at the [official documentation site](http://developers.google.com/compute/docs/autoscaler). diff --git a/gen/autoscaler1_beta2/src/lib.rs b/gen/autoscaler1_beta2/src/lib.rs index 2d2d387979..ccc0511ee6 100644 --- a/gen/autoscaler1_beta2/src/lib.rs +++ b/gen/autoscaler1_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *autoscaler* crate version *0.1.14+20150629*, where *20150629* is the exact revision of the *autoscaler:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *autoscaler* crate version *0.1.15+20150629*, where *20150629* is the exact revision of the *autoscaler:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *autoscaler* *v1_beta2* API can be found at the //! [official documentation site](http://developers.google.com/compute/docs/autoscaler). diff --git a/gen/autoscaler1_beta2/src/lib.rs.in b/gen/autoscaler1_beta2/src/lib.rs.in index 60f5569207..17b188da9d 100644 --- a/gen/autoscaler1_beta2/src/lib.rs.in +++ b/gen/autoscaler1_beta2/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> AutoscalerHub AutoscalerHub { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -149,7 +149,7 @@ impl<'a, C, A> AutoscalerHub } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/bigquery2-cli/Cargo.toml b/gen/bigquery2-cli/Cargo.toml index 67b88f6a38..e0b9bba59e 100644 --- a/gen/bigquery2-cli/Cargo.toml +++ b/gen/bigquery2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-bigquery2] path = "../bigquery2" +version = "*" optional = true default-features = false diff --git a/gen/bigquery2/Cargo.toml b/gen/bigquery2/Cargo.toml index a4c0a4ea4c..de430046b9 100644 --- a/gen/bigquery2/Cargo.toml +++ b/gen/bigquery2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-bigquery2" -version = "0.1.14+20160903" +version = "0.1.15+20160903" authors = ["Sebastian Thiel "] description = "A complete library to interact with bigquery (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/bigquery2" diff --git a/gen/bigquery2/README.md b/gen/bigquery2/README.md index 024d3254b6..dabb852508 100644 --- a/gen/bigquery2/README.md +++ b/gen/bigquery2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-bigquery2` library allows access to all features of the *Google bigquery* service. -This documentation was generated from *bigquery* crate version *0.1.14+20160903*, where *20160903* is the exact revision of the *bigquery:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *bigquery* crate version *0.1.15+20160903*, where *20160903* is the exact revision of the *bigquery:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *bigquery* *v2* API can be found at the [official documentation site](https://cloud.google.com/bigquery/). diff --git a/gen/bigquery2/src/lib.rs b/gen/bigquery2/src/lib.rs index 6a5b469204..2b73668ac4 100644 --- a/gen/bigquery2/src/lib.rs +++ b/gen/bigquery2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *bigquery* crate version *0.1.14+20160903*, where *20160903* is the exact revision of the *bigquery:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *bigquery* crate version *0.1.15+20160903*, where *20160903* is the exact revision of the *bigquery:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *bigquery* *v2* API can be found at the //! [official documentation site](https://cloud.google.com/bigquery/). diff --git a/gen/bigquery2/src/lib.rs.in b/gen/bigquery2/src/lib.rs.in index 8910694271..dbb41ccc62 100644 --- a/gen/bigquery2/src/lib.rs.in +++ b/gen/bigquery2/src/lib.rs.in @@ -157,7 +157,7 @@ impl<'a, C, A> Bigquery Bigquery { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -178,7 +178,7 @@ impl<'a, C, A> Bigquery } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/blogger3-cli/Cargo.toml b/gen/blogger3-cli/Cargo.toml index 45ff29a61b..6e4a093fc3 100644 --- a/gen/blogger3-cli/Cargo.toml +++ b/gen/blogger3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-blogger3] path = "../blogger3" +version = "*" optional = true default-features = false diff --git a/gen/blogger3/Cargo.toml b/gen/blogger3/Cargo.toml index 7c5d12c66f..62902619b7 100644 --- a/gen/blogger3/Cargo.toml +++ b/gen/blogger3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-blogger3" -version = "0.1.14+20150422" +version = "0.1.15+20150422" authors = ["Sebastian Thiel "] description = "A complete library to interact with blogger (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/blogger3" diff --git a/gen/blogger3/README.md b/gen/blogger3/README.md index ddb75bf6e3..ba27074a23 100644 --- a/gen/blogger3/README.md +++ b/gen/blogger3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-blogger3` library allows access to all features of the *Google blogger* service. -This documentation was generated from *blogger* crate version *0.1.14+20150422*, where *20150422* is the exact revision of the *blogger:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *blogger* crate version *0.1.15+20150422*, where *20150422* is the exact revision of the *blogger:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *blogger* *v3* API can be found at the [official documentation site](https://developers.google.com/blogger/docs/3.0/getting_started). diff --git a/gen/blogger3/src/lib.rs b/gen/blogger3/src/lib.rs index 1b448288ba..57127612d4 100644 --- a/gen/blogger3/src/lib.rs +++ b/gen/blogger3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *blogger* crate version *0.1.14+20150422*, where *20150422* is the exact revision of the *blogger:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *blogger* crate version *0.1.15+20150422*, where *20150422* is the exact revision of the *blogger:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *blogger* *v3* API can be found at the //! [official documentation site](https://developers.google.com/blogger/docs/3.0/getting_started). diff --git a/gen/blogger3/src/lib.rs.in b/gen/blogger3/src/lib.rs.in index a670053635..2e6e57bc46 100644 --- a/gen/blogger3/src/lib.rs.in +++ b/gen/blogger3/src/lib.rs.in @@ -141,7 +141,7 @@ impl<'a, C, A> Blogger Blogger { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -171,7 +171,7 @@ impl<'a, C, A> Blogger } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/books1-cli/Cargo.toml b/gen/books1-cli/Cargo.toml index 95c3251ceb..2fbd387c57 100644 --- a/gen/books1-cli/Cargo.toml +++ b/gen/books1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-books1] path = "../books1" +version = "*" optional = true default-features = false diff --git a/gen/books1/Cargo.toml b/gen/books1/Cargo.toml index 9ef7bdb4b1..003c499f9d 100644 --- a/gen/books1/Cargo.toml +++ b/gen/books1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-books1" -version = "0.1.14+20160823" +version = "0.1.15+20160823" authors = ["Sebastian Thiel "] description = "A complete library to interact with books (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/books1" diff --git a/gen/books1/README.md b/gen/books1/README.md index 691caadf43..abab7cb586 100644 --- a/gen/books1/README.md +++ b/gen/books1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-books1` library allows access to all features of the *Google books* service. -This documentation was generated from *books* crate version *0.1.14+20160823*, where *20160823* is the exact revision of the *books:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *books* crate version *0.1.15+20160823*, where *20160823* is the exact revision of the *books:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *books* *v1* API can be found at the [official documentation site](https://developers.google.com/books/docs/v1/getting_started). diff --git a/gen/books1/src/lib.rs b/gen/books1/src/lib.rs index 983505ac34..d4a024e9c5 100644 --- a/gen/books1/src/lib.rs +++ b/gen/books1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *books* crate version *0.1.14+20160823*, where *20160823* is the exact revision of the *books:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *books* crate version *0.1.15+20160823*, where *20160823* is the exact revision of the *books:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *books* *v1* API can be found at the //! [official documentation site](https://developers.google.com/books/docs/v1/getting_started). diff --git a/gen/books1/src/lib.rs.in b/gen/books1/src/lib.rs.in index 8712fe1ddb..b808fd31b0 100644 --- a/gen/books1/src/lib.rs.in +++ b/gen/books1/src/lib.rs.in @@ -140,7 +140,7 @@ impl<'a, C, A> Books Books { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -182,7 +182,7 @@ impl<'a, C, A> Books } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/calendar3-cli/Cargo.toml b/gen/calendar3-cli/Cargo.toml index 2013b1d0bc..42a0d5bd08 100644 --- a/gen/calendar3-cli/Cargo.toml +++ b/gen/calendar3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-calendar3] path = "../calendar3" +version = "*" optional = true default-features = false diff --git a/gen/calendar3/Cargo.toml b/gen/calendar3/Cargo.toml index 1a049c8087..6db4b2495e 100644 --- a/gen/calendar3/Cargo.toml +++ b/gen/calendar3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-calendar3" -version = "0.1.14+20160830" +version = "0.1.15+20160830" authors = ["Sebastian Thiel "] description = "A complete library to interact with calendar (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/calendar3" diff --git a/gen/calendar3/README.md b/gen/calendar3/README.md index 3d05506d9c..e35795b325 100644 --- a/gen/calendar3/README.md +++ b/gen/calendar3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-calendar3` library allows access to all features of the *Google calendar* service. -This documentation was generated from *calendar* crate version *0.1.14+20160830*, where *20160830* is the exact revision of the *calendar:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *calendar* crate version *0.1.15+20160830*, where *20160830* is the exact revision of the *calendar:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *calendar* *v3* API can be found at the [official documentation site](https://developers.google.com/google-apps/calendar/firstapp). diff --git a/gen/calendar3/src/lib.rs b/gen/calendar3/src/lib.rs index 917fed6f22..97d97438dd 100644 --- a/gen/calendar3/src/lib.rs +++ b/gen/calendar3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *calendar* crate version *0.1.14+20160830*, where *20160830* is the exact revision of the *calendar:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *calendar* crate version *0.1.15+20160830*, where *20160830* is the exact revision of the *calendar:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *calendar* *v3* API can be found at the //! [official documentation site](https://developers.google.com/google-apps/calendar/firstapp). diff --git a/gen/calendar3/src/lib.rs.in b/gen/calendar3/src/lib.rs.in index 573724ff80..be93be6ba0 100644 --- a/gen/calendar3/src/lib.rs.in +++ b/gen/calendar3/src/lib.rs.in @@ -154,7 +154,7 @@ impl<'a, C, A> CalendarHub CalendarHub { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -184,7 +184,7 @@ impl<'a, C, A> CalendarHub } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/civicinfo2-cli/Cargo.toml b/gen/civicinfo2-cli/Cargo.toml index b8b5df0b5f..2f0fd9b80f 100644 --- a/gen/civicinfo2-cli/Cargo.toml +++ b/gen/civicinfo2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-civicinfo2] path = "../civicinfo2" +version = "*" optional = true default-features = false diff --git a/gen/civicinfo2/Cargo.toml b/gen/civicinfo2/Cargo.toml index 4f631dec7f..921fcb8860 100644 --- a/gen/civicinfo2/Cargo.toml +++ b/gen/civicinfo2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-civicinfo2" -version = "0.1.14+20160823" +version = "0.1.15+20160823" authors = ["Sebastian Thiel "] description = "A complete library to interact with Civic Info (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/civicinfo2" diff --git a/gen/civicinfo2/README.md b/gen/civicinfo2/README.md index 3b2f47c837..f16ce9de03 100644 --- a/gen/civicinfo2/README.md +++ b/gen/civicinfo2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-civicinfo2` library allows access to all features of the *Google Civic Info* service. -This documentation was generated from *Civic Info* crate version *0.1.14+20160823*, where *20160823* is the exact revision of the *civicinfo:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Civic Info* crate version *0.1.15+20160823*, where *20160823* is the exact revision of the *civicinfo:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Civic Info* *v2* API can be found at the [official documentation site](https://developers.google.com/civic-information). diff --git a/gen/civicinfo2/src/lib.rs b/gen/civicinfo2/src/lib.rs index 961f11ae81..a20fc20192 100644 --- a/gen/civicinfo2/src/lib.rs +++ b/gen/civicinfo2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Civic Info* crate version *0.1.14+20160823*, where *20160823* is the exact revision of the *civicinfo:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Civic Info* crate version *0.1.15+20160823*, where *20160823* is the exact revision of the *civicinfo:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Civic Info* *v2* API can be found at the //! [official documentation site](https://developers.google.com/civic-information). diff --git a/gen/civicinfo2/src/lib.rs.in b/gen/civicinfo2/src/lib.rs.in index eadcc176c9..1cd19dccad 100644 --- a/gen/civicinfo2/src/lib.rs.in +++ b/gen/civicinfo2/src/lib.rs.in @@ -108,7 +108,7 @@ impl<'a, C, A> CivicInfo CivicInfo { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -123,7 +123,7 @@ impl<'a, C, A> CivicInfo } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/classroom1-cli/Cargo.toml b/gen/classroom1-cli/Cargo.toml index 1a65b6feb1..29f1f7d336 100644 --- a/gen/classroom1-cli/Cargo.toml +++ b/gen/classroom1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-classroom1] path = "../classroom1" +version = "*" optional = true default-features = false diff --git a/gen/classroom1/Cargo.toml b/gen/classroom1/Cargo.toml index abeabe1199..4e987929a1 100644 --- a/gen/classroom1/Cargo.toml +++ b/gen/classroom1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-classroom1" -version = "0.1.14+20160816" +version = "0.1.15+20160816" authors = ["Sebastian Thiel "] description = "A complete library to interact with classroom (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/classroom1" diff --git a/gen/classroom1/README.md b/gen/classroom1/README.md index f76a26c839..ec904ac533 100644 --- a/gen/classroom1/README.md +++ b/gen/classroom1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-classroom1` library allows access to all features of the *Google classroom* service. -This documentation was generated from *classroom* crate version *0.1.14+20160816*, where *20160816* is the exact revision of the *classroom:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *classroom* crate version *0.1.15+20160816*, where *20160816* is the exact revision of the *classroom:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *classroom* *v1* API can be found at the [official documentation site](https://developers.google.com/classroom/). diff --git a/gen/classroom1/src/lib.rs b/gen/classroom1/src/lib.rs index e6b78e1183..2aade9a8b6 100644 --- a/gen/classroom1/src/lib.rs +++ b/gen/classroom1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *classroom* crate version *0.1.14+20160816*, where *20160816* is the exact revision of the *classroom:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *classroom* crate version *0.1.15+20160816*, where *20160816* is the exact revision of the *classroom:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *classroom* *v1* API can be found at the //! [official documentation site](https://developers.google.com/classroom/). diff --git a/gen/classroom1/src/lib.rs.in b/gen/classroom1/src/lib.rs.in index 0a4ef9d992..db0466a312 100644 --- a/gen/classroom1/src/lib.rs.in +++ b/gen/classroom1/src/lib.rs.in @@ -180,7 +180,7 @@ impl<'a, C, A> Classroom Classroom { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -195,7 +195,7 @@ impl<'a, C, A> Classroom } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/cloudbilling1-cli/Cargo.toml b/gen/cloudbilling1-cli/Cargo.toml index db6ec7cdd9..362a8ae0bf 100644 --- a/gen/cloudbilling1-cli/Cargo.toml +++ b/gen/cloudbilling1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-cloudbilling1] path = "../cloudbilling1" +version = "*" optional = true default-features = false diff --git a/gen/cloudbilling1/Cargo.toml b/gen/cloudbilling1/Cargo.toml index 4a1ed81dac..135cdca418 100644 --- a/gen/cloudbilling1/Cargo.toml +++ b/gen/cloudbilling1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-cloudbilling1" -version = "0.1.14+20151222" +version = "0.1.15+20151222" authors = ["Sebastian Thiel "] description = "A complete library to interact with cloudbilling (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudbilling1" diff --git a/gen/cloudbilling1/README.md b/gen/cloudbilling1/README.md index 1d10c1ed10..8afeb19efb 100644 --- a/gen/cloudbilling1/README.md +++ b/gen/cloudbilling1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-cloudbilling1` library allows access to all features of the *Google cloudbilling* service. -This documentation was generated from *cloudbilling* crate version *0.1.14+20151222*, where *20151222* is the exact revision of the *cloudbilling:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *cloudbilling* crate version *0.1.15+20151222*, where *20151222* is the exact revision of the *cloudbilling:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *cloudbilling* *v1* API can be found at the [official documentation site](https://cloud.google.com/billing/). diff --git a/gen/cloudbilling1/src/lib.rs b/gen/cloudbilling1/src/lib.rs index ccb1a44662..4b0f7c7297 100644 --- a/gen/cloudbilling1/src/lib.rs +++ b/gen/cloudbilling1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *cloudbilling* crate version *0.1.14+20151222*, where *20151222* is the exact revision of the *cloudbilling:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *cloudbilling* crate version *0.1.15+20151222*, where *20151222* is the exact revision of the *cloudbilling:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *cloudbilling* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/billing/). diff --git a/gen/cloudbilling1/src/lib.rs.in b/gen/cloudbilling1/src/lib.rs.in index 7ee78f80af..b3a8677b62 100644 --- a/gen/cloudbilling1/src/lib.rs.in +++ b/gen/cloudbilling1/src/lib.rs.in @@ -129,7 +129,7 @@ impl<'a, C, A> Cloudbilling Cloudbilling { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -141,7 +141,7 @@ impl<'a, C, A> Cloudbilling } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/clouddebugger2-cli/Cargo.toml b/gen/clouddebugger2-cli/Cargo.toml index d34ad11729..8ef612ef93 100644 --- a/gen/clouddebugger2-cli/Cargo.toml +++ b/gen/clouddebugger2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-clouddebugger2] path = "../clouddebugger2" +version = "*" optional = true default-features = false diff --git a/gen/clouddebugger2/Cargo.toml b/gen/clouddebugger2/Cargo.toml index 05140a1bc9..a1585d8b6d 100644 --- a/gen/clouddebugger2/Cargo.toml +++ b/gen/clouddebugger2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-clouddebugger2" -version = "0.1.14+20160810" +version = "0.1.15+20160810" authors = ["Sebastian Thiel "] description = "A complete library to interact with Cloud Debugger (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/clouddebugger2" diff --git a/gen/clouddebugger2/README.md b/gen/clouddebugger2/README.md index c0f3672a09..7fc97e303c 100644 --- a/gen/clouddebugger2/README.md +++ b/gen/clouddebugger2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-clouddebugger2` library allows access to all features of the *Google Cloud Debugger* service. -This documentation was generated from *Cloud Debugger* crate version *0.1.14+20160810*, where *20160810* is the exact revision of the *clouddebugger:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Cloud Debugger* crate version *0.1.15+20160810*, where *20160810* is the exact revision of the *clouddebugger:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Cloud Debugger* *v2* API can be found at the [official documentation site](http://cloud.google.com/debugger). diff --git a/gen/clouddebugger2/src/lib.rs b/gen/clouddebugger2/src/lib.rs index 0f260ef9a4..10b9e15b53 100644 --- a/gen/clouddebugger2/src/lib.rs +++ b/gen/clouddebugger2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Cloud Debugger* crate version *0.1.14+20160810*, where *20160810* is the exact revision of the *clouddebugger:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Cloud Debugger* crate version *0.1.15+20160810*, where *20160810* is the exact revision of the *clouddebugger:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Cloud Debugger* *v2* API can be found at the //! [official documentation site](http://cloud.google.com/debugger). diff --git a/gen/clouddebugger2/src/lib.rs.in b/gen/clouddebugger2/src/lib.rs.in index 93e3ddfedf..ceae80f60b 100644 --- a/gen/clouddebugger2/src/lib.rs.in +++ b/gen/clouddebugger2/src/lib.rs.in @@ -138,7 +138,7 @@ impl<'a, C, A> CloudDebugger CloudDebugger { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -150,7 +150,7 @@ impl<'a, C, A> CloudDebugger } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/cloudlatencytest2-cli/Cargo.toml b/gen/cloudlatencytest2-cli/Cargo.toml index d5866dd896..0f3184eae3 100644 --- a/gen/cloudlatencytest2-cli/Cargo.toml +++ b/gen/cloudlatencytest2-cli/Cargo.toml @@ -22,7 +22,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -37,5 +37,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-cloudlatencytest2] path = "../cloudlatencytest2" +version = "*" optional = true default-features = false diff --git a/gen/cloudlatencytest2/Cargo.toml b/gen/cloudlatencytest2/Cargo.toml index c18a2c1ae1..80e215ba84 100644 --- a/gen/cloudlatencytest2/Cargo.toml +++ b/gen/cloudlatencytest2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-cloudlatencytest2" -version = "0.1.14+20160309" +version = "0.1.15+20160309" authors = ["Sebastian Thiel "] description = "A complete library to interact with cloudlatencytest (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudlatencytest2" diff --git a/gen/cloudlatencytest2/README.md b/gen/cloudlatencytest2/README.md index 4b8a49a826..bde6ec0a0c 100644 --- a/gen/cloudlatencytest2/README.md +++ b/gen/cloudlatencytest2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-cloudlatencytest2` library allows access to all features of the *Google cloudlatencytest* service. -This documentation was generated from *cloudlatencytest* crate version *0.1.14+20160309*, where *20160309* is the exact revision of the *cloudlatencytest:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *cloudlatencytest* crate version *0.1.15+20160309*, where *20160309* is the exact revision of the *cloudlatencytest:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. # Features Handle the following *Resources* with ease from the central [hub](http://byron.github.io/google-apis-rs/google_cloudlatencytest2/struct.Cloudlatencytest.html) ... diff --git a/gen/cloudlatencytest2/src/lib.rs b/gen/cloudlatencytest2/src/lib.rs index 93552038ad..132046b1fc 100644 --- a/gen/cloudlatencytest2/src/lib.rs +++ b/gen/cloudlatencytest2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *cloudlatencytest* crate version *0.1.14+20160309*, where *20160309* is the exact revision of the *cloudlatencytest:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *cloudlatencytest* crate version *0.1.15+20160309*, where *20160309* is the exact revision of the *cloudlatencytest:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! The original source code is [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/cloudlatencytest2). //! # Features //! diff --git a/gen/cloudlatencytest2/src/lib.rs.in b/gen/cloudlatencytest2/src/lib.rs.in index 04412196b1..7262103db3 100644 --- a/gen/cloudlatencytest2/src/lib.rs.in +++ b/gen/cloudlatencytest2/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> Cloudlatencytest Cloudlatencytest { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Cloudlatencytest } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/cloudmonitoring2_beta2-cli/Cargo.toml b/gen/cloudmonitoring2_beta2-cli/Cargo.toml index 860df218c4..ee24d01b98 100644 --- a/gen/cloudmonitoring2_beta2-cli/Cargo.toml +++ b/gen/cloudmonitoring2_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-cloudmonitoring2_beta2] path = "../cloudmonitoring2_beta2" +version = "*" optional = true default-features = false diff --git a/gen/cloudmonitoring2_beta2/Cargo.toml b/gen/cloudmonitoring2_beta2/Cargo.toml index 08443324ab..6ebfe1b970 100644 --- a/gen/cloudmonitoring2_beta2/Cargo.toml +++ b/gen/cloudmonitoring2_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-cloudmonitoring2_beta2" -version = "0.1.14+20160718" +version = "0.1.15+20160718" authors = ["Sebastian Thiel "] description = "A complete library to interact with Cloud Monitoring (protocol v2beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudmonitoring2_beta2" diff --git a/gen/cloudmonitoring2_beta2/README.md b/gen/cloudmonitoring2_beta2/README.md index c0ad2c71e3..c6e4720c4e 100644 --- a/gen/cloudmonitoring2_beta2/README.md +++ b/gen/cloudmonitoring2_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-cloudmonitoring2_beta2` library allows access to all features of the *Google Cloud Monitoring* service. -This documentation was generated from *Cloud Monitoring* crate version *0.1.14+20160718*, where *20160718* is the exact revision of the *cloudmonitoring:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Cloud Monitoring* crate version *0.1.15+20160718*, where *20160718* is the exact revision of the *cloudmonitoring:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Cloud Monitoring* *v2_beta2* API can be found at the [official documentation site](https://cloud.google.com/monitoring/v2beta2/). diff --git a/gen/cloudmonitoring2_beta2/src/lib.rs b/gen/cloudmonitoring2_beta2/src/lib.rs index 34bc30c964..d7c337b6b8 100644 --- a/gen/cloudmonitoring2_beta2/src/lib.rs +++ b/gen/cloudmonitoring2_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Cloud Monitoring* crate version *0.1.14+20160718*, where *20160718* is the exact revision of the *cloudmonitoring:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Cloud Monitoring* crate version *0.1.15+20160718*, where *20160718* is the exact revision of the *cloudmonitoring:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Cloud Monitoring* *v2_beta2* API can be found at the //! [official documentation site](https://cloud.google.com/monitoring/v2beta2/). diff --git a/gen/cloudmonitoring2_beta2/src/lib.rs.in b/gen/cloudmonitoring2_beta2/src/lib.rs.in index 9be6baf147..11729ab358 100644 --- a/gen/cloudmonitoring2_beta2/src/lib.rs.in +++ b/gen/cloudmonitoring2_beta2/src/lib.rs.in @@ -140,7 +140,7 @@ impl<'a, C, A> CloudMonitoring CloudMonitoring { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -155,7 +155,7 @@ impl<'a, C, A> CloudMonitoring } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/cloudresourcemanager1-cli/Cargo.toml b/gen/cloudresourcemanager1-cli/Cargo.toml index 3c24bdd3f4..72e49147e2 100644 --- a/gen/cloudresourcemanager1-cli/Cargo.toml +++ b/gen/cloudresourcemanager1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-cloudresourcemanager1] path = "../cloudresourcemanager1" +version = "*" optional = true default-features = false diff --git a/gen/cloudresourcemanager1/Cargo.toml b/gen/cloudresourcemanager1/Cargo.toml index 3bb5918fff..1484d36e53 100644 --- a/gen/cloudresourcemanager1/Cargo.toml +++ b/gen/cloudresourcemanager1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-cloudresourcemanager1" -version = "0.1.14+20160617" +version = "0.1.15+20160617" authors = ["Sebastian Thiel "] description = "A complete library to interact with Cloud Resource Manager (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudresourcemanager1" diff --git a/gen/cloudresourcemanager1/README.md b/gen/cloudresourcemanager1/README.md index f698e8c5f7..c5b3188bee 100644 --- a/gen/cloudresourcemanager1/README.md +++ b/gen/cloudresourcemanager1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-cloudresourcemanager1` library allows access to all features of the *Google Cloud Resource Manager* service. -This documentation was generated from *Cloud Resource Manager* crate version *0.1.14+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Cloud Resource Manager* crate version *0.1.15+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Cloud Resource Manager* *v1* API can be found at the [official documentation site](https://cloud.google.com/resource-manager). diff --git a/gen/cloudresourcemanager1/src/lib.rs b/gen/cloudresourcemanager1/src/lib.rs index 3fd28325b9..f93082ef27 100644 --- a/gen/cloudresourcemanager1/src/lib.rs +++ b/gen/cloudresourcemanager1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Cloud Resource Manager* crate version *0.1.14+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Cloud Resource Manager* crate version *0.1.15+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Cloud Resource Manager* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/resource-manager). diff --git a/gen/cloudresourcemanager1/src/lib.rs.in b/gen/cloudresourcemanager1/src/lib.rs.in index 86d02c9409..99979a7c2c 100644 --- a/gen/cloudresourcemanager1/src/lib.rs.in +++ b/gen/cloudresourcemanager1/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> CloudResourceManager CloudResourceManager { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -146,7 +146,7 @@ impl<'a, C, A> CloudResourceManager } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/cloudresourcemanager1_beta1-cli/Cargo.toml b/gen/cloudresourcemanager1_beta1-cli/Cargo.toml index acba41536d..d070abebfe 100644 --- a/gen/cloudresourcemanager1_beta1-cli/Cargo.toml +++ b/gen/cloudresourcemanager1_beta1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-cloudresourcemanager1_beta1] path = "../cloudresourcemanager1_beta1" +version = "*" optional = true default-features = false diff --git a/gen/cloudresourcemanager1_beta1/Cargo.toml b/gen/cloudresourcemanager1_beta1/Cargo.toml index d2e79f6865..7b50666de1 100644 --- a/gen/cloudresourcemanager1_beta1/Cargo.toml +++ b/gen/cloudresourcemanager1_beta1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-cloudresourcemanager1_beta1" -version = "0.1.14+20160617" +version = "0.1.15+20160617" authors = ["Sebastian Thiel "] description = "A complete library to interact with Cloud Resource Manager (protocol v1beta1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudresourcemanager1_beta1" diff --git a/gen/cloudresourcemanager1_beta1/README.md b/gen/cloudresourcemanager1_beta1/README.md index 7c3a52539b..f8916f2aa5 100644 --- a/gen/cloudresourcemanager1_beta1/README.md +++ b/gen/cloudresourcemanager1_beta1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-cloudresourcemanager1_beta1` library allows access to all features of the *Google Cloud Resource Manager* service. -This documentation was generated from *Cloud Resource Manager* crate version *0.1.14+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Cloud Resource Manager* crate version *0.1.15+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Cloud Resource Manager* *v1_beta1* API can be found at the [official documentation site](https://cloud.google.com/resource-manager). diff --git a/gen/cloudresourcemanager1_beta1/src/lib.rs b/gen/cloudresourcemanager1_beta1/src/lib.rs index 726ba66daa..b37f0584b7 100644 --- a/gen/cloudresourcemanager1_beta1/src/lib.rs +++ b/gen/cloudresourcemanager1_beta1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Cloud Resource Manager* crate version *0.1.14+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Cloud Resource Manager* crate version *0.1.15+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Cloud Resource Manager* *v1_beta1* API can be found at the //! [official documentation site](https://cloud.google.com/resource-manager). diff --git a/gen/cloudresourcemanager1_beta1/src/lib.rs.in b/gen/cloudresourcemanager1_beta1/src/lib.rs.in index 40beca7a6a..61554aba33 100644 --- a/gen/cloudresourcemanager1_beta1/src/lib.rs.in +++ b/gen/cloudresourcemanager1_beta1/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> CloudResourceManager CloudResourceManager { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -146,7 +146,7 @@ impl<'a, C, A> CloudResourceManager } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/cloudtrace1-cli/Cargo.toml b/gen/cloudtrace1-cli/Cargo.toml index 01b6cbfe49..bbbfb2a09a 100644 --- a/gen/cloudtrace1-cli/Cargo.toml +++ b/gen/cloudtrace1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-cloudtrace1] path = "../cloudtrace1" +version = "*" optional = true default-features = false diff --git a/gen/cloudtrace1/Cargo.toml b/gen/cloudtrace1/Cargo.toml index f699bc2593..da392a2efa 100644 --- a/gen/cloudtrace1/Cargo.toml +++ b/gen/cloudtrace1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-cloudtrace1" -version = "0.1.14+20160518" +version = "0.1.15+20160518" authors = ["Sebastian Thiel "] description = "A complete library to interact with Cloud Trace (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudtrace1" diff --git a/gen/cloudtrace1/README.md b/gen/cloudtrace1/README.md index 51a59ad432..d2866600a0 100644 --- a/gen/cloudtrace1/README.md +++ b/gen/cloudtrace1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-cloudtrace1` library allows access to all features of the *Google Cloud Trace* service. -This documentation was generated from *Cloud Trace* crate version *0.1.14+20160518*, where *20160518* is the exact revision of the *cloudtrace:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Cloud Trace* crate version *0.1.15+20160518*, where *20160518* is the exact revision of the *cloudtrace:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Cloud Trace* *v1* API can be found at the [official documentation site](https://cloud.google.com/tools/cloud-trace). diff --git a/gen/cloudtrace1/src/lib.rs b/gen/cloudtrace1/src/lib.rs index a172f0839c..06c16118e3 100644 --- a/gen/cloudtrace1/src/lib.rs +++ b/gen/cloudtrace1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Cloud Trace* crate version *0.1.14+20160518*, where *20160518* is the exact revision of the *cloudtrace:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Cloud Trace* crate version *0.1.15+20160518*, where *20160518* is the exact revision of the *cloudtrace:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Cloud Trace* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/tools/cloud-trace). diff --git a/gen/cloudtrace1/src/lib.rs.in b/gen/cloudtrace1/src/lib.rs.in index ed5679bf33..7aa4a22918 100644 --- a/gen/cloudtrace1/src/lib.rs.in +++ b/gen/cloudtrace1/src/lib.rs.in @@ -135,7 +135,7 @@ impl<'a, C, A> CloudTrace CloudTrace { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -144,7 +144,7 @@ impl<'a, C, A> CloudTrace } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/clouduseraccountsvm_beta-cli/Cargo.toml b/gen/clouduseraccountsvm_beta-cli/Cargo.toml index ac187b0c17..c32204a6e5 100644 --- a/gen/clouduseraccountsvm_beta-cli/Cargo.toml +++ b/gen/clouduseraccountsvm_beta-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-clouduseraccountsvm_beta] path = "../clouduseraccountsvm_beta" +version = "*" optional = true default-features = false diff --git a/gen/clouduseraccountsvm_beta/Cargo.toml b/gen/clouduseraccountsvm_beta/Cargo.toml index 5a49fc6282..6e5dfbf2eb 100644 --- a/gen/clouduseraccountsvm_beta/Cargo.toml +++ b/gen/clouduseraccountsvm_beta/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-clouduseraccountsvm_beta" -version = "0.1.14+20160316" +version = "0.1.15+20160316" authors = ["Sebastian Thiel "] description = "A complete library to interact with Cloud User Accounts (protocol vm_beta)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/clouduseraccountsvm_beta" diff --git a/gen/clouduseraccountsvm_beta/README.md b/gen/clouduseraccountsvm_beta/README.md index ad0f25c18e..fc9c8a46e4 100644 --- a/gen/clouduseraccountsvm_beta/README.md +++ b/gen/clouduseraccountsvm_beta/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-clouduseraccountsvm_beta` library allows access to all features of the *Google Cloud User Accounts* service. -This documentation was generated from *Cloud User Accounts* crate version *0.1.14+20160316*, where *20160316* is the exact revision of the *clouduseraccounts:vm_beta* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Cloud User Accounts* crate version *0.1.15+20160316*, where *20160316* is the exact revision of the *clouduseraccounts:vm_beta* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Cloud User Accounts* *vm_beta* API can be found at the [official documentation site](https://cloud.google.com/compute/docs/access/user-accounts/api/latest/). diff --git a/gen/clouduseraccountsvm_beta/src/lib.rs b/gen/clouduseraccountsvm_beta/src/lib.rs index a758f66111..b307ebf3b9 100644 --- a/gen/clouduseraccountsvm_beta/src/lib.rs +++ b/gen/clouduseraccountsvm_beta/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Cloud User Accounts* crate version *0.1.14+20160316*, where *20160316* is the exact revision of the *clouduseraccounts:vm_beta* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Cloud User Accounts* crate version *0.1.15+20160316*, where *20160316* is the exact revision of the *clouduseraccounts:vm_beta* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Cloud User Accounts* *vm_beta* API can be found at the //! [official documentation site](https://cloud.google.com/compute/docs/access/user-accounts/api/latest/). diff --git a/gen/clouduseraccountsvm_beta/src/lib.rs.in b/gen/clouduseraccountsvm_beta/src/lib.rs.in index 9fbea3b0f9..459c498194 100644 --- a/gen/clouduseraccountsvm_beta/src/lib.rs.in +++ b/gen/clouduseraccountsvm_beta/src/lib.rs.in @@ -145,7 +145,7 @@ impl<'a, C, A> CloudUserAccounts CloudUserAccounts { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -163,7 +163,7 @@ impl<'a, C, A> CloudUserAccounts } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/compute1-cli/Cargo.toml b/gen/compute1-cli/Cargo.toml index 6fa6de54f3..05ebd14e12 100644 --- a/gen/compute1-cli/Cargo.toml +++ b/gen/compute1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-compute1] path = "../compute1" +version = "*" optional = true default-features = false diff --git a/gen/compute1/Cargo.toml b/gen/compute1/Cargo.toml index baeb1ce150..ef544dc2a7 100644 --- a/gen/compute1/Cargo.toml +++ b/gen/compute1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-compute1" -version = "0.1.14+20160908" +version = "0.1.15+20160908" authors = ["Sebastian Thiel "] description = "A complete library to interact with compute (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/compute1" diff --git a/gen/compute1/README.md b/gen/compute1/README.md index 8ab7ce8479..601739bf5a 100644 --- a/gen/compute1/README.md +++ b/gen/compute1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-compute1` library allows access to all features of the *Google compute* service. -This documentation was generated from *compute* crate version *0.1.14+20160908*, where *20160908* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *compute* crate version *0.1.15+20160908*, where *20160908* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *compute* *v1* API can be found at the [official documentation site](https://developers.google.com/compute/docs/reference/latest/). diff --git a/gen/compute1/src/lib.rs b/gen/compute1/src/lib.rs index abfbd9a4f4..5938138a9c 100644 --- a/gen/compute1/src/lib.rs +++ b/gen/compute1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *compute* crate version *0.1.14+20160908*, where *20160908* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *compute* crate version *0.1.15+20160908*, where *20160908* is the exact revision of the *compute:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *compute* *v1* API can be found at the //! [official documentation site](https://developers.google.com/compute/docs/reference/latest/). diff --git a/gen/compute1/src/lib.rs.in b/gen/compute1/src/lib.rs.in index e8ccf96c96..09bf03e508 100644 --- a/gen/compute1/src/lib.rs.in +++ b/gen/compute1/src/lib.rs.in @@ -147,7 +147,7 @@ impl<'a, C, A> Compute Compute { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -270,7 +270,7 @@ impl<'a, C, A> Compute } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/container1-cli/Cargo.toml b/gen/container1-cli/Cargo.toml index e9ccc49f8c..65032efb80 100644 --- a/gen/container1-cli/Cargo.toml +++ b/gen/container1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-container1] path = "../container1" +version = "*" optional = true default-features = false diff --git a/gen/container1/Cargo.toml b/gen/container1/Cargo.toml index 0c45fa4d6d..597ee55f47 100644 --- a/gen/container1/Cargo.toml +++ b/gen/container1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-container1" -version = "0.1.14+20160421" +version = "0.1.15+20160421" authors = ["Sebastian Thiel "] description = "A complete library to interact with container (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/container1" diff --git a/gen/container1/README.md b/gen/container1/README.md index 8d6c2b2d49..89c8b6570b 100644 --- a/gen/container1/README.md +++ b/gen/container1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-container1` library allows access to all features of the *Google container* service. -This documentation was generated from *container* crate version *0.1.14+20160421*, where *20160421* is the exact revision of the *container:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *container* crate version *0.1.15+20160421*, where *20160421* is the exact revision of the *container:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *container* *v1* API can be found at the [official documentation site](https://cloud.google.com/container-engine/). diff --git a/gen/container1/src/lib.rs b/gen/container1/src/lib.rs index 5326efe175..f85453fca0 100644 --- a/gen/container1/src/lib.rs +++ b/gen/container1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *container* crate version *0.1.14+20160421*, where *20160421* is the exact revision of the *container:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *container* crate version *0.1.15+20160421*, where *20160421* is the exact revision of the *container:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *container* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/container-engine/). diff --git a/gen/container1/src/lib.rs.in b/gen/container1/src/lib.rs.in index 3adcf0924b..9c69e56dbc 100644 --- a/gen/container1/src/lib.rs.in +++ b/gen/container1/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> Container Container { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Container } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/content2-cli/Cargo.toml b/gen/content2-cli/Cargo.toml index 3e3cadd247..b5248d6d40 100644 --- a/gen/content2-cli/Cargo.toml +++ b/gen/content2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-content2] path = "../content2" +version = "*" optional = true default-features = false diff --git a/gen/content2/Cargo.toml b/gen/content2/Cargo.toml index 1f05479e13..d8a9df34f3 100644 --- a/gen/content2/Cargo.toml +++ b/gen/content2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-content2" -version = "0.1.14+20160905" +version = "0.1.15+20160905" authors = ["Sebastian Thiel "] description = "A complete library to interact with Shopping Content (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/content2" diff --git a/gen/content2/README.md b/gen/content2/README.md index 63c97ed76f..faa2bb672b 100644 --- a/gen/content2/README.md +++ b/gen/content2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-content2` library allows access to all features of the *Google Shopping Content* service. -This documentation was generated from *Shopping Content* crate version *0.1.14+20160905*, where *20160905* is the exact revision of the *content:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Shopping Content* crate version *0.1.15+20160905*, where *20160905* is the exact revision of the *content:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Shopping Content* *v2* API can be found at the [official documentation site](https://developers.google.com/shopping-content). diff --git a/gen/content2/src/lib.rs b/gen/content2/src/lib.rs index 5761211531..89e8fc3403 100644 --- a/gen/content2/src/lib.rs +++ b/gen/content2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Shopping Content* crate version *0.1.14+20160905*, where *20160905* is the exact revision of the *content:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Shopping Content* crate version *0.1.15+20160905*, where *20160905* is the exact revision of the *content:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Shopping Content* *v2* API can be found at the //! [official documentation site](https://developers.google.com/shopping-content). diff --git a/gen/content2/src/lib.rs.in b/gen/content2/src/lib.rs.in index 8c56e044a5..2dca7aefcc 100644 --- a/gen/content2/src/lib.rs.in +++ b/gen/content2/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> ShoppingContent ShoppingContent { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -173,7 +173,7 @@ impl<'a, C, A> ShoppingContent } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/content2_sandbox-cli/Cargo.toml b/gen/content2_sandbox-cli/Cargo.toml index ba56ccf754..21086708ec 100644 --- a/gen/content2_sandbox-cli/Cargo.toml +++ b/gen/content2_sandbox-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-content2_sandbox] path = "../content2_sandbox" +version = "*" optional = true default-features = false diff --git a/gen/content2_sandbox/Cargo.toml b/gen/content2_sandbox/Cargo.toml index 7e713462e8..6f5a8f260a 100644 --- a/gen/content2_sandbox/Cargo.toml +++ b/gen/content2_sandbox/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-content2_sandbox" -version = "0.1.14+20160905" +version = "0.1.15+20160905" authors = ["Sebastian Thiel "] description = "A complete library to interact with Shopping Content (protocol v2sandbox)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/content2_sandbox" diff --git a/gen/content2_sandbox/README.md b/gen/content2_sandbox/README.md index ab86fbc352..cce973a435 100644 --- a/gen/content2_sandbox/README.md +++ b/gen/content2_sandbox/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-content2_sandbox` library allows access to all features of the *Google Shopping Content* service. -This documentation was generated from *Shopping Content* crate version *0.1.14+20160905*, where *20160905* is the exact revision of the *content:v2sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Shopping Content* crate version *0.1.15+20160905*, where *20160905* is the exact revision of the *content:v2sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Shopping Content* *v2_sandbox* API can be found at the [official documentation site](https://developers.google.com/shopping-content). diff --git a/gen/content2_sandbox/src/lib.rs b/gen/content2_sandbox/src/lib.rs index 3be751bcbc..60b73867ae 100644 --- a/gen/content2_sandbox/src/lib.rs +++ b/gen/content2_sandbox/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Shopping Content* crate version *0.1.14+20160905*, where *20160905* is the exact revision of the *content:v2sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Shopping Content* crate version *0.1.15+20160905*, where *20160905* is the exact revision of the *content:v2sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Shopping Content* *v2_sandbox* API can be found at the //! [official documentation site](https://developers.google.com/shopping-content). diff --git a/gen/content2_sandbox/src/lib.rs.in b/gen/content2_sandbox/src/lib.rs.in index c9ba39435d..8f602cea60 100644 --- a/gen/content2_sandbox/src/lib.rs.in +++ b/gen/content2_sandbox/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> ShoppingContent ShoppingContent { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -143,7 +143,7 @@ impl<'a, C, A> ShoppingContent } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/coordinate1-cli/Cargo.toml b/gen/coordinate1-cli/Cargo.toml index 63a62d95db..6a009f7f07 100644 --- a/gen/coordinate1-cli/Cargo.toml +++ b/gen/coordinate1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-coordinate1] path = "../coordinate1" +version = "*" optional = true default-features = false diff --git a/gen/coordinate1/Cargo.toml b/gen/coordinate1/Cargo.toml index 5c938300c1..0dd114db21 100644 --- a/gen/coordinate1/Cargo.toml +++ b/gen/coordinate1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-coordinate1" -version = "0.1.14+20150811" +version = "0.1.15+20150811" authors = ["Sebastian Thiel "] description = "A complete library to interact with coordinate (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/coordinate1" diff --git a/gen/coordinate1/README.md b/gen/coordinate1/README.md index 23b1a5bb22..4f34d72f2a 100644 --- a/gen/coordinate1/README.md +++ b/gen/coordinate1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-coordinate1` library allows access to all features of the *Google coordinate* service. -This documentation was generated from *coordinate* crate version *0.1.14+20150811*, where *20150811* is the exact revision of the *coordinate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *coordinate* crate version *0.1.15+20150811*, where *20150811* is the exact revision of the *coordinate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *coordinate* *v1* API can be found at the [official documentation site](https://developers.google.com/coordinate/). diff --git a/gen/coordinate1/src/lib.rs b/gen/coordinate1/src/lib.rs index aa4a6c811b..89fa9d3ddc 100644 --- a/gen/coordinate1/src/lib.rs +++ b/gen/coordinate1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *coordinate* crate version *0.1.14+20150811*, where *20150811* is the exact revision of the *coordinate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *coordinate* crate version *0.1.15+20150811*, where *20150811* is the exact revision of the *coordinate:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *coordinate* *v1* API can be found at the //! [official documentation site](https://developers.google.com/coordinate/). diff --git a/gen/coordinate1/src/lib.rs.in b/gen/coordinate1/src/lib.rs.in index 8f1a227732..a8997eef87 100644 --- a/gen/coordinate1/src/lib.rs.in +++ b/gen/coordinate1/src/lib.rs.in @@ -147,7 +147,7 @@ impl<'a, C, A> Coordinate Coordinate { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -171,7 +171,7 @@ impl<'a, C, A> Coordinate } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/customsearch1-cli/Cargo.toml b/gen/customsearch1-cli/Cargo.toml index a9ff906001..b7bb0b4bcf 100644 --- a/gen/customsearch1-cli/Cargo.toml +++ b/gen/customsearch1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-customsearch1] path = "../customsearch1" +version = "*" optional = true default-features = false diff --git a/gen/customsearch1/Cargo.toml b/gen/customsearch1/Cargo.toml index cf31d830d3..1e768fffb7 100644 --- a/gen/customsearch1/Cargo.toml +++ b/gen/customsearch1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-customsearch1" -version = "0.1.14+20160411" +version = "0.1.15+20160411" authors = ["Sebastian Thiel "] description = "A complete library to interact with customsearch (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/customsearch1" diff --git a/gen/customsearch1/README.md b/gen/customsearch1/README.md index 87af0cea8d..a2a485e4eb 100644 --- a/gen/customsearch1/README.md +++ b/gen/customsearch1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-customsearch1` library allows access to all features of the *Google customsearch* service. -This documentation was generated from *customsearch* crate version *0.1.14+20160411*, where *20160411* is the exact revision of the *customsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *customsearch* crate version *0.1.15+20160411*, where *20160411* is the exact revision of the *customsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *customsearch* *v1* API can be found at the [official documentation site](https://developers.google.com/custom-search/v1/using_rest). diff --git a/gen/customsearch1/src/lib.rs b/gen/customsearch1/src/lib.rs index aae6af26d3..67589ea0db 100644 --- a/gen/customsearch1/src/lib.rs +++ b/gen/customsearch1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *customsearch* crate version *0.1.14+20160411*, where *20160411* is the exact revision of the *customsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *customsearch* crate version *0.1.15+20160411*, where *20160411* is the exact revision of the *customsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *customsearch* *v1* API can be found at the //! [official documentation site](https://developers.google.com/custom-search/v1/using_rest). diff --git a/gen/customsearch1/src/lib.rs.in b/gen/customsearch1/src/lib.rs.in index dfbe6b4dd3..5ae7a4ce25 100644 --- a/gen/customsearch1/src/lib.rs.in +++ b/gen/customsearch1/src/lib.rs.in @@ -136,7 +136,7 @@ impl<'a, C, A> Customsearch Customsearch { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -145,7 +145,7 @@ impl<'a, C, A> Customsearch } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dataproc1-cli/Cargo.toml b/gen/dataproc1-cli/Cargo.toml index ef699ec3ed..24db2e8938 100644 --- a/gen/dataproc1-cli/Cargo.toml +++ b/gen/dataproc1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dataproc1] path = "../dataproc1" +version = "*" optional = true default-features = false diff --git a/gen/dataproc1/Cargo.toml b/gen/dataproc1/Cargo.toml index 8795debcc0..089f85f8af 100644 --- a/gen/dataproc1/Cargo.toml +++ b/gen/dataproc1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dataproc1" -version = "0.1.14+20160503" +version = "0.1.15+20160503" authors = ["Sebastian Thiel "] description = "A complete library to interact with dataproc (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dataproc1" diff --git a/gen/dataproc1/README.md b/gen/dataproc1/README.md index 9dbb48e524..1d272f2034 100644 --- a/gen/dataproc1/README.md +++ b/gen/dataproc1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dataproc1` library allows access to all features of the *Google dataproc* service. -This documentation was generated from *dataproc* crate version *0.1.14+20160503*, where *20160503* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dataproc* crate version *0.1.15+20160503*, where *20160503* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dataproc* *v1* API can be found at the [official documentation site](https://cloud.google.com/dataproc/). diff --git a/gen/dataproc1/src/lib.rs b/gen/dataproc1/src/lib.rs index f093468081..05bafd34f9 100644 --- a/gen/dataproc1/src/lib.rs +++ b/gen/dataproc1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dataproc* crate version *0.1.14+20160503*, where *20160503* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dataproc* crate version *0.1.15+20160503*, where *20160503* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dataproc* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/dataproc/). diff --git a/gen/dataproc1/src/lib.rs.in b/gen/dataproc1/src/lib.rs.in index ad8ff01268..6fdf071a59 100644 --- a/gen/dataproc1/src/lib.rs.in +++ b/gen/dataproc1/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> Dataproc Dataproc { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -143,7 +143,7 @@ impl<'a, C, A> Dataproc } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/deploymentmanager2-cli/Cargo.toml b/gen/deploymentmanager2-cli/Cargo.toml index 9351eda6a9..3ad829b3a5 100644 --- a/gen/deploymentmanager2-cli/Cargo.toml +++ b/gen/deploymentmanager2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-deploymentmanager2] path = "../deploymentmanager2" +version = "*" optional = true default-features = false diff --git a/gen/deploymentmanager2/Cargo.toml b/gen/deploymentmanager2/Cargo.toml index 48a942a518..0aaf59ccb9 100644 --- a/gen/deploymentmanager2/Cargo.toml +++ b/gen/deploymentmanager2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-deploymentmanager2" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with Deployment Manager (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/deploymentmanager2" diff --git a/gen/deploymentmanager2/README.md b/gen/deploymentmanager2/README.md index 98c28d316f..7c5f3cd773 100644 --- a/gen/deploymentmanager2/README.md +++ b/gen/deploymentmanager2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-deploymentmanager2` library allows access to all features of the *Google Deployment Manager* service. -This documentation was generated from *Deployment Manager* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *deploymentmanager:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Deployment Manager* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *deploymentmanager:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Deployment Manager* *v2* API can be found at the [official documentation site](https://cloud.google.com/deployment-manager/). diff --git a/gen/deploymentmanager2/src/lib.rs b/gen/deploymentmanager2/src/lib.rs index 347b4b6cf0..eba0553403 100644 --- a/gen/deploymentmanager2/src/lib.rs +++ b/gen/deploymentmanager2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Deployment Manager* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *deploymentmanager:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Deployment Manager* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *deploymentmanager:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Deployment Manager* *v2* API can be found at the //! [official documentation site](https://cloud.google.com/deployment-manager/). diff --git a/gen/deploymentmanager2/src/lib.rs.in b/gen/deploymentmanager2/src/lib.rs.in index fca54a9f18..574789a34f 100644 --- a/gen/deploymentmanager2/src/lib.rs.in +++ b/gen/deploymentmanager2/src/lib.rs.in @@ -148,7 +148,7 @@ impl<'a, C, A> DeploymentManager DeploymentManager { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -169,7 +169,7 @@ impl<'a, C, A> DeploymentManager } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/deploymentmanager2_beta2-cli/Cargo.toml b/gen/deploymentmanager2_beta2-cli/Cargo.toml index 50073d0fd2..ee76d1d531 100644 --- a/gen/deploymentmanager2_beta2-cli/Cargo.toml +++ b/gen/deploymentmanager2_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-deploymentmanager2_beta2] path = "../deploymentmanager2_beta2" +version = "*" optional = true default-features = false diff --git a/gen/deploymentmanager2_beta2/Cargo.toml b/gen/deploymentmanager2_beta2/Cargo.toml index aa2229659b..8e7bc39980 100644 --- a/gen/deploymentmanager2_beta2/Cargo.toml +++ b/gen/deploymentmanager2_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-deploymentmanager2_beta2" -version = "0.1.14+20160201" +version = "0.1.15+20160201" authors = ["Sebastian Thiel "] description = "A complete library to interact with Deployment Manager (protocol v2beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/deploymentmanager2_beta2" diff --git a/gen/deploymentmanager2_beta2/README.md b/gen/deploymentmanager2_beta2/README.md index df0216137a..bad115a7e1 100644 --- a/gen/deploymentmanager2_beta2/README.md +++ b/gen/deploymentmanager2_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-deploymentmanager2_beta2` library allows access to all features of the *Google Deployment Manager* service. -This documentation was generated from *Deployment Manager* crate version *0.1.14+20160201*, where *20160201* is the exact revision of the *deploymentmanager:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Deployment Manager* crate version *0.1.15+20160201*, where *20160201* is the exact revision of the *deploymentmanager:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Deployment Manager* *v2_beta2* API can be found at the [official documentation site](https://developers.google.com/deployment-manager/). diff --git a/gen/deploymentmanager2_beta2/src/lib.rs b/gen/deploymentmanager2_beta2/src/lib.rs index eb905aae1c..e10aa394dc 100644 --- a/gen/deploymentmanager2_beta2/src/lib.rs +++ b/gen/deploymentmanager2_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Deployment Manager* crate version *0.1.14+20160201*, where *20160201* is the exact revision of the *deploymentmanager:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Deployment Manager* crate version *0.1.15+20160201*, where *20160201* is the exact revision of the *deploymentmanager:v2beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Deployment Manager* *v2_beta2* API can be found at the //! [official documentation site](https://developers.google.com/deployment-manager/). diff --git a/gen/deploymentmanager2_beta2/src/lib.rs.in b/gen/deploymentmanager2_beta2/src/lib.rs.in index 23beb87b31..d7cb6de1f9 100644 --- a/gen/deploymentmanager2_beta2/src/lib.rs.in +++ b/gen/deploymentmanager2_beta2/src/lib.rs.in @@ -148,7 +148,7 @@ impl<'a, C, A> DeploymentManager DeploymentManager { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -169,7 +169,7 @@ impl<'a, C, A> DeploymentManager } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dfareporting2d1-cli/Cargo.toml b/gen/dfareporting2d1-cli/Cargo.toml index 01e8b6e2b2..ccde2cf67a 100644 --- a/gen/dfareporting2d1-cli/Cargo.toml +++ b/gen/dfareporting2d1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dfareporting2d1] path = "../dfareporting2d1" +version = "*" optional = true default-features = false diff --git a/gen/dfareporting2d1/Cargo.toml b/gen/dfareporting2d1/Cargo.toml index 98af553354..a1b510f5df 100644 --- a/gen/dfareporting2d1/Cargo.toml +++ b/gen/dfareporting2d1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dfareporting2d1" -version = "0.1.14+20160323" +version = "0.1.15+20160323" authors = ["Sebastian Thiel "] description = "A complete library to interact with dfareporting (protocol v2.1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d1" diff --git a/gen/dfareporting2d1/README.md b/gen/dfareporting2d1/README.md index bb88bd79bc..bb57856ca5 100644 --- a/gen/dfareporting2d1/README.md +++ b/gen/dfareporting2d1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dfareporting2d1` library allows access to all features of the *Google dfareporting* service. -This documentation was generated from *dfareporting* crate version *0.1.14+20160323*, where *20160323* is the exact revision of the *dfareporting:v2.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dfareporting* crate version *0.1.15+20160323*, where *20160323* is the exact revision of the *dfareporting:v2.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dfareporting* *v2d1* API can be found at the [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d1/src/lib.rs b/gen/dfareporting2d1/src/lib.rs index 61d0ff4a77..7f18cb12cc 100644 --- a/gen/dfareporting2d1/src/lib.rs +++ b/gen/dfareporting2d1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dfareporting* crate version *0.1.14+20160323*, where *20160323* is the exact revision of the *dfareporting:v2.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dfareporting* crate version *0.1.15+20160323*, where *20160323* is the exact revision of the *dfareporting:v2.1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dfareporting* *v2d1* API can be found at the //! [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d1/src/lib.rs.in b/gen/dfareporting2d1/src/lib.rs.in index e63e9a2440..0110741f84 100644 --- a/gen/dfareporting2d1/src/lib.rs.in +++ b/gen/dfareporting2d1/src/lib.rs.in @@ -136,7 +136,7 @@ impl<'a, C, A> Dfareporting Dfareporting { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -307,7 +307,7 @@ impl<'a, C, A> Dfareporting } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dfareporting2d2-cli/Cargo.toml b/gen/dfareporting2d2-cli/Cargo.toml index 1d06d3046e..9f07af8202 100644 --- a/gen/dfareporting2d2-cli/Cargo.toml +++ b/gen/dfareporting2d2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dfareporting2d2] path = "../dfareporting2d2" +version = "*" optional = true default-features = false diff --git a/gen/dfareporting2d2/Cargo.toml b/gen/dfareporting2d2/Cargo.toml index e17c6c3596..99b490a01d 100644 --- a/gen/dfareporting2d2/Cargo.toml +++ b/gen/dfareporting2d2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dfareporting2d2" -version = "0.1.14+20160803" +version = "0.1.15+20160803" authors = ["Sebastian Thiel "] description = "A complete library to interact with dfareporting (protocol v2.2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d2" diff --git a/gen/dfareporting2d2/README.md b/gen/dfareporting2d2/README.md index 80fbd58ae9..a8ee9b5076 100644 --- a/gen/dfareporting2d2/README.md +++ b/gen/dfareporting2d2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dfareporting2d2` library allows access to all features of the *Google dfareporting* service. -This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dfareporting* *v2d2* API can be found at the [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d2/src/lib.rs b/gen/dfareporting2d2/src/lib.rs index c3473ae8d9..efc53a66d9 100644 --- a/gen/dfareporting2d2/src/lib.rs +++ b/gen/dfareporting2d2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dfareporting* *v2d2* API can be found at the //! [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d2/src/lib.rs.in b/gen/dfareporting2d2/src/lib.rs.in index d45d0d118e..e4ab05d1ec 100644 --- a/gen/dfareporting2d2/src/lib.rs.in +++ b/gen/dfareporting2d2/src/lib.rs.in @@ -136,7 +136,7 @@ impl<'a, C, A> Dfareporting Dfareporting { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -307,7 +307,7 @@ impl<'a, C, A> Dfareporting } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dfareporting2d3-cli/Cargo.toml b/gen/dfareporting2d3-cli/Cargo.toml index 1edd44503d..af3ee7c9cb 100644 --- a/gen/dfareporting2d3-cli/Cargo.toml +++ b/gen/dfareporting2d3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dfareporting2d3] path = "../dfareporting2d3" +version = "*" optional = true default-features = false diff --git a/gen/dfareporting2d3/Cargo.toml b/gen/dfareporting2d3/Cargo.toml index 9beaeaa84e..e29ed465d7 100644 --- a/gen/dfareporting2d3/Cargo.toml +++ b/gen/dfareporting2d3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dfareporting2d3" -version = "0.1.14+20160803" +version = "0.1.15+20160803" authors = ["Sebastian Thiel "] description = "A complete library to interact with dfareporting (protocol v2.3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d3" diff --git a/gen/dfareporting2d3/README.md b/gen/dfareporting2d3/README.md index 67597b53c3..631dc1d5ed 100644 --- a/gen/dfareporting2d3/README.md +++ b/gen/dfareporting2d3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dfareporting2d3` library allows access to all features of the *Google dfareporting* service. -This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dfareporting* *v2d3* API can be found at the [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d3/src/lib.rs b/gen/dfareporting2d3/src/lib.rs index e27132e918..9f0f7d49fd 100644 --- a/gen/dfareporting2d3/src/lib.rs +++ b/gen/dfareporting2d3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dfareporting* *v2d3* API can be found at the //! [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d3/src/lib.rs.in b/gen/dfareporting2d3/src/lib.rs.in index 7f550cd9f4..c8624827fe 100644 --- a/gen/dfareporting2d3/src/lib.rs.in +++ b/gen/dfareporting2d3/src/lib.rs.in @@ -136,7 +136,7 @@ impl<'a, C, A> Dfareporting Dfareporting { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -307,7 +307,7 @@ impl<'a, C, A> Dfareporting } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dfareporting2d4-cli/Cargo.toml b/gen/dfareporting2d4-cli/Cargo.toml index b86f79c6e2..00148f69f4 100644 --- a/gen/dfareporting2d4-cli/Cargo.toml +++ b/gen/dfareporting2d4-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dfareporting2d4] path = "../dfareporting2d4" +version = "*" optional = true default-features = false diff --git a/gen/dfareporting2d4/Cargo.toml b/gen/dfareporting2d4/Cargo.toml index ded89ceb45..5d5d75f47c 100644 --- a/gen/dfareporting2d4/Cargo.toml +++ b/gen/dfareporting2d4/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dfareporting2d4" -version = "0.1.14+20160803" +version = "0.1.15+20160803" authors = ["Sebastian Thiel "] description = "A complete library to interact with dfareporting (protocol v2.4)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d4" diff --git a/gen/dfareporting2d4/README.md b/gen/dfareporting2d4/README.md index dc0585919e..89b629dde0 100644 --- a/gen/dfareporting2d4/README.md +++ b/gen/dfareporting2d4/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dfareporting2d4` library allows access to all features of the *Google dfareporting* service. -This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dfareporting* *v2d4* API can be found at the [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d4/src/lib.rs b/gen/dfareporting2d4/src/lib.rs index a1561dfa9c..72ebbd7b4d 100644 --- a/gen/dfareporting2d4/src/lib.rs +++ b/gen/dfareporting2d4/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dfareporting* *v2d4* API can be found at the //! [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d4/src/lib.rs.in b/gen/dfareporting2d4/src/lib.rs.in index c3ae087ade..6592889c16 100644 --- a/gen/dfareporting2d4/src/lib.rs.in +++ b/gen/dfareporting2d4/src/lib.rs.in @@ -136,7 +136,7 @@ impl<'a, C, A> Dfareporting Dfareporting { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -307,7 +307,7 @@ impl<'a, C, A> Dfareporting } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dfareporting2d5-cli/Cargo.toml b/gen/dfareporting2d5-cli/Cargo.toml index 67c1c10171..b2236e497e 100644 --- a/gen/dfareporting2d5-cli/Cargo.toml +++ b/gen/dfareporting2d5-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dfareporting2d5] path = "../dfareporting2d5" +version = "*" optional = true default-features = false diff --git a/gen/dfareporting2d5/Cargo.toml b/gen/dfareporting2d5/Cargo.toml index ae3290d145..5eaa2647b6 100644 --- a/gen/dfareporting2d5/Cargo.toml +++ b/gen/dfareporting2d5/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dfareporting2d5" -version = "0.1.14+20160803" +version = "0.1.15+20160803" authors = ["Sebastian Thiel "] description = "A complete library to interact with dfareporting (protocol v2.5)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d5" diff --git a/gen/dfareporting2d5/README.md b/gen/dfareporting2d5/README.md index e4de5f648c..8e2967fe52 100644 --- a/gen/dfareporting2d5/README.md +++ b/gen/dfareporting2d5/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dfareporting2d5` library allows access to all features of the *Google dfareporting* service. -This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dfareporting* *v2d5* API can be found at the [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d5/src/lib.rs b/gen/dfareporting2d5/src/lib.rs index 27f771ede5..726b8f9444 100644 --- a/gen/dfareporting2d5/src/lib.rs +++ b/gen/dfareporting2d5/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.5* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dfareporting* *v2d5* API can be found at the //! [official documentation site](https://developers.google.com/doubleclick-advertisers/reporting/). diff --git a/gen/dfareporting2d5/src/lib.rs.in b/gen/dfareporting2d5/src/lib.rs.in index cff8329e89..85b5a26c0d 100644 --- a/gen/dfareporting2d5/src/lib.rs.in +++ b/gen/dfareporting2d5/src/lib.rs.in @@ -140,7 +140,7 @@ impl<'a, C, A> Dfareporting Dfareporting { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -317,7 +317,7 @@ impl<'a, C, A> Dfareporting } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dfareporting2d6-cli/Cargo.toml b/gen/dfareporting2d6-cli/Cargo.toml index 56dae639a1..b19c5b5acd 100644 --- a/gen/dfareporting2d6-cli/Cargo.toml +++ b/gen/dfareporting2d6-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dfareporting2d6] path = "../dfareporting2d6" +version = "*" optional = true default-features = false diff --git a/gen/dfareporting2d6/Cargo.toml b/gen/dfareporting2d6/Cargo.toml index 3212a97680..39c63bf06f 100644 --- a/gen/dfareporting2d6/Cargo.toml +++ b/gen/dfareporting2d6/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dfareporting2d6" -version = "0.1.14+20160803" +version = "0.1.15+20160803" authors = ["Sebastian Thiel "] description = "A complete library to interact with dfareporting (protocol v2.6)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d6" diff --git a/gen/dfareporting2d6/README.md b/gen/dfareporting2d6/README.md index 130b1c1726..945ab97511 100644 --- a/gen/dfareporting2d6/README.md +++ b/gen/dfareporting2d6/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dfareporting2d6` library allows access to all features of the *Google dfareporting* service. -This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dfareporting* *v2d6* API can be found at the [official documentation site](https://developers.google.com/doubleclick-advertisers/). diff --git a/gen/dfareporting2d6/src/lib.rs b/gen/dfareporting2d6/src/lib.rs index 36694f0ca5..3b056c1d71 100644 --- a/gen/dfareporting2d6/src/lib.rs +++ b/gen/dfareporting2d6/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dfareporting* crate version *0.1.14+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dfareporting* crate version *0.1.15+20160803*, where *20160803* is the exact revision of the *dfareporting:v2.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dfareporting* *v2d6* API can be found at the //! [official documentation site](https://developers.google.com/doubleclick-advertisers/). diff --git a/gen/dfareporting2d6/src/lib.rs.in b/gen/dfareporting2d6/src/lib.rs.in index 41f0d34b26..1cc6e32911 100644 --- a/gen/dfareporting2d6/src/lib.rs.in +++ b/gen/dfareporting2d6/src/lib.rs.in @@ -140,7 +140,7 @@ impl<'a, C, A> Dfareporting Dfareporting { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -323,7 +323,7 @@ impl<'a, C, A> Dfareporting } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/discovery1-cli/Cargo.toml b/gen/discovery1-cli/Cargo.toml index 514f6e44e2..1a9b92352e 100644 --- a/gen/discovery1-cli/Cargo.toml +++ b/gen/discovery1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-discovery1] path = "../discovery1" +version = "*" optional = true default-features = false diff --git a/gen/discovery1/Cargo.toml b/gen/discovery1/Cargo.toml index b58b3072bc..407406115d 100644 --- a/gen/discovery1/Cargo.toml +++ b/gen/discovery1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-discovery1" -version = "0.1.14+00000000" +version = "0.1.15+00000000" authors = ["Sebastian Thiel "] description = "A complete library to interact with discovery (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/discovery1" diff --git a/gen/discovery1/README.md b/gen/discovery1/README.md index 47c4a144c2..d535fe72da 100644 --- a/gen/discovery1/README.md +++ b/gen/discovery1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-discovery1` library allows access to all features of the *Google discovery* service. -This documentation was generated from *discovery* crate version *0.1.14+00000000*, where *00000000* is the exact revision of the *discovery:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *discovery* crate version *0.1.15+00000000*, where *00000000* is the exact revision of the *discovery:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *discovery* *v1* API can be found at the [official documentation site](https://developers.google.com/discovery/). diff --git a/gen/discovery1/src/lib.rs b/gen/discovery1/src/lib.rs index 995ff51678..70bcfac461 100644 --- a/gen/discovery1/src/lib.rs +++ b/gen/discovery1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *discovery* crate version *0.1.14+00000000*, where *00000000* is the exact revision of the *discovery:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *discovery* crate version *0.1.15+00000000*, where *00000000* is the exact revision of the *discovery:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *discovery* *v1* API can be found at the //! [official documentation site](https://developers.google.com/discovery/). diff --git a/gen/discovery1/src/lib.rs.in b/gen/discovery1/src/lib.rs.in index e653bfc0d8..1c1277b2ba 100644 --- a/gen/discovery1/src/lib.rs.in +++ b/gen/discovery1/src/lib.rs.in @@ -105,7 +105,7 @@ impl<'a, C, A> Discovery Discovery { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -114,7 +114,7 @@ impl<'a, C, A> Discovery } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/dns1-cli/Cargo.toml b/gen/dns1-cli/Cargo.toml index 3422d11437..71f12a7e7f 100644 --- a/gen/dns1-cli/Cargo.toml +++ b/gen/dns1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-dns1] path = "../dns1" +version = "*" optional = true default-features = false diff --git a/gen/dns1/Cargo.toml b/gen/dns1/Cargo.toml index 046bee8749..e088baa284 100644 --- a/gen/dns1/Cargo.toml +++ b/gen/dns1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-dns1" -version = "0.1.14+20160825" +version = "0.1.15+20160825" authors = ["Sebastian Thiel "] description = "A complete library to interact with dns (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dns1" diff --git a/gen/dns1/README.md b/gen/dns1/README.md index a7b172fefd..29fd7f9395 100644 --- a/gen/dns1/README.md +++ b/gen/dns1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-dns1` library allows access to all features of the *Google dns* service. -This documentation was generated from *dns* crate version *0.1.14+20160825*, where *20160825* is the exact revision of the *dns:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *dns* crate version *0.1.15+20160825*, where *20160825* is the exact revision of the *dns:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *dns* *v1* API can be found at the [official documentation site](https://developers.google.com/cloud-dns). diff --git a/gen/dns1/src/lib.rs b/gen/dns1/src/lib.rs index 52beb6f182..57916d19e1 100644 --- a/gen/dns1/src/lib.rs +++ b/gen/dns1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *dns* crate version *0.1.14+20160825*, where *20160825* is the exact revision of the *dns:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *dns* crate version *0.1.15+20160825*, where *20160825* is the exact revision of the *dns:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *dns* *v1* API can be found at the //! [official documentation site](https://developers.google.com/cloud-dns). diff --git a/gen/dns1/src/lib.rs.in b/gen/dns1/src/lib.rs.in index 144e3ee8b6..cd1de63212 100644 --- a/gen/dns1/src/lib.rs.in +++ b/gen/dns1/src/lib.rs.in @@ -142,7 +142,7 @@ impl<'a, C, A> Dns Dns { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -160,7 +160,7 @@ impl<'a, C, A> Dns } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/doubleclickbidmanager1-cli/Cargo.toml b/gen/doubleclickbidmanager1-cli/Cargo.toml index 7463718960..98c32cee47 100644 --- a/gen/doubleclickbidmanager1-cli/Cargo.toml +++ b/gen/doubleclickbidmanager1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-doubleclickbidmanager1] path = "../doubleclickbidmanager1" +version = "*" optional = true default-features = false diff --git a/gen/doubleclickbidmanager1/Cargo.toml b/gen/doubleclickbidmanager1/Cargo.toml index a2961e810d..9045bb44cd 100644 --- a/gen/doubleclickbidmanager1/Cargo.toml +++ b/gen/doubleclickbidmanager1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-doubleclickbidmanager1" -version = "0.1.14+20160608" +version = "0.1.15+20160608" authors = ["Sebastian Thiel "] description = "A complete library to interact with DoubleClick Bid Manager (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/doubleclickbidmanager1" diff --git a/gen/doubleclickbidmanager1/README.md b/gen/doubleclickbidmanager1/README.md index e57664397c..681b50bbb9 100644 --- a/gen/doubleclickbidmanager1/README.md +++ b/gen/doubleclickbidmanager1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-doubleclickbidmanager1` library allows access to all features of the *Google DoubleClick Bid Manager* service. -This documentation was generated from *DoubleClick Bid Manager* crate version *0.1.14+20160608*, where *20160608* is the exact revision of the *doubleclickbidmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *DoubleClick Bid Manager* crate version *0.1.15+20160608*, where *20160608* is the exact revision of the *doubleclickbidmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *DoubleClick Bid Manager* *v1* API can be found at the [official documentation site](https://developers.google.com/bid-manager/). diff --git a/gen/doubleclickbidmanager1/src/lib.rs b/gen/doubleclickbidmanager1/src/lib.rs index 922429f95b..12dcebb1ba 100644 --- a/gen/doubleclickbidmanager1/src/lib.rs +++ b/gen/doubleclickbidmanager1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *DoubleClick Bid Manager* crate version *0.1.14+20160608*, where *20160608* is the exact revision of the *doubleclickbidmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *DoubleClick Bid Manager* crate version *0.1.15+20160608*, where *20160608* is the exact revision of the *doubleclickbidmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *DoubleClick Bid Manager* *v1* API can be found at the //! [official documentation site](https://developers.google.com/bid-manager/). diff --git a/gen/doubleclickbidmanager1/src/lib.rs.in b/gen/doubleclickbidmanager1/src/lib.rs.in index 6af263d675..0caf8ec052 100644 --- a/gen/doubleclickbidmanager1/src/lib.rs.in +++ b/gen/doubleclickbidmanager1/src/lib.rs.in @@ -105,7 +105,7 @@ impl<'a, C, A> DoubleClickBidManager DoubleClickBidManager { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -123,7 +123,7 @@ impl<'a, C, A> DoubleClickBidManager } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/doubleclicksearch2-cli/Cargo.toml b/gen/doubleclicksearch2-cli/Cargo.toml index 4acafb4e39..4cef54bc70 100644 --- a/gen/doubleclicksearch2-cli/Cargo.toml +++ b/gen/doubleclicksearch2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-doubleclicksearch2] path = "../doubleclicksearch2" +version = "*" optional = true default-features = false diff --git a/gen/doubleclicksearch2/Cargo.toml b/gen/doubleclicksearch2/Cargo.toml index 718316d842..49a717ce85 100644 --- a/gen/doubleclicksearch2/Cargo.toml +++ b/gen/doubleclicksearch2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-doubleclicksearch2" -version = "0.1.14+20160831" +version = "0.1.15+20160831" authors = ["Sebastian Thiel "] description = "A complete library to interact with doubleclicksearch (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/doubleclicksearch2" diff --git a/gen/doubleclicksearch2/README.md b/gen/doubleclicksearch2/README.md index e3df300b79..384efb6237 100644 --- a/gen/doubleclicksearch2/README.md +++ b/gen/doubleclicksearch2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-doubleclicksearch2` library allows access to all features of the *Google doubleclicksearch* service. -This documentation was generated from *doubleclicksearch* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *doubleclicksearch:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *doubleclicksearch* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *doubleclicksearch:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *doubleclicksearch* *v2* API can be found at the [official documentation site](https://developers.google.com/doubleclick-search/). diff --git a/gen/doubleclicksearch2/src/lib.rs b/gen/doubleclicksearch2/src/lib.rs index 0cd0b59f16..f5c9996616 100644 --- a/gen/doubleclicksearch2/src/lib.rs +++ b/gen/doubleclicksearch2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *doubleclicksearch* crate version *0.1.14+20160831*, where *20160831* is the exact revision of the *doubleclicksearch:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *doubleclicksearch* crate version *0.1.15+20160831*, where *20160831* is the exact revision of the *doubleclicksearch:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *doubleclicksearch* *v2* API can be found at the //! [official documentation site](https://developers.google.com/doubleclick-search/). diff --git a/gen/doubleclicksearch2/src/lib.rs.in b/gen/doubleclicksearch2/src/lib.rs.in index 1761de5467..d6e2ecda77 100644 --- a/gen/doubleclicksearch2/src/lib.rs.in +++ b/gen/doubleclicksearch2/src/lib.rs.in @@ -127,7 +127,7 @@ impl<'a, C, A> Doubleclicksearch Doubleclicksearch { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Doubleclicksearch } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/drive2-cli/Cargo.toml b/gen/drive2-cli/Cargo.toml index dd17c0841a..102a51043e 100644 --- a/gen/drive2-cli/Cargo.toml +++ b/gen/drive2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-drive2] path = "../drive2" +version = "*" optional = true default-features = false diff --git a/gen/drive2/Cargo.toml b/gen/drive2/Cargo.toml index 3baf173b51..4aef6025de 100644 --- a/gen/drive2/Cargo.toml +++ b/gen/drive2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-drive2" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with drive (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/drive2" diff --git a/gen/drive2/README.md b/gen/drive2/README.md index 5ac1678147..e34bf38437 100644 --- a/gen/drive2/README.md +++ b/gen/drive2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-drive2` library allows access to all features of the *Google drive* service. -This documentation was generated from *drive* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *drive:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *drive* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *drive:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *drive* *v2* API can be found at the [official documentation site](https://developers.google.com/drive/). diff --git a/gen/drive2/src/lib.rs b/gen/drive2/src/lib.rs index 2b879364e8..0a727cc67d 100644 --- a/gen/drive2/src/lib.rs +++ b/gen/drive2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *drive* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *drive:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *drive* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *drive:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *drive* *v2* API can be found at the //! [official documentation site](https://developers.google.com/drive/). diff --git a/gen/drive2/src/lib.rs.in b/gen/drive2/src/lib.rs.in index 1ebac539fa..cc8f19cb8c 100644 --- a/gen/drive2/src/lib.rs.in +++ b/gen/drive2/src/lib.rs.in @@ -178,7 +178,7 @@ impl<'a, C, A> Drive Drive { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -223,7 +223,7 @@ impl<'a, C, A> Drive } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/drive3-cli/Cargo.toml b/gen/drive3-cli/Cargo.toml index 90d62f905b..d46ccedd4e 100644 --- a/gen/drive3-cli/Cargo.toml +++ b/gen/drive3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-drive3] path = "../drive3" +version = "*" optional = true default-features = false diff --git a/gen/drive3/Cargo.toml b/gen/drive3/Cargo.toml index f2eb11c83a..796fa81351 100644 --- a/gen/drive3/Cargo.toml +++ b/gen/drive3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-drive3" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with drive (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/drive3" diff --git a/gen/drive3/README.md b/gen/drive3/README.md index c73fe32852..95b067210e 100644 --- a/gen/drive3/README.md +++ b/gen/drive3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-drive3` library allows access to all features of the *Google drive* service. -This documentation was generated from *drive* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *drive:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *drive* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *drive:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *drive* *v3* API can be found at the [official documentation site](https://developers.google.com/drive/). diff --git a/gen/drive3/src/lib.rs b/gen/drive3/src/lib.rs index 4681cd40f4..6087865f8a 100644 --- a/gen/drive3/src/lib.rs +++ b/gen/drive3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *drive* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *drive:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *drive* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *drive:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *drive* *v3* API can be found at the //! [official documentation site](https://developers.google.com/drive/). diff --git a/gen/drive3/src/lib.rs.in b/gen/drive3/src/lib.rs.in index e26879da50..cffeae1a9c 100644 --- a/gen/drive3/src/lib.rs.in +++ b/gen/drive3/src/lib.rs.in @@ -167,7 +167,7 @@ impl<'a, C, A> Drive Drive { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -197,7 +197,7 @@ impl<'a, C, A> Drive } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/fitness1-cli/Cargo.toml b/gen/fitness1-cli/Cargo.toml index 5f1245d540..79e6a58746 100644 --- a/gen/fitness1-cli/Cargo.toml +++ b/gen/fitness1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-fitness1] path = "../fitness1" +version = "*" optional = true default-features = false diff --git a/gen/fitness1/Cargo.toml b/gen/fitness1/Cargo.toml index 56867d7b66..ddf109cc09 100644 --- a/gen/fitness1/Cargo.toml +++ b/gen/fitness1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-fitness1" -version = "0.1.14+20160801" +version = "0.1.15+20160801" authors = ["Sebastian Thiel "] description = "A complete library to interact with fitness (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/fitness1" diff --git a/gen/fitness1/README.md b/gen/fitness1/README.md index 66855d07a8..0e5c0ba5e6 100644 --- a/gen/fitness1/README.md +++ b/gen/fitness1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-fitness1` library allows access to all features of the *Google fitness* service. -This documentation was generated from *fitness* crate version *0.1.14+20160801*, where *20160801* is the exact revision of the *fitness:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *fitness* crate version *0.1.15+20160801*, where *20160801* is the exact revision of the *fitness:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *fitness* *v1* API can be found at the [official documentation site](https://developers.google.com/fit/rest/). diff --git a/gen/fitness1/src/lib.rs b/gen/fitness1/src/lib.rs index 0056b65521..0afe918d9c 100644 --- a/gen/fitness1/src/lib.rs +++ b/gen/fitness1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *fitness* crate version *0.1.14+20160801*, where *20160801* is the exact revision of the *fitness:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *fitness* crate version *0.1.15+20160801*, where *20160801* is the exact revision of the *fitness:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *fitness* *v1* API can be found at the //! [official documentation site](https://developers.google.com/fit/rest/). diff --git a/gen/fitness1/src/lib.rs.in b/gen/fitness1/src/lib.rs.in index a7ff8c4f3e..df9958853a 100644 --- a/gen/fitness1/src/lib.rs.in +++ b/gen/fitness1/src/lib.rs.in @@ -161,7 +161,7 @@ impl<'a, C, A> Fitness Fitness { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -170,7 +170,7 @@ impl<'a, C, A> Fitness } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/fusiontables2-cli/Cargo.toml b/gen/fusiontables2-cli/Cargo.toml index c9a58907d8..8c77506454 100644 --- a/gen/fusiontables2-cli/Cargo.toml +++ b/gen/fusiontables2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-fusiontables2] path = "../fusiontables2" +version = "*" optional = true default-features = false diff --git a/gen/fusiontables2/Cargo.toml b/gen/fusiontables2/Cargo.toml index f703e94f60..486a79b1bc 100644 --- a/gen/fusiontables2/Cargo.toml +++ b/gen/fusiontables2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-fusiontables2" -version = "0.1.14+20160526" +version = "0.1.15+20160526" authors = ["Sebastian Thiel "] description = "A complete library to interact with fusiontables (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/fusiontables2" diff --git a/gen/fusiontables2/README.md b/gen/fusiontables2/README.md index 6a6036cee3..a442c13c98 100644 --- a/gen/fusiontables2/README.md +++ b/gen/fusiontables2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-fusiontables2` library allows access to all features of the *Google fusiontables* service. -This documentation was generated from *fusiontables* crate version *0.1.14+20160526*, where *20160526* is the exact revision of the *fusiontables:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *fusiontables* crate version *0.1.15+20160526*, where *20160526* is the exact revision of the *fusiontables:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *fusiontables* *v2* API can be found at the [official documentation site](https://developers.google.com/fusiontables). diff --git a/gen/fusiontables2/src/lib.rs b/gen/fusiontables2/src/lib.rs index 186562db3c..5e40dec138 100644 --- a/gen/fusiontables2/src/lib.rs +++ b/gen/fusiontables2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *fusiontables* crate version *0.1.14+20160526*, where *20160526* is the exact revision of the *fusiontables:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *fusiontables* crate version *0.1.15+20160526*, where *20160526* is the exact revision of the *fusiontables:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *fusiontables* *v2* API can be found at the //! [official documentation site](https://developers.google.com/fusiontables). diff --git a/gen/fusiontables2/src/lib.rs.in b/gen/fusiontables2/src/lib.rs.in index 50cc78d73a..72f0845fdb 100644 --- a/gen/fusiontables2/src/lib.rs.in +++ b/gen/fusiontables2/src/lib.rs.in @@ -134,7 +134,7 @@ impl<'a, C, A> Fusiontables Fusiontables { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -158,7 +158,7 @@ impl<'a, C, A> Fusiontables } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/games1-cli/Cargo.toml b/gen/games1-cli/Cargo.toml index 2f5704e09d..1fb86740ba 100644 --- a/gen/games1-cli/Cargo.toml +++ b/gen/games1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-games1] path = "../games1" +version = "*" optional = true default-features = false diff --git a/gen/games1/Cargo.toml b/gen/games1/Cargo.toml index fd4adb7991..4b6b2eb5f9 100644 --- a/gen/games1/Cargo.toml +++ b/gen/games1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-games1" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with Games (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/games1" diff --git a/gen/games1/README.md b/gen/games1/README.md index 25b6b08b7e..03da4c3e1d 100644 --- a/gen/games1/README.md +++ b/gen/games1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-games1` library allows access to all features of the *Google Games* service. -This documentation was generated from *Games* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *games:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Games* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *games:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Games* *v1* API can be found at the [official documentation site](https://developers.google.com/games/services/). diff --git a/gen/games1/src/lib.rs b/gen/games1/src/lib.rs index 6a73d9c5e0..f2c1aa611b 100644 --- a/gen/games1/src/lib.rs +++ b/gen/games1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Games* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *games:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Games* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *games:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Games* *v1* API can be found at the //! [official documentation site](https://developers.google.com/games/services/). diff --git a/gen/games1/src/lib.rs.in b/gen/games1/src/lib.rs.in index f64a490012..cba3968422 100644 --- a/gen/games1/src/lib.rs.in +++ b/gen/games1/src/lib.rs.in @@ -138,7 +138,7 @@ impl<'a, C, A> Games Games { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -189,7 +189,7 @@ impl<'a, C, A> Games } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/gamesconfiguration1_configuration-cli/Cargo.toml b/gen/gamesconfiguration1_configuration-cli/Cargo.toml index b56eced644..16f7e7909a 100644 --- a/gen/gamesconfiguration1_configuration-cli/Cargo.toml +++ b/gen/gamesconfiguration1_configuration-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-gamesconfiguration1_configuration] path = "../gamesconfiguration1_configuration" +version = "*" optional = true default-features = false diff --git a/gen/gamesconfiguration1_configuration/Cargo.toml b/gen/gamesconfiguration1_configuration/Cargo.toml index 451bc79b1a..2415155df0 100644 --- a/gen/gamesconfiguration1_configuration/Cargo.toml +++ b/gen/gamesconfiguration1_configuration/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-gamesconfiguration1_configuration" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with Games Configuration (protocol v1configuration)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gamesconfiguration1_configuration" diff --git a/gen/gamesconfiguration1_configuration/README.md b/gen/gamesconfiguration1_configuration/README.md index f0126b0df0..32f49603f5 100644 --- a/gen/gamesconfiguration1_configuration/README.md +++ b/gen/gamesconfiguration1_configuration/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-gamesconfiguration1_configuration` library allows access to all features of the *Google Games Configuration* service. -This documentation was generated from *Games Configuration* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *gamesConfiguration:v1configuration* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Games Configuration* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *gamesConfiguration:v1configuration* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Games Configuration* *v1_configuration* API can be found at the [official documentation site](https://developers.google.com/games/services). diff --git a/gen/gamesconfiguration1_configuration/src/lib.rs b/gen/gamesconfiguration1_configuration/src/lib.rs index 4cbb6921d1..e4d1436b13 100644 --- a/gen/gamesconfiguration1_configuration/src/lib.rs +++ b/gen/gamesconfiguration1_configuration/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Games Configuration* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *gamesConfiguration:v1configuration* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Games Configuration* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *gamesConfiguration:v1configuration* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Games Configuration* *v1_configuration* API can be found at the //! [official documentation site](https://developers.google.com/games/services). diff --git a/gen/gamesconfiguration1_configuration/src/lib.rs.in b/gen/gamesconfiguration1_configuration/src/lib.rs.in index 1e4ca04119..31dc97b9f0 100644 --- a/gen/gamesconfiguration1_configuration/src/lib.rs.in +++ b/gen/gamesconfiguration1_configuration/src/lib.rs.in @@ -129,7 +129,7 @@ impl<'a, C, A> GamesConfiguration GamesConfiguration { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -144,7 +144,7 @@ impl<'a, C, A> GamesConfiguration } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/gamesmanagement1_management-cli/Cargo.toml b/gen/gamesmanagement1_management-cli/Cargo.toml index 439397d288..95d643fa2b 100644 --- a/gen/gamesmanagement1_management-cli/Cargo.toml +++ b/gen/gamesmanagement1_management-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-gamesmanagement1_management] path = "../gamesmanagement1_management" +version = "*" optional = true default-features = false diff --git a/gen/gamesmanagement1_management/Cargo.toml b/gen/gamesmanagement1_management/Cargo.toml index 56a022ade8..4d76027d18 100644 --- a/gen/gamesmanagement1_management/Cargo.toml +++ b/gen/gamesmanagement1_management/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-gamesmanagement1_management" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with Games Management (protocol v1management)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gamesmanagement1_management" diff --git a/gen/gamesmanagement1_management/README.md b/gen/gamesmanagement1_management/README.md index 1af9e9a548..383dc5dc7e 100644 --- a/gen/gamesmanagement1_management/README.md +++ b/gen/gamesmanagement1_management/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-gamesmanagement1_management` library allows access to all features of the *Google Games Management* service. -This documentation was generated from *Games Management* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *gamesManagement:v1management* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Games Management* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *gamesManagement:v1management* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Games Management* *v1_management* API can be found at the [official documentation site](https://developers.google.com/games/services). diff --git a/gen/gamesmanagement1_management/src/lib.rs b/gen/gamesmanagement1_management/src/lib.rs index ec420ed920..461fc75be7 100644 --- a/gen/gamesmanagement1_management/src/lib.rs +++ b/gen/gamesmanagement1_management/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Games Management* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *gamesManagement:v1management* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Games Management* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *gamesManagement:v1management* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Games Management* *v1_management* API can be found at the //! [official documentation site](https://developers.google.com/games/services). diff --git a/gen/gamesmanagement1_management/src/lib.rs.in b/gen/gamesmanagement1_management/src/lib.rs.in index 083084aa08..5ed81a343c 100644 --- a/gen/gamesmanagement1_management/src/lib.rs.in +++ b/gen/gamesmanagement1_management/src/lib.rs.in @@ -131,7 +131,7 @@ impl<'a, C, A> GamesManagement GamesManagement { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -161,7 +161,7 @@ impl<'a, C, A> GamesManagement } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/gan1_beta1-cli/Cargo.toml b/gen/gan1_beta1-cli/Cargo.toml index 2479a63a2f..8066550151 100644 --- a/gen/gan1_beta1-cli/Cargo.toml +++ b/gen/gan1_beta1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-gan1_beta1] path = "../gan1_beta1" +version = "*" optional = true default-features = false diff --git a/gen/gan1_beta1/Cargo.toml b/gen/gan1_beta1/Cargo.toml index aaa78f1242..51bc9614c0 100644 --- a/gen/gan1_beta1/Cargo.toml +++ b/gen/gan1_beta1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-gan1_beta1" -version = "0.1.14+20130205" +version = "0.1.15+20130205" authors = ["Sebastian Thiel "] description = "A complete library to interact with gan (protocol v1beta1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gan1_beta1" diff --git a/gen/gan1_beta1/README.md b/gen/gan1_beta1/README.md index af09ac6257..5a95dda2de 100644 --- a/gen/gan1_beta1/README.md +++ b/gen/gan1_beta1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-gan1_beta1` library allows access to all features of the *Google gan* service. -This documentation was generated from *gan* crate version *0.1.14+20130205*, where *20130205* is the exact revision of the *gan:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *gan* crate version *0.1.15+20130205*, where *20130205* is the exact revision of the *gan:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *gan* *v1_beta1* API can be found at the [official documentation site](https://developers.google.com/affiliate-network/). diff --git a/gen/gan1_beta1/src/lib.rs b/gen/gan1_beta1/src/lib.rs index 872f04c03c..5f907c67f4 100644 --- a/gen/gan1_beta1/src/lib.rs +++ b/gen/gan1_beta1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *gan* crate version *0.1.14+20130205*, where *20130205* is the exact revision of the *gan:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *gan* crate version *0.1.15+20130205*, where *20130205* is the exact revision of the *gan:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *gan* *v1_beta1* API can be found at the //! [official documentation site](https://developers.google.com/affiliate-network/). diff --git a/gen/gan1_beta1/src/lib.rs.in b/gen/gan1_beta1/src/lib.rs.in index f851f1e9e0..e99ae14159 100644 --- a/gen/gan1_beta1/src/lib.rs.in +++ b/gen/gan1_beta1/src/lib.rs.in @@ -118,7 +118,7 @@ impl<'a, C, A> Gan Gan { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Gan } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/genomics1-cli/Cargo.toml b/gen/genomics1-cli/Cargo.toml index 784cd7cd49..193539dc6d 100644 --- a/gen/genomics1-cli/Cargo.toml +++ b/gen/genomics1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-genomics1] path = "../genomics1" +version = "*" optional = true default-features = false diff --git a/gen/genomics1/Cargo.toml b/gen/genomics1/Cargo.toml index b3d3882c91..5671d8872b 100644 --- a/gen/genomics1/Cargo.toml +++ b/gen/genomics1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-genomics1" -version = "0.1.14+20160905" +version = "0.1.15+20160905" authors = ["Sebastian Thiel "] description = "A complete library to interact with genomics (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/genomics1" diff --git a/gen/genomics1/README.md b/gen/genomics1/README.md index aa65090ebe..0dedddbeaf 100644 --- a/gen/genomics1/README.md +++ b/gen/genomics1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-genomics1` library allows access to all features of the *Google genomics* service. -This documentation was generated from *genomics* crate version *0.1.14+20160905*, where *20160905* is the exact revision of the *genomics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *genomics* crate version *0.1.15+20160905*, where *20160905* is the exact revision of the *genomics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *genomics* *v1* API can be found at the [official documentation site](https://cloud.google.com/genomics/). diff --git a/gen/genomics1/src/lib.rs b/gen/genomics1/src/lib.rs index 982e5d9a6a..f040c3c0cf 100644 --- a/gen/genomics1/src/lib.rs +++ b/gen/genomics1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *genomics* crate version *0.1.14+20160905*, where *20160905* is the exact revision of the *genomics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *genomics* crate version *0.1.15+20160905*, where *20160905* is the exact revision of the *genomics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *genomics* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/genomics/). diff --git a/gen/genomics1/src/lib.rs.in b/gen/genomics1/src/lib.rs.in index e45cc5dee6..13b96dbe4b 100644 --- a/gen/genomics1/src/lib.rs.in +++ b/gen/genomics1/src/lib.rs.in @@ -150,7 +150,7 @@ impl<'a, C, A> Genomics Genomics { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -189,7 +189,7 @@ impl<'a, C, A> Genomics } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/gmail1-cli/Cargo.toml b/gen/gmail1-cli/Cargo.toml index 12e66a3a33..7ed2c39c9c 100644 --- a/gen/gmail1-cli/Cargo.toml +++ b/gen/gmail1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-gmail1] path = "../gmail1" +version = "*" optional = true default-features = false diff --git a/gen/gmail1/Cargo.toml b/gen/gmail1/Cargo.toml index b81f4ab392..998a41675b 100644 --- a/gen/gmail1/Cargo.toml +++ b/gen/gmail1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-gmail1" -version = "0.1.14+20160711" +version = "0.1.15+20160711" authors = ["Sebastian Thiel "] description = "A complete library to interact with gmail (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gmail1" diff --git a/gen/gmail1/README.md b/gen/gmail1/README.md index aaeef62927..f7f51f2896 100644 --- a/gen/gmail1/README.md +++ b/gen/gmail1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-gmail1` library allows access to all features of the *Google gmail* service. -This documentation was generated from *gmail* crate version *0.1.14+20160711*, where *20160711* is the exact revision of the *gmail:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *gmail* crate version *0.1.15+20160711*, where *20160711* is the exact revision of the *gmail:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *gmail* *v1* API can be found at the [official documentation site](https://developers.google.com/gmail/api/). diff --git a/gen/gmail1/src/lib.rs b/gen/gmail1/src/lib.rs index eb0b5c210c..9b0296eb20 100644 --- a/gen/gmail1/src/lib.rs +++ b/gen/gmail1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *gmail* crate version *0.1.14+20160711*, where *20160711* is the exact revision of the *gmail:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *gmail* crate version *0.1.15+20160711*, where *20160711* is the exact revision of the *gmail:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *gmail* *v1* API can be found at the //! [official documentation site](https://developers.google.com/gmail/api/). diff --git a/gen/gmail1/src/lib.rs.in b/gen/gmail1/src/lib.rs.in index d52ebe265a..6f5408acd3 100644 --- a/gen/gmail1/src/lib.rs.in +++ b/gen/gmail1/src/lib.rs.in @@ -170,7 +170,7 @@ impl<'a, C, A> Gmail Gmail { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -179,7 +179,7 @@ impl<'a, C, A> Gmail } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/groupsmigration1-cli/Cargo.toml b/gen/groupsmigration1-cli/Cargo.toml index 0ec45aa336..31d5b0c70b 100644 --- a/gen/groupsmigration1-cli/Cargo.toml +++ b/gen/groupsmigration1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-groupsmigration1] path = "../groupsmigration1" +version = "*" optional = true default-features = false diff --git a/gen/groupsmigration1/Cargo.toml b/gen/groupsmigration1/Cargo.toml index 8ce3f79a46..e65cae9d9b 100644 --- a/gen/groupsmigration1/Cargo.toml +++ b/gen/groupsmigration1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-groupsmigration1" -version = "0.1.14+20140416" +version = "0.1.15+20140416" authors = ["Sebastian Thiel "] description = "A complete library to interact with Groups Migration (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/groupsmigration1" diff --git a/gen/groupsmigration1/README.md b/gen/groupsmigration1/README.md index 5d66bae5af..dcb49c6935 100644 --- a/gen/groupsmigration1/README.md +++ b/gen/groupsmigration1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-groupsmigration1` library allows access to all features of the *Google Groups Migration* service. -This documentation was generated from *Groups Migration* crate version *0.1.14+20140416*, where *20140416* is the exact revision of the *groupsmigration:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Groups Migration* crate version *0.1.15+20140416*, where *20140416* is the exact revision of the *groupsmigration:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Groups Migration* *v1* API can be found at the [official documentation site](https://developers.google.com/google-apps/groups-migration/). diff --git a/gen/groupsmigration1/src/lib.rs b/gen/groupsmigration1/src/lib.rs index e68f0e324b..38c0fffa16 100644 --- a/gen/groupsmigration1/src/lib.rs +++ b/gen/groupsmigration1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Groups Migration* crate version *0.1.14+20140416*, where *20140416* is the exact revision of the *groupsmigration:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Groups Migration* crate version *0.1.15+20140416*, where *20140416* is the exact revision of the *groupsmigration:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Groups Migration* *v1* API can be found at the //! [official documentation site](https://developers.google.com/google-apps/groups-migration/). diff --git a/gen/groupsmigration1/src/lib.rs.in b/gen/groupsmigration1/src/lib.rs.in index 1fcecc4e67..763d9d37ef 100644 --- a/gen/groupsmigration1/src/lib.rs.in +++ b/gen/groupsmigration1/src/lib.rs.in @@ -128,7 +128,7 @@ impl<'a, C, A> GroupsMigration GroupsMigration { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -137,7 +137,7 @@ impl<'a, C, A> GroupsMigration } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/groupssettings1-cli/Cargo.toml b/gen/groupssettings1-cli/Cargo.toml index 6845b53453..c2d4f9c710 100644 --- a/gen/groupssettings1-cli/Cargo.toml +++ b/gen/groupssettings1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-groupssettings1] path = "../groupssettings1" +version = "*" optional = true default-features = false diff --git a/gen/groupssettings1/Cargo.toml b/gen/groupssettings1/Cargo.toml index 2a098266cb..7d1aad44d9 100644 --- a/gen/groupssettings1/Cargo.toml +++ b/gen/groupssettings1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-groupssettings1" -version = "0.1.14+20160525" +version = "0.1.15+20160525" authors = ["Sebastian Thiel "] description = "A complete library to interact with groupssettings (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/groupssettings1" diff --git a/gen/groupssettings1/README.md b/gen/groupssettings1/README.md index ede2284fe1..0958307798 100644 --- a/gen/groupssettings1/README.md +++ b/gen/groupssettings1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-groupssettings1` library allows access to all features of the *Google groupssettings* service. -This documentation was generated from *groupssettings* crate version *0.1.14+20160525*, where *20160525* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *groupssettings* crate version *0.1.15+20160525*, where *20160525* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *groupssettings* *v1* API can be found at the [official documentation site](https://developers.google.com/google-apps/groups-settings/get_started). diff --git a/gen/groupssettings1/src/lib.rs b/gen/groupssettings1/src/lib.rs index d873feef14..877ed18f74 100644 --- a/gen/groupssettings1/src/lib.rs +++ b/gen/groupssettings1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *groupssettings* crate version *0.1.14+20160525*, where *20160525* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *groupssettings* crate version *0.1.15+20160525*, where *20160525* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *groupssettings* *v1* API can be found at the //! [official documentation site](https://developers.google.com/google-apps/groups-settings/get_started). diff --git a/gen/groupssettings1/src/lib.rs.in b/gen/groupssettings1/src/lib.rs.in index a4a7dfab34..e3e21f2117 100644 --- a/gen/groupssettings1/src/lib.rs.in +++ b/gen/groupssettings1/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> Groupssettings Groupssettings { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Groupssettings } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/iam1-cli/Cargo.toml b/gen/iam1-cli/Cargo.toml index 6c10f3a6b4..28085e1c10 100644 --- a/gen/iam1-cli/Cargo.toml +++ b/gen/iam1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-iam1] path = "../iam1" +version = "*" optional = true default-features = false diff --git a/gen/iam1/Cargo.toml b/gen/iam1/Cargo.toml index dad600aeb2..938d8d8292 100644 --- a/gen/iam1/Cargo.toml +++ b/gen/iam1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-iam1" -version = "0.1.14+20160129" +version = "0.1.15+20160129" authors = ["Sebastian Thiel "] description = "A complete library to interact with iam (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/iam1" diff --git a/gen/iam1/README.md b/gen/iam1/README.md index 3534e067df..6821f318b1 100644 --- a/gen/iam1/README.md +++ b/gen/iam1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-iam1` library allows access to all features of the *Google iam* service. -This documentation was generated from *iam* crate version *0.1.14+20160129*, where *20160129* is the exact revision of the *iam:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *iam* crate version *0.1.15+20160129*, where *20160129* is the exact revision of the *iam:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *iam* *v1* API can be found at the [official documentation site](https://cloud.google.com/iam/). diff --git a/gen/iam1/src/lib.rs b/gen/iam1/src/lib.rs index 744aaad7a6..9e1d59ee0b 100644 --- a/gen/iam1/src/lib.rs +++ b/gen/iam1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *iam* crate version *0.1.14+20160129*, where *20160129* is the exact revision of the *iam:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *iam* crate version *0.1.15+20160129*, where *20160129* is the exact revision of the *iam:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *iam* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/iam/). diff --git a/gen/iam1/src/lib.rs.in b/gen/iam1/src/lib.rs.in index 153ba0b638..62c0f15797 100644 --- a/gen/iam1/src/lib.rs.in +++ b/gen/iam1/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> Iam Iam { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -142,7 +142,7 @@ impl<'a, C, A> Iam } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/identitytoolkit3-cli/Cargo.toml b/gen/identitytoolkit3-cli/Cargo.toml index c54c98c24b..92bea72358 100644 --- a/gen/identitytoolkit3-cli/Cargo.toml +++ b/gen/identitytoolkit3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-identitytoolkit3] path = "../identitytoolkit3" +version = "*" optional = true default-features = false diff --git a/gen/identitytoolkit3/Cargo.toml b/gen/identitytoolkit3/Cargo.toml index da84d3ab5a..1038c940d3 100644 --- a/gen/identitytoolkit3/Cargo.toml +++ b/gen/identitytoolkit3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-identitytoolkit3" -version = "0.1.14+20160812" +version = "0.1.15+20160812" authors = ["Sebastian Thiel "] description = "A complete library to interact with Identity Toolkit (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/identitytoolkit3" diff --git a/gen/identitytoolkit3/README.md b/gen/identitytoolkit3/README.md index 79d9a24658..9278fc7f3e 100644 --- a/gen/identitytoolkit3/README.md +++ b/gen/identitytoolkit3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-identitytoolkit3` library allows access to all features of the *Google Identity Toolkit* service. -This documentation was generated from *Identity Toolkit* crate version *0.1.14+20160812*, where *20160812* is the exact revision of the *identitytoolkit:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Identity Toolkit* crate version *0.1.15+20160812*, where *20160812* is the exact revision of the *identitytoolkit:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Identity Toolkit* *v3* API can be found at the [official documentation site](https://developers.google.com/identity-toolkit/v3/). diff --git a/gen/identitytoolkit3/src/lib.rs b/gen/identitytoolkit3/src/lib.rs index 595dc3bfe8..9aff2697df 100644 --- a/gen/identitytoolkit3/src/lib.rs +++ b/gen/identitytoolkit3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Identity Toolkit* crate version *0.1.14+20160812*, where *20160812* is the exact revision of the *identitytoolkit:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Identity Toolkit* crate version *0.1.15+20160812*, where *20160812* is the exact revision of the *identitytoolkit:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Identity Toolkit* *v3* API can be found at the //! [official documentation site](https://developers.google.com/identity-toolkit/v3/). diff --git a/gen/identitytoolkit3/src/lib.rs.in b/gen/identitytoolkit3/src/lib.rs.in index f1c3387319..1274e95bf1 100644 --- a/gen/identitytoolkit3/src/lib.rs.in +++ b/gen/identitytoolkit3/src/lib.rs.in @@ -111,7 +111,7 @@ impl<'a, C, A> IdentityToolkit IdentityToolkit { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -120,7 +120,7 @@ impl<'a, C, A> IdentityToolkit } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/kgsearch1-cli/Cargo.toml b/gen/kgsearch1-cli/Cargo.toml index 9bcf6a1832..e447233ca5 100644 --- a/gen/kgsearch1-cli/Cargo.toml +++ b/gen/kgsearch1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-kgsearch1] path = "../kgsearch1" +version = "*" optional = true default-features = false diff --git a/gen/kgsearch1/Cargo.toml b/gen/kgsearch1/Cargo.toml index acfbefe669..3f08a2d2ed 100644 --- a/gen/kgsearch1/Cargo.toml +++ b/gen/kgsearch1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-kgsearch1" -version = "0.1.14+20151215" +version = "0.1.15+20151215" authors = ["Sebastian Thiel "] description = "A complete library to interact with kgsearch (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/kgsearch1" diff --git a/gen/kgsearch1/README.md b/gen/kgsearch1/README.md index 65dbc2c12e..6973dfbba0 100644 --- a/gen/kgsearch1/README.md +++ b/gen/kgsearch1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-kgsearch1` library allows access to all features of the *Google kgsearch* service. -This documentation was generated from *kgsearch* crate version *0.1.14+20151215*, where *20151215* is the exact revision of the *kgsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *kgsearch* crate version *0.1.15+20151215*, where *20151215* is the exact revision of the *kgsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *kgsearch* *v1* API can be found at the [official documentation site](https://developers.google.com/knowledge-graph/). diff --git a/gen/kgsearch1/src/lib.rs b/gen/kgsearch1/src/lib.rs index 448dde4120..6eb59cd5a6 100644 --- a/gen/kgsearch1/src/lib.rs +++ b/gen/kgsearch1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *kgsearch* crate version *0.1.14+20151215*, where *20151215* is the exact revision of the *kgsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *kgsearch* crate version *0.1.15+20151215*, where *20151215* is the exact revision of the *kgsearch:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *kgsearch* *v1* API can be found at the //! [official documentation site](https://developers.google.com/knowledge-graph/). diff --git a/gen/kgsearch1/src/lib.rs.in b/gen/kgsearch1/src/lib.rs.in index 05b628bc21..5a20bd26c7 100644 --- a/gen/kgsearch1/src/lib.rs.in +++ b/gen/kgsearch1/src/lib.rs.in @@ -112,7 +112,7 @@ impl<'a, C, A> Kgsearch Kgsearch { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -121,7 +121,7 @@ impl<'a, C, A> Kgsearch } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/licensing1-cli/Cargo.toml b/gen/licensing1-cli/Cargo.toml index 05d88ace6c..c2aaca8a08 100644 --- a/gen/licensing1-cli/Cargo.toml +++ b/gen/licensing1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-licensing1] path = "../licensing1" +version = "*" optional = true default-features = false diff --git a/gen/licensing1/Cargo.toml b/gen/licensing1/Cargo.toml index d5fb1596a4..24d4d603f3 100644 --- a/gen/licensing1/Cargo.toml +++ b/gen/licensing1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-licensing1" -version = "0.1.14+20150901" +version = "0.1.15+20150901" authors = ["Sebastian Thiel "] description = "A complete library to interact with licensing (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/licensing1" diff --git a/gen/licensing1/README.md b/gen/licensing1/README.md index 6c228eb76e..1615d21619 100644 --- a/gen/licensing1/README.md +++ b/gen/licensing1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-licensing1` library allows access to all features of the *Google licensing* service. -This documentation was generated from *licensing* crate version *0.1.14+20150901*, where *20150901* is the exact revision of the *licensing:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *licensing* crate version *0.1.15+20150901*, where *20150901* is the exact revision of the *licensing:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *licensing* *v1* API can be found at the [official documentation site](https://developers.google.com/google-apps/licensing/). diff --git a/gen/licensing1/src/lib.rs b/gen/licensing1/src/lib.rs index c382ea3c3f..edd386be8f 100644 --- a/gen/licensing1/src/lib.rs +++ b/gen/licensing1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *licensing* crate version *0.1.14+20150901*, where *20150901* is the exact revision of the *licensing:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *licensing* crate version *0.1.15+20150901*, where *20150901* is the exact revision of the *licensing:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *licensing* *v1* API can be found at the //! [official documentation site](https://developers.google.com/google-apps/licensing/). diff --git a/gen/licensing1/src/lib.rs.in b/gen/licensing1/src/lib.rs.in index b0c3019193..d3abb7ad89 100644 --- a/gen/licensing1/src/lib.rs.in +++ b/gen/licensing1/src/lib.rs.in @@ -129,7 +129,7 @@ impl<'a, C, A> Licensing Licensing { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -138,7 +138,7 @@ impl<'a, C, A> Licensing } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/logging2_beta1-cli/Cargo.toml b/gen/logging2_beta1-cli/Cargo.toml index bbde679383..c81b8a1cfc 100644 --- a/gen/logging2_beta1-cli/Cargo.toml +++ b/gen/logging2_beta1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-logging2_beta1] path = "../logging2_beta1" +version = "*" optional = true default-features = false diff --git a/gen/logging2_beta1/Cargo.toml b/gen/logging2_beta1/Cargo.toml index e151af0b46..9578d4b3b9 100644 --- a/gen/logging2_beta1/Cargo.toml +++ b/gen/logging2_beta1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-logging2_beta1" -version = "0.1.14+20160322" +version = "0.1.15+20160322" authors = ["Sebastian Thiel "] description = "A complete library to interact with logging (protocol v2beta1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/logging2_beta1" diff --git a/gen/logging2_beta1/README.md b/gen/logging2_beta1/README.md index 84775c0555..787a385eb6 100644 --- a/gen/logging2_beta1/README.md +++ b/gen/logging2_beta1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-logging2_beta1` library allows access to all features of the *Google logging* service. -This documentation was generated from *logging* crate version *0.1.14+20160322*, where *20160322* is the exact revision of the *logging:v2beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *logging* crate version *0.1.15+20160322*, where *20160322* is the exact revision of the *logging:v2beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *logging* *v2_beta1* API can be found at the [official documentation site](https://cloud.google.com/logging/docs/). diff --git a/gen/logging2_beta1/src/lib.rs b/gen/logging2_beta1/src/lib.rs index e167db7270..c1d1c89750 100644 --- a/gen/logging2_beta1/src/lib.rs +++ b/gen/logging2_beta1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *logging* crate version *0.1.14+20160322*, where *20160322* is the exact revision of the *logging:v2beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *logging* crate version *0.1.15+20160322*, where *20160322* is the exact revision of the *logging:v2beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *logging* *v2_beta1* API can be found at the //! [official documentation site](https://cloud.google.com/logging/docs/). diff --git a/gen/logging2_beta1/src/lib.rs.in b/gen/logging2_beta1/src/lib.rs.in index 420282b1a5..39b4939d1a 100644 --- a/gen/logging2_beta1/src/lib.rs.in +++ b/gen/logging2_beta1/src/lib.rs.in @@ -149,7 +149,7 @@ impl<'a, C, A> Logging Logging { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -164,7 +164,7 @@ impl<'a, C, A> Logging } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/manager1_beta2-cli/Cargo.toml b/gen/manager1_beta2-cli/Cargo.toml index 8b48e4135d..a52d66b019 100644 --- a/gen/manager1_beta2-cli/Cargo.toml +++ b/gen/manager1_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-manager1_beta2] path = "../manager1_beta2" +version = "*" optional = true default-features = false diff --git a/gen/manager1_beta2/Cargo.toml b/gen/manager1_beta2/Cargo.toml index 16aa3452a8..c3c1925f4d 100644 --- a/gen/manager1_beta2/Cargo.toml +++ b/gen/manager1_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-manager1_beta2" -version = "0.1.14+20140915" +version = "0.1.15+20140915" authors = ["Sebastian Thiel "] description = "A complete library to interact with manager (protocol v1beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/manager1_beta2" diff --git a/gen/manager1_beta2/README.md b/gen/manager1_beta2/README.md index 3892813086..e274e8d06d 100644 --- a/gen/manager1_beta2/README.md +++ b/gen/manager1_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-manager1_beta2` library allows access to all features of the *Google manager* service. -This documentation was generated from *manager* crate version *0.1.14+20140915*, where *20140915* is the exact revision of the *manager:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *manager* crate version *0.1.15+20140915*, where *20140915* is the exact revision of the *manager:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *manager* *v1_beta2* API can be found at the [official documentation site](https://developers.google.com/deployment-manager/). diff --git a/gen/manager1_beta2/src/lib.rs b/gen/manager1_beta2/src/lib.rs index b7e0db5197..21e1574e46 100644 --- a/gen/manager1_beta2/src/lib.rs +++ b/gen/manager1_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *manager* crate version *0.1.14+20140915*, where *20140915* is the exact revision of the *manager:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *manager* crate version *0.1.15+20140915*, where *20140915* is the exact revision of the *manager:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *manager* *v1_beta2* API can be found at the //! [official documentation site](https://developers.google.com/deployment-manager/). diff --git a/gen/manager1_beta2/src/lib.rs.in b/gen/manager1_beta2/src/lib.rs.in index 4417eefd9e..926c672d1d 100644 --- a/gen/manager1_beta2/src/lib.rs.in +++ b/gen/manager1_beta2/src/lib.rs.in @@ -153,7 +153,7 @@ impl<'a, C, A> Manager Manager { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -165,7 +165,7 @@ impl<'a, C, A> Manager } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/mirror1-cli/Cargo.toml b/gen/mirror1-cli/Cargo.toml index 574e441fee..017f5bb22d 100644 --- a/gen/mirror1-cli/Cargo.toml +++ b/gen/mirror1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-mirror1] path = "../mirror1" +version = "*" optional = true default-features = false diff --git a/gen/mirror1/Cargo.toml b/gen/mirror1/Cargo.toml index 7d6bad106c..633e1c203f 100644 --- a/gen/mirror1/Cargo.toml +++ b/gen/mirror1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-mirror1" -version = "0.1.14+20160616" +version = "0.1.15+20160616" authors = ["Sebastian Thiel "] description = "A complete library to interact with mirror (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/mirror1" diff --git a/gen/mirror1/README.md b/gen/mirror1/README.md index 44ab98add3..e27c683e8b 100644 --- a/gen/mirror1/README.md +++ b/gen/mirror1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-mirror1` library allows access to all features of the *Google mirror* service. -This documentation was generated from *mirror* crate version *0.1.14+20160616*, where *20160616* is the exact revision of the *mirror:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *mirror* crate version *0.1.15+20160616*, where *20160616* is the exact revision of the *mirror:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *mirror* *v1* API can be found at the [official documentation site](https://developers.google.com/glass). diff --git a/gen/mirror1/src/lib.rs b/gen/mirror1/src/lib.rs index a612017ea4..c13e440a9e 100644 --- a/gen/mirror1/src/lib.rs +++ b/gen/mirror1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *mirror* crate version *0.1.14+20160616*, where *20160616* is the exact revision of the *mirror:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *mirror* crate version *0.1.15+20160616*, where *20160616* is the exact revision of the *mirror:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *mirror* *v1* API can be found at the //! [official documentation site](https://developers.google.com/glass). diff --git a/gen/mirror1/src/lib.rs.in b/gen/mirror1/src/lib.rs.in index 21b692edc6..6cd83c6162 100644 --- a/gen/mirror1/src/lib.rs.in +++ b/gen/mirror1/src/lib.rs.in @@ -137,7 +137,7 @@ impl<'a, C, A> Mirror Mirror { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -161,7 +161,7 @@ impl<'a, C, A> Mirror } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/monitoring3-cli/Cargo.toml b/gen/monitoring3-cli/Cargo.toml index 7eb25819ca..da2d01bba4 100644 --- a/gen/monitoring3-cli/Cargo.toml +++ b/gen/monitoring3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-monitoring3] path = "../monitoring3" +version = "*" optional = true default-features = false diff --git a/gen/monitoring3/Cargo.toml b/gen/monitoring3/Cargo.toml index c40e992719..332df6b12e 100644 --- a/gen/monitoring3/Cargo.toml +++ b/gen/monitoring3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-monitoring3" -version = "0.1.14+20160425" +version = "0.1.15+20160425" authors = ["Sebastian Thiel "] description = "A complete library to interact with monitoring (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/monitoring3" diff --git a/gen/monitoring3/README.md b/gen/monitoring3/README.md index 62c1a85159..8fb91f0672 100644 --- a/gen/monitoring3/README.md +++ b/gen/monitoring3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-monitoring3` library allows access to all features of the *Google monitoring* service. -This documentation was generated from *monitoring* crate version *0.1.14+20160425*, where *20160425* is the exact revision of the *monitoring:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *monitoring* crate version *0.1.15+20160425*, where *20160425* is the exact revision of the *monitoring:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *monitoring* *v3* API can be found at the [official documentation site](https://cloud.google.com/monitoring/api/). diff --git a/gen/monitoring3/src/lib.rs b/gen/monitoring3/src/lib.rs index 184dd39b7b..bbe1983142 100644 --- a/gen/monitoring3/src/lib.rs +++ b/gen/monitoring3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *monitoring* crate version *0.1.14+20160425*, where *20160425* is the exact revision of the *monitoring:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *monitoring* crate version *0.1.15+20160425*, where *20160425* is the exact revision of the *monitoring:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *monitoring* *v3* API can be found at the //! [official documentation site](https://cloud.google.com/monitoring/api/). diff --git a/gen/monitoring3/src/lib.rs.in b/gen/monitoring3/src/lib.rs.in index a554fc4c58..95a9305597 100644 --- a/gen/monitoring3/src/lib.rs.in +++ b/gen/monitoring3/src/lib.rs.in @@ -145,7 +145,7 @@ impl<'a, C, A> Monitoring Monitoring { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -154,7 +154,7 @@ impl<'a, C, A> Monitoring } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/pagespeedonline2-cli/Cargo.toml b/gen/pagespeedonline2-cli/Cargo.toml index 65c5aee364..0eb90b5773 100644 --- a/gen/pagespeedonline2-cli/Cargo.toml +++ b/gen/pagespeedonline2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-pagespeedonline2] path = "../pagespeedonline2" +version = "*" optional = true default-features = false diff --git a/gen/pagespeedonline2/Cargo.toml b/gen/pagespeedonline2/Cargo.toml index 1ebc9a3c4c..a88968ff12 100644 --- a/gen/pagespeedonline2/Cargo.toml +++ b/gen/pagespeedonline2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-pagespeedonline2" -version = "0.1.14+20160811" +version = "0.1.15+20160811" authors = ["Sebastian Thiel "] description = "A complete library to interact with pagespeedonline (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pagespeedonline2" diff --git a/gen/pagespeedonline2/README.md b/gen/pagespeedonline2/README.md index c1e0641a88..a73848969f 100644 --- a/gen/pagespeedonline2/README.md +++ b/gen/pagespeedonline2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-pagespeedonline2` library allows access to all features of the *Google pagespeedonline* service. -This documentation was generated from *pagespeedonline* crate version *0.1.14+20160811*, where *20160811* is the exact revision of the *pagespeedonline:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *pagespeedonline* crate version *0.1.15+20160811*, where *20160811* is the exact revision of the *pagespeedonline:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *pagespeedonline* *v2* API can be found at the [official documentation site](https://developers.google.com/speed/docs/insights/v2/getting-started). diff --git a/gen/pagespeedonline2/src/lib.rs b/gen/pagespeedonline2/src/lib.rs index acd18cbb50..c6275e8ab5 100644 --- a/gen/pagespeedonline2/src/lib.rs +++ b/gen/pagespeedonline2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *pagespeedonline* crate version *0.1.14+20160811*, where *20160811* is the exact revision of the *pagespeedonline:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *pagespeedonline* crate version *0.1.15+20160811*, where *20160811* is the exact revision of the *pagespeedonline:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *pagespeedonline* *v2* API can be found at the //! [official documentation site](https://developers.google.com/speed/docs/insights/v2/getting-started). diff --git a/gen/pagespeedonline2/src/lib.rs.in b/gen/pagespeedonline2/src/lib.rs.in index 60bc200e63..7c8e749c58 100644 --- a/gen/pagespeedonline2/src/lib.rs.in +++ b/gen/pagespeedonline2/src/lib.rs.in @@ -110,7 +110,7 @@ impl<'a, C, A> Pagespeedonline Pagespeedonline { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -119,7 +119,7 @@ impl<'a, C, A> Pagespeedonline } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/partners2-cli/Cargo.toml b/gen/partners2-cli/Cargo.toml index 05488078a4..dc7b8bf34a 100644 --- a/gen/partners2-cli/Cargo.toml +++ b/gen/partners2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-partners2] path = "../partners2" +version = "*" optional = true default-features = false diff --git a/gen/partners2/Cargo.toml b/gen/partners2/Cargo.toml index 2d81c4238a..a5ae9ede01 100644 --- a/gen/partners2/Cargo.toml +++ b/gen/partners2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-partners2" -version = "0.1.14+20151009" +version = "0.1.15+20151009" authors = ["Sebastian Thiel "] description = "A complete library to interact with partners (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/partners2" diff --git a/gen/partners2/README.md b/gen/partners2/README.md index 0307aa54d8..157833b1d5 100644 --- a/gen/partners2/README.md +++ b/gen/partners2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-partners2` library allows access to all features of the *Google partners* service. -This documentation was generated from *partners* crate version *0.1.14+20151009*, where *20151009* is the exact revision of the *partners:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *partners* crate version *0.1.15+20151009*, where *20151009* is the exact revision of the *partners:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *partners* *v2* API can be found at the [official documentation site](https://developers.google.com/partners/). diff --git a/gen/partners2/src/lib.rs b/gen/partners2/src/lib.rs index 0e13fb4526..a50b512724 100644 --- a/gen/partners2/src/lib.rs +++ b/gen/partners2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *partners* crate version *0.1.14+20151009*, where *20151009* is the exact revision of the *partners:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *partners* crate version *0.1.15+20151009*, where *20151009* is the exact revision of the *partners:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *partners* *v2* API can be found at the //! [official documentation site](https://developers.google.com/partners/). diff --git a/gen/partners2/src/lib.rs.in b/gen/partners2/src/lib.rs.in index 68a787ecff..05af0996f7 100644 --- a/gen/partners2/src/lib.rs.in +++ b/gen/partners2/src/lib.rs.in @@ -111,7 +111,7 @@ impl<'a, C, A> Partners Partners { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -129,7 +129,7 @@ impl<'a, C, A> Partners } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/people1-cli/Cargo.toml b/gen/people1-cli/Cargo.toml index 6af990d8ef..86e3cb5cba 100644 --- a/gen/people1-cli/Cargo.toml +++ b/gen/people1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-people1] path = "../people1" +version = "*" optional = true default-features = false diff --git a/gen/people1/Cargo.toml b/gen/people1/Cargo.toml index aae1ed7d74..93a206b572 100644 --- a/gen/people1/Cargo.toml +++ b/gen/people1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-people1" -version = "0.1.14+20160210" +version = "0.1.15+20160210" authors = ["Sebastian Thiel "] description = "A complete library to interact with people (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/people1" diff --git a/gen/people1/README.md b/gen/people1/README.md index b9b484ff4f..316b3475fa 100644 --- a/gen/people1/README.md +++ b/gen/people1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-people1` library allows access to all features of the *Google people* service. -This documentation was generated from *people* crate version *0.1.14+20160210*, where *20160210* is the exact revision of the *people:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *people* crate version *0.1.15+20160210*, where *20160210* is the exact revision of the *people:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *people* *v1* API can be found at the [official documentation site](https://developers.google.com/people/). diff --git a/gen/people1/src/lib.rs b/gen/people1/src/lib.rs index 32b22aa73b..d11a089406 100644 --- a/gen/people1/src/lib.rs +++ b/gen/people1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *people* crate version *0.1.14+20160210*, where *20160210* is the exact revision of the *people:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *people* crate version *0.1.15+20160210*, where *20160210* is the exact revision of the *people:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *people* *v1* API can be found at the //! [official documentation site](https://developers.google.com/people/). diff --git a/gen/people1/src/lib.rs.in b/gen/people1/src/lib.rs.in index 975b0ee607..4b31de288e 100644 --- a/gen/people1/src/lib.rs.in +++ b/gen/people1/src/lib.rs.in @@ -160,7 +160,7 @@ impl<'a, C, A> People People { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -169,7 +169,7 @@ impl<'a, C, A> People } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/playmoviespartner1-cli/Cargo.toml b/gen/playmoviespartner1-cli/Cargo.toml index edd1a0708e..e1db810bda 100644 --- a/gen/playmoviespartner1-cli/Cargo.toml +++ b/gen/playmoviespartner1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-playmoviespartner1] path = "../playmoviespartner1" +version = "*" optional = true default-features = false diff --git a/gen/playmoviespartner1/Cargo.toml b/gen/playmoviespartner1/Cargo.toml index 66c1b7d7c5..03c87c11b6 100644 --- a/gen/playmoviespartner1/Cargo.toml +++ b/gen/playmoviespartner1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-playmoviespartner1" -version = "0.1.14+20160518" +version = "0.1.15+20160518" authors = ["Sebastian Thiel "] description = "A complete library to interact with Play Movies (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/playmoviespartner1" diff --git a/gen/playmoviespartner1/README.md b/gen/playmoviespartner1/README.md index a9d16e04ea..e274f19699 100644 --- a/gen/playmoviespartner1/README.md +++ b/gen/playmoviespartner1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-playmoviespartner1` library allows access to all features of the *Google Play Movies* service. -This documentation was generated from *Play Movies* crate version *0.1.14+20160518*, where *20160518* is the exact revision of the *playmoviespartner:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Play Movies* crate version *0.1.15+20160518*, where *20160518* is the exact revision of the *playmoviespartner:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Play Movies* *v1* API can be found at the [official documentation site](https://developers.google.com/playmoviespartner/). diff --git a/gen/playmoviespartner1/src/lib.rs b/gen/playmoviespartner1/src/lib.rs index 2f7f9a8e60..644a2652c7 100644 --- a/gen/playmoviespartner1/src/lib.rs +++ b/gen/playmoviespartner1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Play Movies* crate version *0.1.14+20160518*, where *20160518* is the exact revision of the *playmoviespartner:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Play Movies* crate version *0.1.15+20160518*, where *20160518* is the exact revision of the *playmoviespartner:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Play Movies* *v1* API can be found at the //! [official documentation site](https://developers.google.com/playmoviespartner/). diff --git a/gen/playmoviespartner1/src/lib.rs.in b/gen/playmoviespartner1/src/lib.rs.in index 40683bcaf3..b1823bb3fc 100644 --- a/gen/playmoviespartner1/src/lib.rs.in +++ b/gen/playmoviespartner1/src/lib.rs.in @@ -127,7 +127,7 @@ impl<'a, C, A> PlayMovies PlayMovies { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -136,7 +136,7 @@ impl<'a, C, A> PlayMovies } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/plus1-cli/Cargo.toml b/gen/plus1-cli/Cargo.toml index 2e33701552..74e5f5fb98 100644 --- a/gen/plus1-cli/Cargo.toml +++ b/gen/plus1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-plus1] path = "../plus1" +version = "*" optional = true default-features = false diff --git a/gen/plus1/Cargo.toml b/gen/plus1/Cargo.toml index 24a13dbc90..f638a0497a 100644 --- a/gen/plus1/Cargo.toml +++ b/gen/plus1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-plus1" -version = "0.1.14+20160907" +version = "0.1.15+20160907" authors = ["Sebastian Thiel "] description = "A complete library to interact with plus (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/plus1" diff --git a/gen/plus1/README.md b/gen/plus1/README.md index d9134668d8..569340fe9b 100644 --- a/gen/plus1/README.md +++ b/gen/plus1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-plus1` library allows access to all features of the *Google plus* service. -This documentation was generated from *plus* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *plus:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *plus* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *plus:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *plus* *v1* API can be found at the [official documentation site](https://developers.google.com/+/api/). diff --git a/gen/plus1/src/lib.rs b/gen/plus1/src/lib.rs index 77a02f0750..717592c7fc 100644 --- a/gen/plus1/src/lib.rs +++ b/gen/plus1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *plus* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *plus:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *plus* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *plus:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *plus* *v1* API can be found at the //! [official documentation site](https://developers.google.com/+/api/). diff --git a/gen/plus1/src/lib.rs.in b/gen/plus1/src/lib.rs.in index f748c2d397..d80e34fcb9 100644 --- a/gen/plus1/src/lib.rs.in +++ b/gen/plus1/src/lib.rs.in @@ -142,7 +142,7 @@ impl<'a, C, A> Plus Plus { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -157,7 +157,7 @@ impl<'a, C, A> Plus } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/plusdomains1-cli/Cargo.toml b/gen/plusdomains1-cli/Cargo.toml index 15a87255c3..2e958f0ea3 100644 --- a/gen/plusdomains1-cli/Cargo.toml +++ b/gen/plusdomains1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-plusdomains1] path = "../plusdomains1" +version = "*" optional = true default-features = false diff --git a/gen/plusdomains1/Cargo.toml b/gen/plusdomains1/Cargo.toml index d7abcf9cfb..21d577250e 100644 --- a/gen/plusdomains1/Cargo.toml +++ b/gen/plusdomains1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-plusdomains1" -version = "0.1.14+20160907" +version = "0.1.15+20160907" authors = ["Sebastian Thiel "] description = "A complete library to interact with plusDomains (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/plusdomains1" diff --git a/gen/plusdomains1/README.md b/gen/plusdomains1/README.md index d15708eee9..afcdfb26e0 100644 --- a/gen/plusdomains1/README.md +++ b/gen/plusdomains1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-plusdomains1` library allows access to all features of the *Google plusDomains* service. -This documentation was generated from *plusDomains* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *plusDomains:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *plusDomains* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *plusDomains:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *plusDomains* *v1* API can be found at the [official documentation site](https://developers.google.com/+/domains/). diff --git a/gen/plusdomains1/src/lib.rs b/gen/plusdomains1/src/lib.rs index 15a3412656..4b9769adae 100644 --- a/gen/plusdomains1/src/lib.rs +++ b/gen/plusdomains1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *plusDomains* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *plusDomains:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *plusDomains* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *plusDomains:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *plusDomains* *v1* API can be found at the //! [official documentation site](https://developers.google.com/+/domains/). diff --git a/gen/plusdomains1/src/lib.rs.in b/gen/plusdomains1/src/lib.rs.in index e38807c5b5..34305a5546 100644 --- a/gen/plusdomains1/src/lib.rs.in +++ b/gen/plusdomains1/src/lib.rs.in @@ -165,7 +165,7 @@ impl<'a, C, A> PlusDomains PlusDomains { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -189,7 +189,7 @@ impl<'a, C, A> PlusDomains } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/prediction1d6-cli/Cargo.toml b/gen/prediction1d6-cli/Cargo.toml index 31322859d1..6d898cdad7 100644 --- a/gen/prediction1d6-cli/Cargo.toml +++ b/gen/prediction1d6-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-prediction1d6] path = "../prediction1d6" +version = "*" optional = true default-features = false diff --git a/gen/prediction1d6/Cargo.toml b/gen/prediction1d6/Cargo.toml index 2bf51489d3..a459903752 100644 --- a/gen/prediction1d6/Cargo.toml +++ b/gen/prediction1d6/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-prediction1d6" -version = "0.1.14+20160511" +version = "0.1.15+20160511" authors = ["Sebastian Thiel "] description = "A complete library to interact with prediction (protocol v1.6)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/prediction1d6" diff --git a/gen/prediction1d6/README.md b/gen/prediction1d6/README.md index 090a6987c8..92e0ebf35a 100644 --- a/gen/prediction1d6/README.md +++ b/gen/prediction1d6/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-prediction1d6` library allows access to all features of the *Google prediction* service. -This documentation was generated from *prediction* crate version *0.1.14+20160511*, where *20160511* is the exact revision of the *prediction:v1.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *prediction* crate version *0.1.15+20160511*, where *20160511* is the exact revision of the *prediction:v1.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *prediction* *v1d6* API can be found at the [official documentation site](https://developers.google.com/prediction/docs/developer-guide). diff --git a/gen/prediction1d6/src/lib.rs b/gen/prediction1d6/src/lib.rs index f4b101b8fd..0b31184e1d 100644 --- a/gen/prediction1d6/src/lib.rs +++ b/gen/prediction1d6/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *prediction* crate version *0.1.14+20160511*, where *20160511* is the exact revision of the *prediction:v1.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *prediction* crate version *0.1.15+20160511*, where *20160511* is the exact revision of the *prediction:v1.6* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *prediction* *v1d6* API can be found at the //! [official documentation site](https://developers.google.com/prediction/docs/developer-guide). diff --git a/gen/prediction1d6/src/lib.rs.in b/gen/prediction1d6/src/lib.rs.in index c996597b77..65b61a0185 100644 --- a/gen/prediction1d6/src/lib.rs.in +++ b/gen/prediction1d6/src/lib.rs.in @@ -149,7 +149,7 @@ impl<'a, C, A> Prediction Prediction { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -161,7 +161,7 @@ impl<'a, C, A> Prediction } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/proximitybeacon1_beta1-cli/Cargo.toml b/gen/proximitybeacon1_beta1-cli/Cargo.toml index 90a6e9deeb..d52602bbef 100644 --- a/gen/proximitybeacon1_beta1-cli/Cargo.toml +++ b/gen/proximitybeacon1_beta1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-proximitybeacon1_beta1] path = "../proximitybeacon1_beta1" +version = "*" optional = true default-features = false diff --git a/gen/proximitybeacon1_beta1/Cargo.toml b/gen/proximitybeacon1_beta1/Cargo.toml index 6d443459f2..b621f54257 100644 --- a/gen/proximitybeacon1_beta1/Cargo.toml +++ b/gen/proximitybeacon1_beta1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-proximitybeacon1_beta1" -version = "0.1.14+20160429" +version = "0.1.15+20160429" authors = ["Sebastian Thiel "] description = "A complete library to interact with proximitybeacon (protocol v1beta1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/proximitybeacon1_beta1" diff --git a/gen/proximitybeacon1_beta1/README.md b/gen/proximitybeacon1_beta1/README.md index 2ebc9f8873..e46a63472d 100644 --- a/gen/proximitybeacon1_beta1/README.md +++ b/gen/proximitybeacon1_beta1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-proximitybeacon1_beta1` library allows access to all features of the *Google proximitybeacon* service. -This documentation was generated from *proximitybeacon* crate version *0.1.14+20160429*, where *20160429* is the exact revision of the *proximitybeacon:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *proximitybeacon* crate version *0.1.15+20160429*, where *20160429* is the exact revision of the *proximitybeacon:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *proximitybeacon* *v1_beta1* API can be found at the [official documentation site](https://developers.google.com/beacons/proximity/). diff --git a/gen/proximitybeacon1_beta1/src/lib.rs b/gen/proximitybeacon1_beta1/src/lib.rs index 8f51cd30ef..acf0aeb544 100644 --- a/gen/proximitybeacon1_beta1/src/lib.rs +++ b/gen/proximitybeacon1_beta1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *proximitybeacon* crate version *0.1.14+20160429*, where *20160429* is the exact revision of the *proximitybeacon:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *proximitybeacon* crate version *0.1.15+20160429*, where *20160429* is the exact revision of the *proximitybeacon:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *proximitybeacon* *v1_beta1* API can be found at the //! [official documentation site](https://developers.google.com/beacons/proximity/). diff --git a/gen/proximitybeacon1_beta1/src/lib.rs.in b/gen/proximitybeacon1_beta1/src/lib.rs.in index 44164ec598..d1e350f182 100644 --- a/gen/proximitybeacon1_beta1/src/lib.rs.in +++ b/gen/proximitybeacon1_beta1/src/lib.rs.in @@ -131,7 +131,7 @@ impl<'a, C, A> Proximitybeacon Proximitybeacon { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -149,7 +149,7 @@ impl<'a, C, A> Proximitybeacon } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/pubsub1-cli/Cargo.toml b/gen/pubsub1-cli/Cargo.toml index 56f667335f..1f839131ca 100644 --- a/gen/pubsub1-cli/Cargo.toml +++ b/gen/pubsub1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-pubsub1] path = "../pubsub1" +version = "*" optional = true default-features = false diff --git a/gen/pubsub1/Cargo.toml b/gen/pubsub1/Cargo.toml index 244d6676ac..d53a744d11 100644 --- a/gen/pubsub1/Cargo.toml +++ b/gen/pubsub1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-pubsub1" -version = "0.1.14+20160317" +version = "0.1.15+20160317" authors = ["Sebastian Thiel "] description = "A complete library to interact with pubsub (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1" diff --git a/gen/pubsub1/README.md b/gen/pubsub1/README.md index 96b41d5ef6..61bb614319 100644 --- a/gen/pubsub1/README.md +++ b/gen/pubsub1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-pubsub1` library allows access to all features of the *Google pubsub* service. -This documentation was generated from *pubsub* crate version *0.1.14+20160317*, where *20160317* is the exact revision of the *pubsub:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *pubsub* crate version *0.1.15+20160317*, where *20160317* is the exact revision of the *pubsub:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *pubsub* *v1* API can be found at the [official documentation site](https://cloud.google.com/pubsub/docs). diff --git a/gen/pubsub1/src/lib.rs b/gen/pubsub1/src/lib.rs index 48570eb5b7..63c12868b1 100644 --- a/gen/pubsub1/src/lib.rs +++ b/gen/pubsub1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *pubsub* crate version *0.1.14+20160317*, where *20160317* is the exact revision of the *pubsub:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *pubsub* crate version *0.1.15+20160317*, where *20160317* is the exact revision of the *pubsub:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *pubsub* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/pubsub/docs). diff --git a/gen/pubsub1/src/lib.rs.in b/gen/pubsub1/src/lib.rs.in index dcb72f3628..279abf5eed 100644 --- a/gen/pubsub1/src/lib.rs.in +++ b/gen/pubsub1/src/lib.rs.in @@ -137,7 +137,7 @@ impl<'a, C, A> Pubsub Pubsub { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -146,7 +146,7 @@ impl<'a, C, A> Pubsub } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/pubsub1_beta2-cli/Cargo.toml b/gen/pubsub1_beta2-cli/Cargo.toml index 5fce0cb880..687e9b9675 100644 --- a/gen/pubsub1_beta2-cli/Cargo.toml +++ b/gen/pubsub1_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-pubsub1_beta2] path = "../pubsub1_beta2" +version = "*" optional = true default-features = false diff --git a/gen/pubsub1_beta2/Cargo.toml b/gen/pubsub1_beta2/Cargo.toml index b3d19a51ef..85afebddd4 100644 --- a/gen/pubsub1_beta2/Cargo.toml +++ b/gen/pubsub1_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-pubsub1_beta2" -version = "0.1.14+20160317" +version = "0.1.15+20160317" authors = ["Sebastian Thiel "] description = "A complete library to interact with pubsub (protocol v1beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1_beta2" diff --git a/gen/pubsub1_beta2/README.md b/gen/pubsub1_beta2/README.md index d467ef1be4..21aac41375 100644 --- a/gen/pubsub1_beta2/README.md +++ b/gen/pubsub1_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-pubsub1_beta2` library allows access to all features of the *Google pubsub* service. -This documentation was generated from *pubsub* crate version *0.1.14+20160317*, where *20160317* is the exact revision of the *pubsub:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *pubsub* crate version *0.1.15+20160317*, where *20160317* is the exact revision of the *pubsub:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *pubsub* *v1_beta2* API can be found at the [official documentation site](https://cloud.google.com/pubsub/docs). diff --git a/gen/pubsub1_beta2/src/lib.rs b/gen/pubsub1_beta2/src/lib.rs index 7cc4368659..3c65238c5a 100644 --- a/gen/pubsub1_beta2/src/lib.rs +++ b/gen/pubsub1_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *pubsub* crate version *0.1.14+20160317*, where *20160317* is the exact revision of the *pubsub:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *pubsub* crate version *0.1.15+20160317*, where *20160317* is the exact revision of the *pubsub:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *pubsub* *v1_beta2* API can be found at the //! [official documentation site](https://cloud.google.com/pubsub/docs). diff --git a/gen/pubsub1_beta2/src/lib.rs.in b/gen/pubsub1_beta2/src/lib.rs.in index ffe42bebfe..e7de9a4ba5 100644 --- a/gen/pubsub1_beta2/src/lib.rs.in +++ b/gen/pubsub1_beta2/src/lib.rs.in @@ -137,7 +137,7 @@ impl<'a, C, A> Pubsub Pubsub { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -146,7 +146,7 @@ impl<'a, C, A> Pubsub } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/qpxexpress1-cli/Cargo.toml b/gen/qpxexpress1-cli/Cargo.toml index 2c18742c87..72d1154a3e 100644 --- a/gen/qpxexpress1-cli/Cargo.toml +++ b/gen/qpxexpress1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-qpxexpress1] path = "../qpxexpress1" +version = "*" optional = true default-features = false diff --git a/gen/qpxexpress1/Cargo.toml b/gen/qpxexpress1/Cargo.toml index b5a3487aa4..933405b6d7 100644 --- a/gen/qpxexpress1/Cargo.toml +++ b/gen/qpxexpress1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-qpxexpress1" -version = "0.1.14+20160708" +version = "0.1.15+20160708" authors = ["Sebastian Thiel "] description = "A complete library to interact with QPX Express (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/qpxexpress1" diff --git a/gen/qpxexpress1/README.md b/gen/qpxexpress1/README.md index 86b9d9eadd..9e26dcd5d7 100644 --- a/gen/qpxexpress1/README.md +++ b/gen/qpxexpress1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-qpxexpress1` library allows access to all features of the *Google QPX Express* service. -This documentation was generated from *QPX Express* crate version *0.1.14+20160708*, where *20160708* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *QPX Express* crate version *0.1.15+20160708*, where *20160708* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *QPX Express* *v1* API can be found at the [official documentation site](http://developers.google.com/qpx-express). diff --git a/gen/qpxexpress1/src/lib.rs b/gen/qpxexpress1/src/lib.rs index 33e37f18da..4afcf526da 100644 --- a/gen/qpxexpress1/src/lib.rs +++ b/gen/qpxexpress1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *QPX Express* crate version *0.1.14+20160708*, where *20160708* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *QPX Express* crate version *0.1.15+20160708*, where *20160708* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *QPX Express* *v1* API can be found at the //! [official documentation site](http://developers.google.com/qpx-express). diff --git a/gen/qpxexpress1/src/lib.rs.in b/gen/qpxexpress1/src/lib.rs.in index a40b957040..10a1087dd9 100644 --- a/gen/qpxexpress1/src/lib.rs.in +++ b/gen/qpxexpress1/src/lib.rs.in @@ -111,7 +111,7 @@ impl<'a, C, A> QPXExpress QPXExpress { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -120,7 +120,7 @@ impl<'a, C, A> QPXExpress } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/replicapool1_beta2-cli/Cargo.toml b/gen/replicapool1_beta2-cli/Cargo.toml index 955b29ef69..d27dc51801 100644 --- a/gen/replicapool1_beta2-cli/Cargo.toml +++ b/gen/replicapool1_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-replicapool1_beta2] path = "../replicapool1_beta2" +version = "*" optional = true default-features = false diff --git a/gen/replicapool1_beta2/Cargo.toml b/gen/replicapool1_beta2/Cargo.toml index a881bdd227..af071b6289 100644 --- a/gen/replicapool1_beta2/Cargo.toml +++ b/gen/replicapool1_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-replicapool1_beta2" -version = "0.1.14+20160512" +version = "0.1.15+20160512" authors = ["Sebastian Thiel "] description = "A complete library to interact with replicapool (protocol v1beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/replicapool1_beta2" diff --git a/gen/replicapool1_beta2/README.md b/gen/replicapool1_beta2/README.md index 0d9a82f700..080100acfa 100644 --- a/gen/replicapool1_beta2/README.md +++ b/gen/replicapool1_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-replicapool1_beta2` library allows access to all features of the *Google replicapool* service. -This documentation was generated from *replicapool* crate version *0.1.14+20160512*, where *20160512* is the exact revision of the *replicapool:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *replicapool* crate version *0.1.15+20160512*, where *20160512* is the exact revision of the *replicapool:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *replicapool* *v1_beta2* API can be found at the [official documentation site](https://developers.google.com/compute/docs/instance-groups/manager/v1beta2). diff --git a/gen/replicapool1_beta2/src/lib.rs b/gen/replicapool1_beta2/src/lib.rs index 82f31d099f..85918cefa0 100644 --- a/gen/replicapool1_beta2/src/lib.rs +++ b/gen/replicapool1_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *replicapool* crate version *0.1.14+20160512*, where *20160512* is the exact revision of the *replicapool:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *replicapool* crate version *0.1.15+20160512*, where *20160512* is the exact revision of the *replicapool:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *replicapool* *v1_beta2* API can be found at the //! [official documentation site](https://developers.google.com/compute/docs/instance-groups/manager/v1beta2). diff --git a/gen/replicapool1_beta2/src/lib.rs.in b/gen/replicapool1_beta2/src/lib.rs.in index 4f22c6d959..9c53826e41 100644 --- a/gen/replicapool1_beta2/src/lib.rs.in +++ b/gen/replicapool1_beta2/src/lib.rs.in @@ -142,7 +142,7 @@ impl<'a, C, A> Replicapool Replicapool { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -154,7 +154,7 @@ impl<'a, C, A> Replicapool } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/replicapoolupdater1_beta1-cli/Cargo.toml b/gen/replicapoolupdater1_beta1-cli/Cargo.toml index 3f230aecf2..ac7314fd00 100644 --- a/gen/replicapoolupdater1_beta1-cli/Cargo.toml +++ b/gen/replicapoolupdater1_beta1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-replicapoolupdater1_beta1] path = "../replicapoolupdater1_beta1" +version = "*" optional = true default-features = false diff --git a/gen/replicapoolupdater1_beta1/Cargo.toml b/gen/replicapoolupdater1_beta1/Cargo.toml index 5313ce46ca..f055536d11 100644 --- a/gen/replicapoolupdater1_beta1/Cargo.toml +++ b/gen/replicapoolupdater1_beta1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-replicapoolupdater1_beta1" -version = "0.1.14+20160229" +version = "0.1.15+20160229" authors = ["Sebastian Thiel "] description = "A complete library to interact with replicapoolupdater (protocol v1beta1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/replicapoolupdater1_beta1" diff --git a/gen/replicapoolupdater1_beta1/README.md b/gen/replicapoolupdater1_beta1/README.md index 41887c7ede..a34f5ab9fd 100644 --- a/gen/replicapoolupdater1_beta1/README.md +++ b/gen/replicapoolupdater1_beta1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-replicapoolupdater1_beta1` library allows access to all features of the *Google replicapoolupdater* service. -This documentation was generated from *replicapoolupdater* crate version *0.1.14+20160229*, where *20160229* is the exact revision of the *replicapoolupdater:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *replicapoolupdater* crate version *0.1.15+20160229*, where *20160229* is the exact revision of the *replicapoolupdater:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *replicapoolupdater* *v1_beta1* API can be found at the [official documentation site](https://cloud.google.com/compute/docs/instance-groups/manager/#applying_rolling_updates_using_the_updater_service). diff --git a/gen/replicapoolupdater1_beta1/src/lib.rs b/gen/replicapoolupdater1_beta1/src/lib.rs index 328f6c1807..da3aa9be8f 100644 --- a/gen/replicapoolupdater1_beta1/src/lib.rs +++ b/gen/replicapoolupdater1_beta1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *replicapoolupdater* crate version *0.1.14+20160229*, where *20160229* is the exact revision of the *replicapoolupdater:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *replicapoolupdater* crate version *0.1.15+20160229*, where *20160229* is the exact revision of the *replicapoolupdater:v1beta1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *replicapoolupdater* *v1_beta1* API can be found at the //! [official documentation site](https://cloud.google.com/compute/docs/instance-groups/manager/#applying_rolling_updates_using_the_updater_service). diff --git a/gen/replicapoolupdater1_beta1/src/lib.rs.in b/gen/replicapoolupdater1_beta1/src/lib.rs.in index 9888a9f1a5..e008f82dd1 100644 --- a/gen/replicapoolupdater1_beta1/src/lib.rs.in +++ b/gen/replicapoolupdater1_beta1/src/lib.rs.in @@ -142,7 +142,7 @@ impl<'a, C, A> Replicapoolupdater Replicapoolupdater { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -154,7 +154,7 @@ impl<'a, C, A> Replicapoolupdater } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/reseller1_sandbox-cli/Cargo.toml b/gen/reseller1_sandbox-cli/Cargo.toml index 4c1e7fa994..28db4aaf6f 100644 --- a/gen/reseller1_sandbox-cli/Cargo.toml +++ b/gen/reseller1_sandbox-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-reseller1_sandbox] path = "../reseller1_sandbox" +version = "*" optional = true default-features = false diff --git a/gen/reseller1_sandbox/Cargo.toml b/gen/reseller1_sandbox/Cargo.toml index c1310cc0ac..4ba6cd0fc0 100644 --- a/gen/reseller1_sandbox/Cargo.toml +++ b/gen/reseller1_sandbox/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-reseller1_sandbox" -version = "0.1.14+20160329" +version = "0.1.15+20160329" authors = ["Sebastian Thiel "] description = "A complete library to interact with reseller (protocol v1sandbox)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/reseller1_sandbox" diff --git a/gen/reseller1_sandbox/README.md b/gen/reseller1_sandbox/README.md index 48ba27cb82..d8b1877e38 100644 --- a/gen/reseller1_sandbox/README.md +++ b/gen/reseller1_sandbox/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-reseller1_sandbox` library allows access to all features of the *Google reseller* service. -This documentation was generated from *reseller* crate version *0.1.14+20160329*, where *20160329* is the exact revision of the *reseller:v1sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *reseller* crate version *0.1.15+20160329*, where *20160329* is the exact revision of the *reseller:v1sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *reseller* *v1_sandbox* API can be found at the [official documentation site](https://developers.google.com/google-apps/reseller/). diff --git a/gen/reseller1_sandbox/src/lib.rs b/gen/reseller1_sandbox/src/lib.rs index 5a9e9f9802..d03660d00d 100644 --- a/gen/reseller1_sandbox/src/lib.rs +++ b/gen/reseller1_sandbox/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *reseller* crate version *0.1.14+20160329*, where *20160329* is the exact revision of the *reseller:v1sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *reseller* crate version *0.1.15+20160329*, where *20160329* is the exact revision of the *reseller:v1sandbox* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *reseller* *v1_sandbox* API can be found at the //! [official documentation site](https://developers.google.com/google-apps/reseller/). diff --git a/gen/reseller1_sandbox/src/lib.rs.in b/gen/reseller1_sandbox/src/lib.rs.in index 23b69d3156..004661bbcc 100644 --- a/gen/reseller1_sandbox/src/lib.rs.in +++ b/gen/reseller1_sandbox/src/lib.rs.in @@ -136,7 +136,7 @@ impl<'a, C, A> Reseller Reseller { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -148,7 +148,7 @@ impl<'a, C, A> Reseller } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/resourceviews1_beta2-cli/Cargo.toml b/gen/resourceviews1_beta2-cli/Cargo.toml index adc93391c5..d728028d1f 100644 --- a/gen/resourceviews1_beta2-cli/Cargo.toml +++ b/gen/resourceviews1_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-resourceviews1_beta2] path = "../resourceviews1_beta2" +version = "*" optional = true default-features = false diff --git a/gen/resourceviews1_beta2/Cargo.toml b/gen/resourceviews1_beta2/Cargo.toml index a3b8fe2c6f..e4329e1cd8 100644 --- a/gen/resourceviews1_beta2/Cargo.toml +++ b/gen/resourceviews1_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-resourceviews1_beta2" -version = "0.1.14+20160512" +version = "0.1.15+20160512" authors = ["Sebastian Thiel "] description = "A complete library to interact with resourceviews (protocol v1beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/resourceviews1_beta2" diff --git a/gen/resourceviews1_beta2/README.md b/gen/resourceviews1_beta2/README.md index 1cb2d3fd7b..0eb3685e68 100644 --- a/gen/resourceviews1_beta2/README.md +++ b/gen/resourceviews1_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-resourceviews1_beta2` library allows access to all features of the *Google resourceviews* service. -This documentation was generated from *resourceviews* crate version *0.1.14+20160512*, where *20160512* is the exact revision of the *resourceviews:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *resourceviews* crate version *0.1.15+20160512*, where *20160512* is the exact revision of the *resourceviews:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *resourceviews* *v1_beta2* API can be found at the [official documentation site](https://developers.google.com/compute/). diff --git a/gen/resourceviews1_beta2/src/lib.rs b/gen/resourceviews1_beta2/src/lib.rs index a916e30e2b..67c74af360 100644 --- a/gen/resourceviews1_beta2/src/lib.rs +++ b/gen/resourceviews1_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *resourceviews* crate version *0.1.14+20160512*, where *20160512* is the exact revision of the *resourceviews:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *resourceviews* crate version *0.1.15+20160512*, where *20160512* is the exact revision of the *resourceviews:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *resourceviews* *v1_beta2* API can be found at the //! [official documentation site](https://developers.google.com/compute/). diff --git a/gen/resourceviews1_beta2/src/lib.rs.in b/gen/resourceviews1_beta2/src/lib.rs.in index cff711beda..be73543271 100644 --- a/gen/resourceviews1_beta2/src/lib.rs.in +++ b/gen/resourceviews1_beta2/src/lib.rs.in @@ -153,7 +153,7 @@ impl<'a, C, A> Resourceviews Resourceviews { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -165,7 +165,7 @@ impl<'a, C, A> Resourceviews } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/safebrowsing4-cli/Cargo.toml b/gen/safebrowsing4-cli/Cargo.toml index f13bf6b071..85a2bcdf45 100644 --- a/gen/safebrowsing4-cli/Cargo.toml +++ b/gen/safebrowsing4-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-safebrowsing4] path = "../safebrowsing4" +version = "*" optional = true default-features = false diff --git a/gen/safebrowsing4/Cargo.toml b/gen/safebrowsing4/Cargo.toml index 933b6ac6ce..5e726f3ba0 100644 --- a/gen/safebrowsing4/Cargo.toml +++ b/gen/safebrowsing4/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-safebrowsing4" -version = "0.1.14+20160520" +version = "0.1.15+20160520" authors = ["Sebastian Thiel "] description = "A complete library to interact with safebrowsing (protocol v4)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/safebrowsing4" diff --git a/gen/safebrowsing4/README.md b/gen/safebrowsing4/README.md index 7a26b6748e..473c20f959 100644 --- a/gen/safebrowsing4/README.md +++ b/gen/safebrowsing4/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-safebrowsing4` library allows access to all features of the *Google safebrowsing* service. -This documentation was generated from *safebrowsing* crate version *0.1.14+20160520*, where *20160520* is the exact revision of the *safebrowsing:v4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *safebrowsing* crate version *0.1.15+20160520*, where *20160520* is the exact revision of the *safebrowsing:v4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *safebrowsing* *v4* API can be found at the [official documentation site](https://developers.google.com/safe-browsing/). diff --git a/gen/safebrowsing4/src/lib.rs b/gen/safebrowsing4/src/lib.rs index 97f0001da0..ecd43438db 100644 --- a/gen/safebrowsing4/src/lib.rs +++ b/gen/safebrowsing4/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *safebrowsing* crate version *0.1.14+20160520*, where *20160520* is the exact revision of the *safebrowsing:v4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *safebrowsing* crate version *0.1.15+20160520*, where *20160520* is the exact revision of the *safebrowsing:v4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *safebrowsing* *v4* API can be found at the //! [official documentation site](https://developers.google.com/safe-browsing/). diff --git a/gen/safebrowsing4/src/lib.rs.in b/gen/safebrowsing4/src/lib.rs.in index a163a0b10b..62db768357 100644 --- a/gen/safebrowsing4/src/lib.rs.in +++ b/gen/safebrowsing4/src/lib.rs.in @@ -111,7 +111,7 @@ impl<'a, C, A> Safebrowsing Safebrowsing { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -129,7 +129,7 @@ impl<'a, C, A> Safebrowsing } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/serviceregistryalpha-cli/Cargo.toml b/gen/serviceregistryalpha-cli/Cargo.toml index 2d58405903..718adfec4a 100644 --- a/gen/serviceregistryalpha-cli/Cargo.toml +++ b/gen/serviceregistryalpha-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-serviceregistryalpha] path = "../serviceregistryalpha" +version = "*" optional = true default-features = false diff --git a/gen/serviceregistryalpha/Cargo.toml b/gen/serviceregistryalpha/Cargo.toml index fda5843e49..8ac896b943 100644 --- a/gen/serviceregistryalpha/Cargo.toml +++ b/gen/serviceregistryalpha/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-serviceregistryalpha" -version = "0.1.14+20160401" +version = "0.1.15+20160401" authors = ["Sebastian Thiel "] description = "A complete library to interact with Service Registry (protocol alpha)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/serviceregistryalpha" diff --git a/gen/serviceregistryalpha/README.md b/gen/serviceregistryalpha/README.md index d0e257f8f8..94b8d96cef 100644 --- a/gen/serviceregistryalpha/README.md +++ b/gen/serviceregistryalpha/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-serviceregistryalpha` library allows access to all features of the *Google Service Registry* service. -This documentation was generated from *Service Registry* crate version *0.1.14+20160401*, where *20160401* is the exact revision of the *serviceregistry:alpha* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Service Registry* crate version *0.1.15+20160401*, where *20160401* is the exact revision of the *serviceregistry:alpha* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Service Registry* *alpha* API can be found at the [official documentation site](https://developers.google.com/cloud-serviceregistry/). diff --git a/gen/serviceregistryalpha/src/lib.rs b/gen/serviceregistryalpha/src/lib.rs index 2caba65828..8571220857 100644 --- a/gen/serviceregistryalpha/src/lib.rs +++ b/gen/serviceregistryalpha/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Service Registry* crate version *0.1.14+20160401*, where *20160401* is the exact revision of the *serviceregistry:alpha* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Service Registry* crate version *0.1.15+20160401*, where *20160401* is the exact revision of the *serviceregistry:alpha* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Service Registry* *alpha* API can be found at the //! [official documentation site](https://developers.google.com/cloud-serviceregistry/). diff --git a/gen/serviceregistryalpha/src/lib.rs.in b/gen/serviceregistryalpha/src/lib.rs.in index fadad4dd8e..7d50189391 100644 --- a/gen/serviceregistryalpha/src/lib.rs.in +++ b/gen/serviceregistryalpha/src/lib.rs.in @@ -143,7 +143,7 @@ impl<'a, C, A> ServiceRegistry ServiceRegistry { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -155,7 +155,7 @@ impl<'a, C, A> ServiceRegistry } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/siteverification1-cli/Cargo.toml b/gen/siteverification1-cli/Cargo.toml index 607f0c2c17..5e0680c746 100644 --- a/gen/siteverification1-cli/Cargo.toml +++ b/gen/siteverification1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-siteverification1] path = "../siteverification1" +version = "*" optional = true default-features = false diff --git a/gen/siteverification1/Cargo.toml b/gen/siteverification1/Cargo.toml index 4ec6b3917a..204c26a0fb 100644 --- a/gen/siteverification1/Cargo.toml +++ b/gen/siteverification1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-siteverification1" -version = "0.1.14+20160228" +version = "0.1.15+20160228" authors = ["Sebastian Thiel "] description = "A complete library to interact with siteVerification (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/siteverification1" diff --git a/gen/siteverification1/README.md b/gen/siteverification1/README.md index d6b3ed9fdd..5e34b26c1f 100644 --- a/gen/siteverification1/README.md +++ b/gen/siteverification1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-siteverification1` library allows access to all features of the *Google siteVerification* service. -This documentation was generated from *siteVerification* crate version *0.1.14+20160228*, where *20160228* is the exact revision of the *siteVerification:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *siteVerification* crate version *0.1.15+20160228*, where *20160228* is the exact revision of the *siteVerification:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *siteVerification* *v1* API can be found at the [official documentation site](https://developers.google.com/site-verification/). diff --git a/gen/siteverification1/src/lib.rs b/gen/siteverification1/src/lib.rs index c9547e7f50..cf96372b87 100644 --- a/gen/siteverification1/src/lib.rs +++ b/gen/siteverification1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *siteVerification* crate version *0.1.14+20160228*, where *20160228* is the exact revision of the *siteVerification:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *siteVerification* crate version *0.1.15+20160228*, where *20160228* is the exact revision of the *siteVerification:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *siteVerification* *v1* API can be found at the //! [official documentation site](https://developers.google.com/site-verification/). diff --git a/gen/siteverification1/src/lib.rs.in b/gen/siteverification1/src/lib.rs.in index c48c5c71f0..3b53460abf 100644 --- a/gen/siteverification1/src/lib.rs.in +++ b/gen/siteverification1/src/lib.rs.in @@ -137,7 +137,7 @@ impl<'a, C, A> SiteVerification SiteVerification { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -146,7 +146,7 @@ impl<'a, C, A> SiteVerification } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/spectrum1_explorer-cli/Cargo.toml b/gen/spectrum1_explorer-cli/Cargo.toml index b181278f9f..cc7459630a 100644 --- a/gen/spectrum1_explorer-cli/Cargo.toml +++ b/gen/spectrum1_explorer-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-spectrum1_explorer] path = "../spectrum1_explorer" +version = "*" optional = true default-features = false diff --git a/gen/spectrum1_explorer/Cargo.toml b/gen/spectrum1_explorer/Cargo.toml index a6bee5d6b5..fa9f134453 100644 --- a/gen/spectrum1_explorer/Cargo.toml +++ b/gen/spectrum1_explorer/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-spectrum1_explorer" -version = "0.1.14+20160606" +version = "0.1.15+20160606" authors = ["Sebastian Thiel "] description = "A complete library to interact with spectrum (protocol v1explorer)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/spectrum1_explorer" diff --git a/gen/spectrum1_explorer/README.md b/gen/spectrum1_explorer/README.md index 250287e208..59dc1d5c2b 100644 --- a/gen/spectrum1_explorer/README.md +++ b/gen/spectrum1_explorer/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-spectrum1_explorer` library allows access to all features of the *Google spectrum* service. -This documentation was generated from *spectrum* crate version *0.1.14+20160606*, where *20160606* is the exact revision of the *spectrum:v1explorer* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *spectrum* crate version *0.1.15+20160606*, where *20160606* is the exact revision of the *spectrum:v1explorer* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *spectrum* *v1_explorer* API can be found at the [official documentation site](http://developers.google.com/spectrum). diff --git a/gen/spectrum1_explorer/src/lib.rs b/gen/spectrum1_explorer/src/lib.rs index d60bba9a08..b5b3e94891 100644 --- a/gen/spectrum1_explorer/src/lib.rs +++ b/gen/spectrum1_explorer/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *spectrum* crate version *0.1.14+20160606*, where *20160606* is the exact revision of the *spectrum:v1explorer* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *spectrum* crate version *0.1.15+20160606*, where *20160606* is the exact revision of the *spectrum:v1explorer* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *spectrum* *v1_explorer* API can be found at the //! [official documentation site](http://developers.google.com/spectrum). diff --git a/gen/spectrum1_explorer/src/lib.rs.in b/gen/spectrum1_explorer/src/lib.rs.in index 806ea2d805..d168885fe5 100644 --- a/gen/spectrum1_explorer/src/lib.rs.in +++ b/gen/spectrum1_explorer/src/lib.rs.in @@ -111,7 +111,7 @@ impl<'a, C, A> Spectrum Spectrum { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -120,7 +120,7 @@ impl<'a, C, A> Spectrum } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/sqladmin1_beta4-cli/Cargo.toml b/gen/sqladmin1_beta4-cli/Cargo.toml index 70a68632a8..77dfb620b9 100644 --- a/gen/sqladmin1_beta4-cli/Cargo.toml +++ b/gen/sqladmin1_beta4-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-sqladmin1_beta4] path = "../sqladmin1_beta4" +version = "*" optional = true default-features = false diff --git a/gen/sqladmin1_beta4/Cargo.toml b/gen/sqladmin1_beta4/Cargo.toml index da7bd4780b..9bfe2fa8d7 100644 --- a/gen/sqladmin1_beta4/Cargo.toml +++ b/gen/sqladmin1_beta4/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-sqladmin1_beta4" -version = "0.1.14+20160907" +version = "0.1.15+20160907" authors = ["Sebastian Thiel "] description = "A complete library to interact with SQL Admin (protocol v1beta4)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/sqladmin1_beta4" diff --git a/gen/sqladmin1_beta4/README.md b/gen/sqladmin1_beta4/README.md index 6b6c0e2fa0..11c6cc00f9 100644 --- a/gen/sqladmin1_beta4/README.md +++ b/gen/sqladmin1_beta4/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-sqladmin1_beta4` library allows access to all features of the *Google SQL Admin* service. -This documentation was generated from *SQL Admin* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *sqladmin:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *SQL Admin* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *sqladmin:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *SQL Admin* *v1_beta4* API can be found at the [official documentation site](https://cloud.google.com/sql/docs/reference/latest). diff --git a/gen/sqladmin1_beta4/src/lib.rs b/gen/sqladmin1_beta4/src/lib.rs index 67e8771195..950aad0da4 100644 --- a/gen/sqladmin1_beta4/src/lib.rs +++ b/gen/sqladmin1_beta4/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *SQL Admin* crate version *0.1.14+20160907*, where *20160907* is the exact revision of the *sqladmin:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *SQL Admin* crate version *0.1.15+20160907*, where *20160907* is the exact revision of the *sqladmin:v1beta4* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *SQL Admin* *v1_beta4* API can be found at the //! [official documentation site](https://cloud.google.com/sql/docs/reference/latest). diff --git a/gen/sqladmin1_beta4/src/lib.rs.in b/gen/sqladmin1_beta4/src/lib.rs.in index be9e4e19df..9f505caede 100644 --- a/gen/sqladmin1_beta4/src/lib.rs.in +++ b/gen/sqladmin1_beta4/src/lib.rs.in @@ -137,7 +137,7 @@ impl<'a, C, A> SQLAdmin SQLAdmin { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -167,7 +167,7 @@ impl<'a, C, A> SQLAdmin } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/storage1-cli/Cargo.toml b/gen/storage1-cli/Cargo.toml index eb2fc819bf..75ef537e51 100644 --- a/gen/storage1-cli/Cargo.toml +++ b/gen/storage1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-storage1] path = "../storage1" +version = "*" optional = true default-features = false diff --git a/gen/storage1/Cargo.toml b/gen/storage1/Cargo.toml index ca2fd9b3ee..33306afddf 100644 --- a/gen/storage1/Cargo.toml +++ b/gen/storage1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-storage1" -version = "0.1.14+20160901" +version = "0.1.15+20160901" authors = ["Sebastian Thiel "] description = "A complete library to interact with storage (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/storage1" diff --git a/gen/storage1/README.md b/gen/storage1/README.md index 8b5384b071..a323b63fac 100644 --- a/gen/storage1/README.md +++ b/gen/storage1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-storage1` library allows access to all features of the *Google storage* service. -This documentation was generated from *storage* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *storage:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *storage* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *storage:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *storage* *v1* API can be found at the [official documentation site](https://developers.google.com/storage/docs/json_api/). diff --git a/gen/storage1/src/lib.rs b/gen/storage1/src/lib.rs index d9a6dc9fae..450e746829 100644 --- a/gen/storage1/src/lib.rs +++ b/gen/storage1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *storage* crate version *0.1.14+20160901*, where *20160901* is the exact revision of the *storage:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *storage* crate version *0.1.15+20160901*, where *20160901* is the exact revision of the *storage:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *storage* *v1* API can be found at the //! [official documentation site](https://developers.google.com/storage/docs/json_api/). diff --git a/gen/storage1/src/lib.rs.in b/gen/storage1/src/lib.rs.in index 69a1ed20d3..1a66c2aec3 100644 --- a/gen/storage1/src/lib.rs.in +++ b/gen/storage1/src/lib.rs.in @@ -163,7 +163,7 @@ impl<'a, C, A> Storage Storage { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -187,7 +187,7 @@ impl<'a, C, A> Storage } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/storagetransfer1-cli/Cargo.toml b/gen/storagetransfer1-cli/Cargo.toml index e4eebf0589..54111e0c0f 100644 --- a/gen/storagetransfer1-cli/Cargo.toml +++ b/gen/storagetransfer1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-storagetransfer1] path = "../storagetransfer1" +version = "*" optional = true default-features = false diff --git a/gen/storagetransfer1/Cargo.toml b/gen/storagetransfer1/Cargo.toml index 1e6a5ed7d7..e7b9e92550 100644 --- a/gen/storagetransfer1/Cargo.toml +++ b/gen/storagetransfer1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-storagetransfer1" -version = "0.1.14+20150811" +version = "0.1.15+20150811" authors = ["Sebastian Thiel "] description = "A complete library to interact with storagetransfer (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/storagetransfer1" diff --git a/gen/storagetransfer1/README.md b/gen/storagetransfer1/README.md index a0f3a70fe5..5b6b9443f1 100644 --- a/gen/storagetransfer1/README.md +++ b/gen/storagetransfer1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-storagetransfer1` library allows access to all features of the *Google storagetransfer* service. -This documentation was generated from *storagetransfer* crate version *0.1.14+20150811*, where *20150811* is the exact revision of the *storagetransfer:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *storagetransfer* crate version *0.1.15+20150811*, where *20150811* is the exact revision of the *storagetransfer:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *storagetransfer* *v1* API can be found at the [official documentation site](https://cloud.google.com/storage/transfer). diff --git a/gen/storagetransfer1/src/lib.rs b/gen/storagetransfer1/src/lib.rs index be8f8a06d0..162bc8cbec 100644 --- a/gen/storagetransfer1/src/lib.rs +++ b/gen/storagetransfer1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *storagetransfer* crate version *0.1.14+20150811*, where *20150811* is the exact revision of the *storagetransfer:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *storagetransfer* crate version *0.1.15+20150811*, where *20150811* is the exact revision of the *storagetransfer:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *storagetransfer* *v1* API can be found at the //! [official documentation site](https://cloud.google.com/storage/transfer). diff --git a/gen/storagetransfer1/src/lib.rs.in b/gen/storagetransfer1/src/lib.rs.in index 92c20b74fc..121036a93d 100644 --- a/gen/storagetransfer1/src/lib.rs.in +++ b/gen/storagetransfer1/src/lib.rs.in @@ -130,7 +130,7 @@ impl<'a, C, A> Storagetransfer Storagetransfer { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -148,7 +148,7 @@ impl<'a, C, A> Storagetransfer } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/tagmanager1-cli/Cargo.toml b/gen/tagmanager1-cli/Cargo.toml index 4871bde658..906afc0a53 100644 --- a/gen/tagmanager1-cli/Cargo.toml +++ b/gen/tagmanager1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-tagmanager1] path = "../tagmanager1" +version = "*" optional = true default-features = false diff --git a/gen/tagmanager1/Cargo.toml b/gen/tagmanager1/Cargo.toml index 8ff53661db..9a566d8ae1 100644 --- a/gen/tagmanager1/Cargo.toml +++ b/gen/tagmanager1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-tagmanager1" -version = "0.1.14+20160310" +version = "0.1.15+20160310" authors = ["Sebastian Thiel "] description = "A complete library to interact with Tag Manager (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/tagmanager1" diff --git a/gen/tagmanager1/README.md b/gen/tagmanager1/README.md index bc8b6b9ab1..0789cc2c31 100644 --- a/gen/tagmanager1/README.md +++ b/gen/tagmanager1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-tagmanager1` library allows access to all features of the *Google Tag Manager* service. -This documentation was generated from *Tag Manager* crate version *0.1.14+20160310*, where *20160310* is the exact revision of the *tagmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *Tag Manager* crate version *0.1.15+20160310*, where *20160310* is the exact revision of the *tagmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *Tag Manager* *v1* API can be found at the [official documentation site](https://developers.google.com/tag-manager/api/v1/). diff --git a/gen/tagmanager1/src/lib.rs b/gen/tagmanager1/src/lib.rs index 892a5cc61f..feb38ed021 100644 --- a/gen/tagmanager1/src/lib.rs +++ b/gen/tagmanager1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *Tag Manager* crate version *0.1.14+20160310*, where *20160310* is the exact revision of the *tagmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *Tag Manager* crate version *0.1.15+20160310*, where *20160310* is the exact revision of the *tagmanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *Tag Manager* *v1* API can be found at the //! [official documentation site](https://developers.google.com/tag-manager/api/v1/). diff --git a/gen/tagmanager1/src/lib.rs.in b/gen/tagmanager1/src/lib.rs.in index c44ba7d6ae..185cda42b7 100644 --- a/gen/tagmanager1/src/lib.rs.in +++ b/gen/tagmanager1/src/lib.rs.in @@ -160,7 +160,7 @@ impl<'a, C, A> TagManager TagManager { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -169,7 +169,7 @@ impl<'a, C, A> TagManager } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/taskqueue1_beta2-cli/Cargo.toml b/gen/taskqueue1_beta2-cli/Cargo.toml index 0b9ea30cf3..23445e5f85 100644 --- a/gen/taskqueue1_beta2-cli/Cargo.toml +++ b/gen/taskqueue1_beta2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-taskqueue1_beta2] path = "../taskqueue1_beta2" +version = "*" optional = true default-features = false diff --git a/gen/taskqueue1_beta2/Cargo.toml b/gen/taskqueue1_beta2/Cargo.toml index 98d30fc7df..44ad39a520 100644 --- a/gen/taskqueue1_beta2/Cargo.toml +++ b/gen/taskqueue1_beta2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-taskqueue1_beta2" -version = "0.1.14+20160428" +version = "0.1.15+20160428" authors = ["Sebastian Thiel "] description = "A complete library to interact with taskqueue (protocol v1beta2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2" diff --git a/gen/taskqueue1_beta2/README.md b/gen/taskqueue1_beta2/README.md index e879ab2719..998b5ed483 100644 --- a/gen/taskqueue1_beta2/README.md +++ b/gen/taskqueue1_beta2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-taskqueue1_beta2` library allows access to all features of the *Google taskqueue* service. -This documentation was generated from *taskqueue* crate version *0.1.14+20160428*, where *20160428* is the exact revision of the *taskqueue:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *taskqueue* crate version *0.1.15+20160428*, where *20160428* is the exact revision of the *taskqueue:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *taskqueue* *v1_beta2* API can be found at the [official documentation site](https://developers.google.com/appengine/docs/python/taskqueue/rest). diff --git a/gen/taskqueue1_beta2/src/lib.rs b/gen/taskqueue1_beta2/src/lib.rs index 81943348a0..104661ab6b 100644 --- a/gen/taskqueue1_beta2/src/lib.rs +++ b/gen/taskqueue1_beta2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *taskqueue* crate version *0.1.14+20160428*, where *20160428* is the exact revision of the *taskqueue:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *taskqueue* crate version *0.1.15+20160428*, where *20160428* is the exact revision of the *taskqueue:v1beta2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *taskqueue* *v1_beta2* API can be found at the //! [official documentation site](https://developers.google.com/appengine/docs/python/taskqueue/rest). diff --git a/gen/taskqueue1_beta2/src/lib.rs.in b/gen/taskqueue1_beta2/src/lib.rs.in index c83f6f06b4..6adee5b146 100644 --- a/gen/taskqueue1_beta2/src/lib.rs.in +++ b/gen/taskqueue1_beta2/src/lib.rs.in @@ -133,7 +133,7 @@ impl<'a, C, A> Taskqueue Taskqueue { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -145,7 +145,7 @@ impl<'a, C, A> Taskqueue } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/tasks1-cli/Cargo.toml b/gen/tasks1-cli/Cargo.toml index 5b8a0efdc6..67cbe2edeb 100644 --- a/gen/tasks1-cli/Cargo.toml +++ b/gen/tasks1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-tasks1] path = "../tasks1" +version = "*" optional = true default-features = false diff --git a/gen/tasks1/Cargo.toml b/gen/tasks1/Cargo.toml index d2532106cb..d551d73275 100644 --- a/gen/tasks1/Cargo.toml +++ b/gen/tasks1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-tasks1" -version = "0.1.14+20141121" +version = "0.1.15+20141121" authors = ["Sebastian Thiel "] description = "A complete library to interact with tasks (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/tasks1" diff --git a/gen/tasks1/README.md b/gen/tasks1/README.md index 275b06e376..9084c2572a 100644 --- a/gen/tasks1/README.md +++ b/gen/tasks1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-tasks1` library allows access to all features of the *Google tasks* service. -This documentation was generated from *tasks* crate version *0.1.14+20141121*, where *20141121* is the exact revision of the *tasks:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *tasks* crate version *0.1.15+20141121*, where *20141121* is the exact revision of the *tasks:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *tasks* *v1* API can be found at the [official documentation site](https://developers.google.com/google-apps/tasks/firstapp). diff --git a/gen/tasks1/src/lib.rs b/gen/tasks1/src/lib.rs index a4f9afa92e..74a81c1ca7 100644 --- a/gen/tasks1/src/lib.rs +++ b/gen/tasks1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *tasks* crate version *0.1.14+20141121*, where *20141121* is the exact revision of the *tasks:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *tasks* crate version *0.1.15+20141121*, where *20141121* is the exact revision of the *tasks:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *tasks* *v1* API can be found at the //! [official documentation site](https://developers.google.com/google-apps/tasks/firstapp). diff --git a/gen/tasks1/src/lib.rs.in b/gen/tasks1/src/lib.rs.in index 38260ccadc..5fdad065a2 100644 --- a/gen/tasks1/src/lib.rs.in +++ b/gen/tasks1/src/lib.rs.in @@ -141,7 +141,7 @@ impl<'a, C, A> TasksHub TasksHub { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -153,7 +153,7 @@ impl<'a, C, A> TasksHub } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/translate2-cli/Cargo.toml b/gen/translate2-cli/Cargo.toml index e0be9cee8e..b1a1875054 100644 --- a/gen/translate2-cli/Cargo.toml +++ b/gen/translate2-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-translate2] path = "../translate2" +version = "*" optional = true default-features = false diff --git a/gen/translate2/Cargo.toml b/gen/translate2/Cargo.toml index 7e9e190dcb..e03acedc36 100644 --- a/gen/translate2/Cargo.toml +++ b/gen/translate2/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-translate2" -version = "0.1.14+20160627" +version = "0.1.15+20160627" authors = ["Sebastian Thiel "] description = "A complete library to interact with translate (protocol v2)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/translate2" diff --git a/gen/translate2/README.md b/gen/translate2/README.md index 4bc2d0b3c3..e0b46d6d6d 100644 --- a/gen/translate2/README.md +++ b/gen/translate2/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-translate2` library allows access to all features of the *Google translate* service. -This documentation was generated from *translate* crate version *0.1.14+20160627*, where *20160627* is the exact revision of the *translate:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *translate* crate version *0.1.15+20160627*, where *20160627* is the exact revision of the *translate:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *translate* *v2* API can be found at the [official documentation site](https://developers.google.com/translate/v2/using_rest). diff --git a/gen/translate2/src/lib.rs b/gen/translate2/src/lib.rs index e49e61b3c2..f16f87f7b0 100644 --- a/gen/translate2/src/lib.rs +++ b/gen/translate2/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *translate* crate version *0.1.14+20160627*, where *20160627* is the exact revision of the *translate:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *translate* crate version *0.1.15+20160627*, where *20160627* is the exact revision of the *translate:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *translate* *v2* API can be found at the //! [official documentation site](https://developers.google.com/translate/v2/using_rest). diff --git a/gen/translate2/src/lib.rs.in b/gen/translate2/src/lib.rs.in index 380860e34d..ec768d0624 100644 --- a/gen/translate2/src/lib.rs.in +++ b/gen/translate2/src/lib.rs.in @@ -105,7 +105,7 @@ impl<'a, C, A> Translate Translate { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -120,7 +120,7 @@ impl<'a, C, A> Translate } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/urlshortener1-cli/Cargo.toml b/gen/urlshortener1-cli/Cargo.toml index 45ba6e8d11..c12ea2b1f6 100644 --- a/gen/urlshortener1-cli/Cargo.toml +++ b/gen/urlshortener1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-urlshortener1] path = "../urlshortener1" +version = "*" optional = true default-features = false diff --git a/gen/urlshortener1/Cargo.toml b/gen/urlshortener1/Cargo.toml index b2f5955bab..22df7a4379 100644 --- a/gen/urlshortener1/Cargo.toml +++ b/gen/urlshortener1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-urlshortener1" -version = "0.1.14+20150519" +version = "0.1.15+20150519" authors = ["Sebastian Thiel "] description = "A complete library to interact with urlshortener (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/urlshortener1" diff --git a/gen/urlshortener1/README.md b/gen/urlshortener1/README.md index 85bd8e0bf1..2b0d685b07 100644 --- a/gen/urlshortener1/README.md +++ b/gen/urlshortener1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-urlshortener1` library allows access to all features of the *Google urlshortener* service. -This documentation was generated from *urlshortener* crate version *0.1.14+20150519*, where *20150519* is the exact revision of the *urlshortener:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *urlshortener* crate version *0.1.15+20150519*, where *20150519* is the exact revision of the *urlshortener:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *urlshortener* *v1* API can be found at the [official documentation site](https://developers.google.com/url-shortener/v1/getting_started). diff --git a/gen/urlshortener1/src/lib.rs b/gen/urlshortener1/src/lib.rs index d18e5f55ea..49dcd2396b 100644 --- a/gen/urlshortener1/src/lib.rs +++ b/gen/urlshortener1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *urlshortener* crate version *0.1.14+20150519*, where *20150519* is the exact revision of the *urlshortener:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *urlshortener* crate version *0.1.15+20150519*, where *20150519* is the exact revision of the *urlshortener:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *urlshortener* *v1* API can be found at the //! [official documentation site](https://developers.google.com/url-shortener/v1/getting_started). diff --git a/gen/urlshortener1/src/lib.rs.in b/gen/urlshortener1/src/lib.rs.in index 93e2325424..26eba3594a 100644 --- a/gen/urlshortener1/src/lib.rs.in +++ b/gen/urlshortener1/src/lib.rs.in @@ -128,7 +128,7 @@ impl<'a, C, A> Urlshortener Urlshortener { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -137,7 +137,7 @@ impl<'a, C, A> Urlshortener } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/webfonts1-cli/Cargo.toml b/gen/webfonts1-cli/Cargo.toml index 6b199533bc..2bec71a20b 100644 --- a/gen/webfonts1-cli/Cargo.toml +++ b/gen/webfonts1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-webfonts1] path = "../webfonts1" +version = "*" optional = true default-features = false diff --git a/gen/webfonts1/Cargo.toml b/gen/webfonts1/Cargo.toml index 7c57f5fdd9..92b219c009 100644 --- a/gen/webfonts1/Cargo.toml +++ b/gen/webfonts1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-webfonts1" -version = "0.1.14+20160302" +version = "0.1.15+20160302" authors = ["Sebastian Thiel "] description = "A complete library to interact with webfonts (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/webfonts1" diff --git a/gen/webfonts1/README.md b/gen/webfonts1/README.md index 951748dba5..81f4f6241b 100644 --- a/gen/webfonts1/README.md +++ b/gen/webfonts1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-webfonts1` library allows access to all features of the *Google webfonts* service. -This documentation was generated from *webfonts* crate version *0.1.14+20160302*, where *20160302* is the exact revision of the *webfonts:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *webfonts* crate version *0.1.15+20160302*, where *20160302* is the exact revision of the *webfonts:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *webfonts* *v1* API can be found at the [official documentation site](https://developers.google.com/fonts/docs/developer_api). diff --git a/gen/webfonts1/src/lib.rs b/gen/webfonts1/src/lib.rs index 016929d914..51830e6238 100644 --- a/gen/webfonts1/src/lib.rs +++ b/gen/webfonts1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *webfonts* crate version *0.1.14+20160302*, where *20160302* is the exact revision of the *webfonts:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *webfonts* crate version *0.1.15+20160302*, where *20160302* is the exact revision of the *webfonts:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *webfonts* *v1* API can be found at the //! [official documentation site](https://developers.google.com/fonts/docs/developer_api). diff --git a/gen/webfonts1/src/lib.rs.in b/gen/webfonts1/src/lib.rs.in index 9cf3dac65b..6094ad0323 100644 --- a/gen/webfonts1/src/lib.rs.in +++ b/gen/webfonts1/src/lib.rs.in @@ -106,7 +106,7 @@ impl<'a, C, A> Webfonts Webfonts { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -115,7 +115,7 @@ impl<'a, C, A> Webfonts } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/webmasters3-cli/Cargo.toml b/gen/webmasters3-cli/Cargo.toml index e408f86fc5..cd50f224e9 100644 --- a/gen/webmasters3-cli/Cargo.toml +++ b/gen/webmasters3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-webmasters3] path = "../webmasters3" +version = "*" optional = true default-features = false diff --git a/gen/webmasters3/Cargo.toml b/gen/webmasters3/Cargo.toml index 14a75c0349..07a8c9ecfb 100644 --- a/gen/webmasters3/Cargo.toml +++ b/gen/webmasters3/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-webmasters3" -version = "0.1.14+20160317" +version = "0.1.15+20160317" authors = ["Sebastian Thiel "] description = "A complete library to interact with webmasters (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/webmasters3" diff --git a/gen/webmasters3/README.md b/gen/webmasters3/README.md index 6780d76cac..ef7ca7eaf6 100644 --- a/gen/webmasters3/README.md +++ b/gen/webmasters3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-webmasters3` library allows access to all features of the *Google webmasters* service. -This documentation was generated from *webmasters* crate version *0.1.14+20160317*, where *20160317* is the exact revision of the *webmasters:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *webmasters* crate version *0.1.15+20160317*, where *20160317* is the exact revision of the *webmasters:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *webmasters* *v3* API can be found at the [official documentation site](https://developers.google.com/webmaster-tools/). diff --git a/gen/webmasters3/src/lib.rs b/gen/webmasters3/src/lib.rs index dcd04f201e..3b69d5026c 100644 --- a/gen/webmasters3/src/lib.rs +++ b/gen/webmasters3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *webmasters* crate version *0.1.14+20160317*, where *20160317* is the exact revision of the *webmasters:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *webmasters* crate version *0.1.15+20160317*, where *20160317* is the exact revision of the *webmasters:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *webmasters* *v3* API can be found at the //! [official documentation site](https://developers.google.com/webmaster-tools/). diff --git a/gen/webmasters3/src/lib.rs.in b/gen/webmasters3/src/lib.rs.in index c447b6a77a..279da1468c 100644 --- a/gen/webmasters3/src/lib.rs.in +++ b/gen/webmasters3/src/lib.rs.in @@ -131,7 +131,7 @@ impl<'a, C, A> Webmasters Webmasters { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -152,7 +152,7 @@ impl<'a, C, A> Webmasters } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/youtube3-cli/Cargo.toml b/gen/youtube3-cli/Cargo.toml index 5bb4ee03ca..4c147ab3ab 100644 --- a/gen/youtube3-cli/Cargo.toml +++ b/gen/youtube3-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-youtube3] path = "../youtube3" +version = "*" optional = true default-features = false diff --git a/gen/youtube3/README.md b/gen/youtube3/README.md index bb6e858105..370c77fc17 100644 --- a/gen/youtube3/README.md +++ b/gen/youtube3/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-youtube3` library allows access to all features of the *Google YouTube* service. -This documentation was generated from *YouTube* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *youtube:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *YouTube* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *youtube:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *YouTube* *v3* API can be found at the [official documentation site](https://developers.google.com/youtube/v3). diff --git a/gen/youtube3/cargo.toml b/gen/youtube3/cargo.toml index f3ee3b6bf3..acb73b6744 100644 --- a/gen/youtube3/cargo.toml +++ b/gen/youtube3/cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-youtube3" -version = "0.1.14+20160222" +version = "0.1.15+20160805" authors = ["Sebastian Thiel "] description = "A complete library to interact with YouTube (protocol v3)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtube3" @@ -18,10 +18,10 @@ build = "src/build.rs" [dependencies] hyper = "^ 0.9" mime = "^ 0.2.0" -serde = "^ 0.7.5" -serde_json = "^ 0.7.0" -yup-oauth2 = { version = "^ 0.6.0", optional = true, default-features = false } -serde_macros = { version = "^ 0.7.5", optional = true } +serde = "^ 0.8" +serde_json = "^ 0.8" +yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } +serde_macros = { version = "^ 0.8", optional = true } url = "= 0.5" [features] @@ -30,5 +30,5 @@ nightly = ["serde_macros","yup-oauth2/nightly"] with-serde-codegen = ["serde_codegen","yup-oauth2/with-serde-codegen"] [build-dependencies] -serde_codegen = { version = "^ 0.7.14", optional = true } +serde_codegen = { version = "^ 0.8", optional = true } diff --git a/gen/youtube3/src/lib.rs b/gen/youtube3/src/lib.rs index 5ee9a908f9..3f976cfed3 100644 --- a/gen/youtube3/src/lib.rs +++ b/gen/youtube3/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *YouTube* crate version *0.1.14+20160805*, where *20160805* is the exact revision of the *youtube:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *YouTube* crate version *0.1.15+20160805*, where *20160805* is the exact revision of the *youtube:v3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *YouTube* *v3* API can be found at the //! [official documentation site](https://developers.google.com/youtube/v3). diff --git a/gen/youtube3/src/lib.rs.in b/gen/youtube3/src/lib.rs.in index 0e761f9d8d..0a0563daf2 100644 --- a/gen/youtube3/src/lib.rs.in +++ b/gen/youtube3/src/lib.rs.in @@ -157,7 +157,7 @@ impl<'a, C, A> YouTube YouTube { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -241,7 +241,7 @@ impl<'a, C, A> YouTube } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/youtubeanalytics1-cli/Cargo.toml b/gen/youtubeanalytics1-cli/Cargo.toml index 45b5a7e4a2..e423c083e4 100644 --- a/gen/youtubeanalytics1-cli/Cargo.toml +++ b/gen/youtubeanalytics1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-youtubeanalytics1] path = "../youtubeanalytics1" +version = "*" optional = true default-features = false diff --git a/gen/youtubeanalytics1/Cargo.toml b/gen/youtubeanalytics1/Cargo.toml index c80d15d277..6e7ed73ea8 100644 --- a/gen/youtubeanalytics1/Cargo.toml +++ b/gen/youtubeanalytics1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-youtubeanalytics1" -version = "0.1.14+20160513" +version = "0.1.15+20160513" authors = ["Sebastian Thiel "] description = "A complete library to interact with YouTube Analytics (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtubeanalytics1" diff --git a/gen/youtubeanalytics1/README.md b/gen/youtubeanalytics1/README.md index 9593e4f073..93de00ac49 100644 --- a/gen/youtubeanalytics1/README.md +++ b/gen/youtubeanalytics1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-youtubeanalytics1` library allows access to all features of the *Google YouTube Analytics* service. -This documentation was generated from *YouTube Analytics* crate version *0.1.14+20160513*, where *20160513* is the exact revision of the *youtubeAnalytics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *YouTube Analytics* crate version *0.1.15+20160513*, where *20160513* is the exact revision of the *youtubeAnalytics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *YouTube Analytics* *v1* API can be found at the [official documentation site](http://developers.google.com/youtube/analytics/). diff --git a/gen/youtubeanalytics1/src/lib.rs b/gen/youtubeanalytics1/src/lib.rs index a272a57e83..4e823d7e92 100644 --- a/gen/youtubeanalytics1/src/lib.rs +++ b/gen/youtubeanalytics1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *YouTube Analytics* crate version *0.1.14+20160513*, where *20160513* is the exact revision of the *youtubeAnalytics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *YouTube Analytics* crate version *0.1.15+20160513*, where *20160513* is the exact revision of the *youtubeAnalytics:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *YouTube Analytics* *v1* API can be found at the //! [official documentation site](http://developers.google.com/youtube/analytics/). diff --git a/gen/youtubeanalytics1/src/lib.rs.in b/gen/youtubeanalytics1/src/lib.rs.in index 4c3c793f52..049831609a 100644 --- a/gen/youtubeanalytics1/src/lib.rs.in +++ b/gen/youtubeanalytics1/src/lib.rs.in @@ -147,7 +147,7 @@ impl<'a, C, A> YouTubeAnalytics YouTubeAnalytics { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -168,7 +168,7 @@ impl<'a, C, A> YouTubeAnalytics } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/gen/youtubereporting1-cli/Cargo.toml b/gen/youtubereporting1-cli/Cargo.toml index da56b658d2..85a27452e5 100644 --- a/gen/youtubereporting1-cli/Cargo.toml +++ b/gen/youtubereporting1-cli/Cargo.toml @@ -23,7 +23,7 @@ serde = "^ 0.8" serde_json = "^ 0.8" yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false } serde_macros = { version = "^ 0.8", optional = true } -strsim = "^0.4" +strsim = "^0.5" yup-hyper-mock = "^1.0" clap = "^2.0" @@ -38,5 +38,6 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.google-youtubereporting1] path = "../youtubereporting1" +version = "*" optional = true default-features = false diff --git a/gen/youtubereporting1/Cargo.toml b/gen/youtubereporting1/Cargo.toml index 610abe2da7..85db11eba6 100644 --- a/gen/youtubereporting1/Cargo.toml +++ b/gen/youtubereporting1/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "google-youtubereporting1" -version = "0.1.14+20160719" +version = "0.1.15+20160719" authors = ["Sebastian Thiel "] description = "A complete library to interact with YouTube Reporting (protocol v1)" repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtubereporting1" diff --git a/gen/youtubereporting1/README.md b/gen/youtubereporting1/README.md index e0e29a1305..589a7cd007 100644 --- a/gen/youtubereporting1/README.md +++ b/gen/youtubereporting1/README.md @@ -5,7 +5,7 @@ DO NOT EDIT ! --> The `google-youtubereporting1` library allows access to all features of the *Google YouTube Reporting* service. -This documentation was generated from *YouTube Reporting* crate version *0.1.14+20160719*, where *20160719* is the exact revision of the *youtubereporting:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +This documentation was generated from *YouTube Reporting* crate version *0.1.15+20160719*, where *20160719* is the exact revision of the *youtubereporting:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. Everything else about the *YouTube Reporting* *v1* API can be found at the [official documentation site](https://developers.google.com/youtube/reporting/v1/reports/). diff --git a/gen/youtubereporting1/src/lib.rs b/gen/youtubereporting1/src/lib.rs index b2e4e98aeb..9c5fcf2bd5 100644 --- a/gen/youtubereporting1/src/lib.rs +++ b/gen/youtubereporting1/src/lib.rs @@ -2,7 +2,7 @@ // This file was generated automatically from 'src/mako/api/lib.rs.mako' // DO NOT EDIT ! -//! This documentation was generated from *YouTube Reporting* crate version *0.1.14+20160719*, where *20160719* is the exact revision of the *youtubereporting:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*. +//! This documentation was generated from *YouTube Reporting* crate version *0.1.15+20160719*, where *20160719* is the exact revision of the *youtubereporting:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.15*. //! //! Everything else about the *YouTube Reporting* *v1* API can be found at the //! [official documentation site](https://developers.google.com/youtube/reporting/v1/reports/). diff --git a/gen/youtubereporting1/src/lib.rs.in b/gen/youtubereporting1/src/lib.rs.in index f4c7e79804..4deba8bf87 100644 --- a/gen/youtubereporting1/src/lib.rs.in +++ b/gen/youtubereporting1/src/lib.rs.in @@ -137,7 +137,7 @@ impl<'a, C, A> YouTubeReporting YouTubeReporting { client: RefCell::new(client), auth: RefCell::new(authenticator), - _user_agent: "google-api-rust-client/0.1.14".to_string(), + _user_agent: "google-api-rust-client/0.1.15".to_string(), } } @@ -152,7 +152,7 @@ impl<'a, C, A> YouTubeReporting } /// Set the user-agent header field to use in all requests to the server. - /// It defaults to `google-api-rust-client/0.1.14`. + /// It defaults to `google-api-rust-client/0.1.15`. /// /// Returns the previously set user-agent. pub fn user_agent(&mut self, agent_name: String) -> String { diff --git a/src/mako/Cargo.toml.mako b/src/mako/Cargo.toml.mako index 08d42179be..4a2716cb64 100644 --- a/src/mako/Cargo.toml.mako +++ b/src/mako/Cargo.toml.mako @@ -61,6 +61,7 @@ serde_codegen = { version = "^ 0.8", optional = true } [dependencies.${crate_name_we_depend_on}] path = "../${api_name}" +version = "*" optional = true default-features = false % endif