couchbase 3.5.6-x86_64-linux-musl → 3.5.7-x86_64-linux-musl

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: 223d16fe4ad120b977df22ed29bbc7b82e570449f6540f30d631c63cdf25dd21
4
- data.tar.gz: 1d0095aa3dc051f9eeaf7b4a182aaa2874d3d2768cc026717f16335f5b329c1b
3
+ metadata.gz: 29486a9d9745d100cd43c7ed59876348d7fd09d5b93b89a1383143a123183f73
4
+ data.tar.gz: 8c6a4e0b25d8289b6fa4ef278ee49e517cdb7c2be38ed9b39cbc82a93d4f221b
5
5
  SHA512:
6
- metadata.gz: fe5f1d0ca8cb0437aab3903fcfb8597f37522a23322bc82564634cf261a014bac35cf46c1c21fc321e446bebfbd1dafba07dd06565002ca1889251b493273b8f
7
- data.tar.gz: 0a53435c54db31a4b28c0f2ba38e713a803c046bedf9f71d8100474fb1394ca3e3693ba61ff75a8d8f83dab01d6477e59e7b736a9d6a25ecc5028ddc1ada2610
6
+ metadata.gz: 305b4601635f005f2fcd20a97d85dd8cbfc1a802b910fdc1da08084115f0eb2ac55dbe81e69604758e9b14bb52b74c93f8c5e882e44d1c82983151331bc95677
7
+ data.tar.gz: 986a657f07f33380a0bf0740d86594c8af66514cdcbcfd7601daf6731dd223d27d7d1d8b5e1e8534e7c2ab96d18a3a96e2de193308c1f672b5429276ee1e14ff
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.1, 3.2 and 3.3. Supported platforms are Linux and MacOS.
21
+ The library has been tested with MRI 3.1, 3.2, 3.3 and 3.4. 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.6"
26
+ gem "couchbase", "3.5.7"
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.6")
24
+ VERSION.update(:sdk => "3.5.7")
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.6
4
+ version: 3.5.7
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Sergey Avseyev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-18 00:00:00.000000000 Z
11
+ date: 2025-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -163,9 +163,9 @@ metadata:
163
163
  homepage_uri: https://docs.couchbase.com/ruby-sdk/current/hello-world/start-using-sdk.html
164
164
  bug_tracker_uri: https://jira.issues.couchbase.com/browse/RCBC
165
165
  mailing_list_uri: https://www.couchbase.com/forums/c/ruby-sdk
166
- source_code_uri: https://github.com/couchbase/couchbase-ruby-client/tree/3.5.6
167
- changelog_uri: https://github.com/couchbase/couchbase-ruby-client/releases/tag/3.5.6
168
- documentation_uri: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.5.6/index.html
166
+ source_code_uri: https://github.com/couchbase/couchbase-ruby-client/tree/3.5.7
167
+ changelog_uri: https://github.com/couchbase/couchbase-ruby-client/releases/tag/3.5.7
168
+ documentation_uri: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.5.7/index.html
169
169
  github_repo: https://github.com/couchbase/couchbase-ruby-client
170
170
  rubygems_mfa_required: 'true'
171
171
  post_install_message: