couchbase 3.5.2-x86_64-darwin → 3.5.3-x86_64-darwin

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: 5a643380c3174201447cdad0f031b85e67c1bfb5925d4b9a708e1a47dafef30b
4
- data.tar.gz: ce2accadd08c418c56fdb9223cdf8bdb7eb65796538ad974ed5e221f410767e3
3
+ metadata.gz: b9d59ac5657cb1c279bfcdef17d518201c3a9d1d6d34cc873f7db61f6e622026
4
+ data.tar.gz: 38aee0a85c16bb84fcf4d1ed4f34b82599d025a4f8e086ef62bb643a5053c019
5
5
  SHA512:
6
- metadata.gz: 51ecc031da249840e94adaa9110e1af8d21e0bb2b7d61dc188a48334f487ccaecc8e16db486dd77da528241a71cc264450b47057a76b1c7579f01a6db41abe64
7
- data.tar.gz: 4ef4b8b70440b232d4f3dd93724091485e28eca867051c3c2fed7145e9c1775b9d03c4b5ef0eb522d205dc11f142747481246af67b7141676e3b81d2cfc25669
6
+ metadata.gz: f0230de75a708f41de97cb8267d6a503ef3e6a4790dcdd8454452d9df81a3e8a66327b166f442b6c2dec75c589f471b9a888309a4e5f14559c430e1383935693
7
+ data.tar.gz: 65098d43ca95d7ce152b555ac56b97a5d07d57bff7b6520ec06cd828c4d350a1ec7e79e7410132e982544a6b4a95bfc24a6c1247d03fa2622ac609517a7afc58
data/README.md CHANGED
@@ -18,12 +18,12 @@ Please attach version information to the ticket/post. To obtain this information
18
18
 
19
19
  ## Installation
20
20
 
21
- The library has been tested with MRI 3.0, 3.1, 3.2 and 3.3. Supported platforms are Linux and MacOS.
21
+ The library has been tested with MRI 3.1, 3.2 and 3.3. Supported platforms are Linux and MacOS.
22
22
 
23
23
  Add this line to your application's Gemfile:
24
24
 
25
25
  ```ruby
26
- gem "couchbase", "3.5.2"
26
+ gem "couchbase", "3.5.3"
27
27
  ```
28
28
 
29
29
  And then execute:
Binary file
Binary file
Binary file
@@ -21,5 +21,5 @@ module Couchbase
21
21
  # $ ruby -rcouchbase -e 'pp Couchbase::VERSION'
22
22
  # {:sdk=>"3.4.0", :ruby_abi=>"3.1.0", :revision=>"416fe68e6029ec8a4c40611cf6e6b30d3b90d20f"}
23
23
  VERSION = {} unless defined?(VERSION) # rubocop:disable Style/MutableConstant
24
- VERSION.update(:sdk => "3.5.2")
24
+ VERSION.update(:sdk => "3.5.3")
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: couchbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.2
4
+ version: 3.5.3
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Sergey Avseyev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -159,12 +159,12 @@ licenses:
159
159
  - Apache-2.0
160
160
  metadata:
161
161
  homepage_uri: https://docs.couchbase.com/ruby-sdk/current/hello-world/start-using-sdk.html
162
- bug_tracker_uri: https://couchbase.com/issues/browse/RCBC
163
- mailing_list_uri: https://forums.couchbase.com/c/ruby-sdk
164
- source_code_uri: https://github.com/couchbase/couchbase-ruby-client/tree/3.5.2
165
- changelog_uri: https://github.com/couchbase/couchbase-ruby-client/releases/tag/3.5.2
166
- documentation_uri: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.5.2/index.html
167
- github_repo: ssh://github.com/couchbase/couchbase-ruby-client
162
+ bug_tracker_uri: https://issues.couchbase.com/browse/RCBC
163
+ mailing_list_uri: https://www.couchbase.com/forums/c/ruby-sdk
164
+ source_code_uri: https://github.com/couchbase/couchbase-ruby-client/tree/3.5.3
165
+ changelog_uri: https://github.com/couchbase/couchbase-ruby-client/releases/tag/3.5.3
166
+ documentation_uri: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.5.3/index.html
167
+ github_repo: https://github.com/couchbase/couchbase-ruby-client
168
168
  rubygems_mfa_required: 'true'
169
169
  post_install_message:
170
170
  rdoc_options: