google-cloud-datastore 1.8.1 → 1.8.2

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: 905f1055fbaea77d81cb9152e3eebb63b3777ae5193835a3e44340d7bb61ff40
4
- data.tar.gz: bba3960ee3e69c7979a8e6330a132e640ac36f10835b5d6051ea8e979841ac14
3
+ metadata.gz: ba3222304aa848ec60dff8993a2c5ac6c32c480058605165e1f5abaaf55346a1
4
+ data.tar.gz: 73a5dd13851661a190c86650bea33f2d9515a3613448f640f06743be0b6d28af
5
5
  SHA512:
6
- metadata.gz: 1d454255b9931772a99d01c5b7cd08fee32a6e072dab9165a1d9260cf68cb5975fe14c5e12170fe96e9d5c9a457ff5eab8f850313537eda57186fc6b4b1387ed
7
- data.tar.gz: 7463bfc195adba4136e61ba7157684515351f7a42c92c41c2266c60c6251a73a5f019898b2c7b6b359d84cbdac05ed39df7aa000fbae8a3d3b584b6e998efdf4
6
+ metadata.gz: 1e2f8ea10d8f994a4fffba01b606075d7a93d62acbb714ef94607a1fad4b3df4c73320dcd3fd3ba982aa49ae815d3e5b59000ff4c90ebd009615f8279ed6a255
7
+ data.tar.gz: d02695a293f65adfaafe922009ffcce0cf4c3e68295e87e5f9c9563a7a49d995e4b0281e28d98a457361204cd43cb029919a6186531abeff4fcfa5fc9ab8e05d
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.8.2 / 2020-05-28
4
+
5
+ #### Documentation
6
+
7
+ * Fix a few broken links
8
+
3
9
  ### 1.8.1 / 2020-05-19
4
10
 
5
11
  #### Bug Fixes
@@ -24,14 +24,8 @@ improved, *please* create a new issue on GitHub so we can talk about it.
24
24
 
25
25
  - [New issue][gh-ruby]
26
26
 
27
- Or, you can ask questions on the [Google Cloud Platform Slack][slack-ruby]. You
28
- can use the "ruby" channel for general Ruby questions, or use the
29
- "google-cloud-ruby" channel if you have questions about this gem in particular.
30
-
31
27
  [so-ruby]: http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby+datastore
32
28
 
33
- [gh-search-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues?q=label%3A%22api%3A+datastore%22
34
-
35
- [gh-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues/new
29
+ [gh-search-ruby]: https://github.com/googleapis/google-cloud-ruby/issues?q=label%3A%22api%3A+datastore%22
36
30
 
37
- [slack-ruby]: https://gcp-slack.appspot.com/
31
+ [gh-ruby]: https://github.com/googleapis/google-cloud-ruby/issues/new
@@ -86,7 +86,7 @@ module Google
86
86
  # 01:30 UTC on January 15, 2017.
87
87
  #
88
88
  # In JavaScript, one can convert a Date object to this format using the
89
- # standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString]
89
+ # standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
90
90
  # method. In Python, a standard `datetime.datetime` object can be converted
91
91
  # to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
92
92
  # with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Datastore
19
- VERSION = "1.8.1".freeze
19
+ VERSION = "1.8.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-datastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-05-19 00:00:00.000000000 Z
12
+ date: 2020-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core