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

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: 4e1a51faf1ffc3d4f919da70d3be9036cb7855294380c26d7466ac432e8c0cd2
4
- data.tar.gz: 82d96e1545b0ac99b915c4367f387d6feeb6a651c548813f2584866fdb548452
3
+ metadata.gz: 5d21c7ecc582e7f01e82228d822c59dbe8671f8f2f6a3078088f11dd5bcc7da4
4
+ data.tar.gz: 22895f5a6b913229b1c68fb50b6305d50a5c70d69ab665616c30070842005b24
5
5
  SHA512:
6
- metadata.gz: b0dca1adc617d873774ad530b7f15b147f4ba929e35bf96aaf245e4e28eef2775f5da47058064f7109788645bd7d40a10ac06875db1a7e1b30fe476698ba9dcd
7
- data.tar.gz: 7d387b7676e10132ed78842aa65ac5e4b44f8f274d98aaa9bf2b8b4a45929be2464ee11c563e2fb757e9317ba68759301e02a9445a2905522419172a08606fb0
6
+ metadata.gz: 226011fd7c1b51341258bbfbba4867902702de022b78f3b9f35a8d3593ce48bd73b0a50e8cd3dbebbe09be97c50184edd43c2baaa3e98e90497b0f320f03a2cb
7
+ data.tar.gz: 39826e99dd395f51b261f7fb4d49856ed318cffc7ee9842146e8fc4aa167b5c543ddfc01f89204a91b6e791753b54427dfd705353de1eafb6518eaa7215d0e97
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
Binary file
@@ -1,6 +1,6 @@
1
1
  begin
2
2
  require_relative "#{RUBY_VERSION[/(\d+\.\d+)/]}/libcouchbase"
3
3
  rescue LoadError
4
- raise LoadError, "unable to load couchbase extension for Ruby #{RUBY_VERSION}. Only available for 3.1, 3.2, 3.3. " \
4
+ raise LoadError, "unable to load couchbase extension for Ruby #{RUBY_VERSION}. Only available for 3.1, 3.2, 3.3, 3.4. " \
5
5
  "Try to install couchbase from sources with 'gem install --platform ruby couchbase'"
6
6
  end
@@ -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,13 @@
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
6
6
  authors:
7
7
  - Sergey Avseyev
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-03-18 00:00:00.000000000 Z
10
+ date: 2025-03-31 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: grpc
@@ -39,6 +38,7 @@ files:
39
38
  - lib/couchbase/3.1/libcouchbase.so
40
39
  - lib/couchbase/3.2/libcouchbase.so
41
40
  - lib/couchbase/3.3/libcouchbase.so
41
+ - lib/couchbase/3.4/libcouchbase.so
42
42
  - lib/couchbase/analytics_options.rb
43
43
  - lib/couchbase/authenticator.rb
44
44
  - lib/couchbase/binary_collection.rb
@@ -163,12 +163,11 @@ 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
- post_install_message:
172
171
  rdoc_options:
173
172
  - "--exclude"
174
173
  - ext/
@@ -186,7 +185,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
185
  version: '0'
187
186
  requirements: []
188
187
  rubygems_version: 3.3.27
189
- signing_key:
190
188
  specification_version: 4
191
189
  summary: SDK for Couchbase Server
192
190
  test_files: []