google-cloud-env 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4d7bd0ad488e1a5d0baf5d66472abb9863763ccb6a3f47594d6d5e14679a197
4
- data.tar.gz: fc56bed9e32b93c7860ce381eb3b823776785ad2b7bfe0e999a93df250cfca24
3
+ metadata.gz: 22fba900d98b872b7f9de91312f5b169695eebcd395df5080f348b41358f45d3
4
+ data.tar.gz: 5b14af4d3681740366160c09e6a93d707fe3a6c4c4f866bd1c93ea1c35a76037
5
5
  SHA512:
6
- metadata.gz: c1b75939008a21c63ca4f56ef9eb8084b21e9381657e39ccb4be4393663b90e9ed54389babde2eff0e8227363ae871d927e8c7876db885caeacd4a439483e664
7
- data.tar.gz: f7db960beed744381757e65f0da835048d2c5c000ddb2fecbb911feb0d6d72f1aa2ef6942ddc6ffea94466e8c18e3176e791b3b413ad194c87856975c0574943
6
+ metadata.gz: 1fe82152bd2fdfafbe25a1d00ce3986757917c535a71630a5d32af0bdc7feb120567dd7fbf14a123f44957ca56519de8e2d176ce0084f6902f6182decb60242e
7
+ data.tar.gz: a146cfd531bd36e4e517a385b3e7b8f252623a68727dff53bb453e6518e1b98236032d90d96b58bd79315b109355e74b4cc6f87f95bac607758674dcf2dbad62
@@ -1,5 +1,10 @@
1
1
  # Release History
2
2
 
3
+ ### 1.0.5 / 2018-09-20
4
+
5
+ * Update documentation.
6
+ * Change documentation URL to googleapis GitHub org.
7
+
3
8
  ### 1.0.4 / 2018-09-12
4
9
 
5
10
  * Add missing documentation files to package.
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This library provides information on the application hosting environment for
4
4
  apps running on Google Cloud Platform.
5
5
 
6
- - [google-cloud-env API documentation](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-env/latest)
6
+ - [google-cloud-env API documentation](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-env/latest)
7
7
 
8
8
  ## Supported Ruby Versions
9
9
 
@@ -28,23 +28,23 @@ change at any time and the public API should not be considered stable.
28
28
  Contributions to this library are always welcome and highly encouraged.
29
29
 
30
30
  See the [Contributing
31
- Guide](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-env/latest/file.CONTRIBUTING)
31
+ Guide](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-env/latest/file.CONTRIBUTING)
32
32
  for more information on how to get started.
33
33
 
34
34
  Please note that this project is released with a Contributor Code of Conduct. By
35
35
  participating in this project you agree to abide by its terms. See [Code of
36
- Conduct](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-env/latest/file.CODE_OF_CONDUCT)
36
+ Conduct](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-env/latest/file.CODE_OF_CONDUCT)
37
37
  for more information.
38
38
 
39
39
  ## License
40
40
 
41
41
  This library is licensed under Apache 2.0. Full license text is available in
42
- [LICENSE](http://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-env/latest/file.LICENSE).
42
+ [LICENSE](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-env/latest/file.LICENSE).
43
43
 
44
44
  ## Support
45
45
 
46
46
  Please [report bugs at the project on
47
- Github](https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues). Don't
47
+ Github](https://github.com/googleapis/google-cloud-ruby/issues). Don't
48
48
  hesitate to [ask
49
49
  questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby)
50
50
  about the client or APIs on [StackOverflow](http://stackoverflow.com).
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  class Env
19
- VERSION = "1.0.4".freeze
19
+ VERSION = "1.0.5".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-env
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-12 00:00:00.000000000 Z
11
+ date: 2018-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -183,7 +183,7 @@ files:
183
183
  - lib/google-cloud-env.rb
184
184
  - lib/google/cloud/env.rb
185
185
  - lib/google/cloud/env/version.rb
186
- homepage: https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-env
186
+ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-env
187
187
  licenses:
188
188
  - Apache-2.0
189
189
  metadata: {}