google-cloud-memcache 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 588ff15f77bd574a3b0c0e186bb079c898748488f62a44ff40ed9658e697d078
4
- data.tar.gz: a7d572ff34fa23c45aa927f05037e6c731673687d39d3adf71bb69a95da8206a
3
+ metadata.gz: 134d0853ce3b825d15ef9372c14e7eca2a52c2eb4cc3233f94762de6fa9cd375
4
+ data.tar.gz: 8ff8261f8001a11f64b01634754d6af8bc93b899a41079af4766a8b0788ec046
5
5
  SHA512:
6
- metadata.gz: 57507eda3f9da8090638bf3686f161cb9c035bf6bf98676af39c3a236b82e765aaf6adabe63fd142743935010bc4d94aea5b34a9f094def66b2599b21e4bf2e2
7
- data.tar.gz: c94129067ba419cb15bab4a0f8525f8fbdf881deaa43da753617d474c60871f39f0a88367c3ecc38a689e24c0cbefe15e87522ebdc8bbb45f6b8556b9972fc68
6
+ metadata.gz: 9cbebf1bdf22278ae331ac19f3db6492f23488f95270bcbb1995ec0332f4d1e6415fa0a6a417d0e6ae3763f7f9f7fe7657e3d102f9be48b6a9bde3f30d186d05
7
+ data.tar.gz: 61c29802d8d1cb827a6f13af18398168916268a547de2fa8e498888f2b095ba831c7824171b550ddc8f2424c015a7b5f3cd538fa878cacfcab72f5a247518b40
data/README.md CHANGED
@@ -63,11 +63,11 @@ end
63
63
 
64
64
  ## Supported Ruby Versions
65
65
 
66
- This library is supported on Ruby 2.4+.
66
+ This library is supported on Ruby 2.5+.
67
67
 
68
68
  Google provides official support for Ruby versions that are actively supported
69
69
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
70
- in security maintenance, and not end of life. Currently, this means Ruby 2.4
70
+ in security maintenance, and not end of life. Currently, this means Ruby 2.5
71
71
  and later. Older versions of Ruby _may_ still work, but are unsupported and not
72
72
  recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
73
73
  about the Ruby support schedule.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Memcache
23
- VERSION = "1.0.0"
23
+ VERSION = "1.1.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-memcache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-25 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 1.24.0
61
+ version: 1.25.1
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 1.24.0
68
+ version: 1.25.1
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: minitest
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -190,14 +190,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  requirements:
191
191
  - - ">="
192
192
  - !ruby/object:Gem::Version
193
- version: '2.4'
193
+ version: '2.5'
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - ">="
197
197
  - !ruby/object:Gem::Version
198
198
  version: '0'
199
199
  requirements: []
200
- rubygems_version: 3.2.11
200
+ rubygems_version: 3.2.13
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: API Client library for the Google Cloud Memorystore for Memcached API