couchbase 3.5.6-x86_64-darwin → 3.5.7-x86_64-darwin
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 +4 -4
- data/README.md +2 -2
- data/lib/couchbase/3.1/libcouchbase.bundle +0 -0
- data/lib/couchbase/3.2/libcouchbase.bundle +0 -0
- data/lib/couchbase/3.3/libcouchbase.bundle +0 -0
- data/lib/couchbase/3.4/libcouchbase.bundle +0 -0
- data/lib/couchbase/libcouchbase.rb +1 -1
- data/lib/couchbase/version.rb +1 -1
- metadata +6 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 826ce44a87710c46179d40c23e9ffc8fccbc2a585351b3c86294aced14d86cea
|
4
|
+
data.tar.gz: 300dd3f3933bbb94e8655cbc32d49ab7e09084bf6a9f8da95bf84b91357c1e50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 124529f1c100c48f3cb853647141d564872a12994d5bcc17ac06a0f2e64c4f6577d4587824a3928cfaee7e7fdc263107eedd3df6f88269465d95f3c115da1eab
|
7
|
+
data.tar.gz: a82a6950f52250e7937734ae606bf6b25e9997738db2f0d972aafba704c1a6208670f698b43676b0be0e742d31a3e397032d26204c1bdfe2befa8886500e863d
|
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.
|
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.
|
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
|
data/lib/couchbase/version.rb
CHANGED
@@ -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.
|
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.
|
4
|
+
version: 3.5.7
|
5
5
|
platform: x86_64-darwin
|
6
6
|
authors:
|
7
7
|
- Sergey Avseyev
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
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.bundle
|
40
39
|
- lib/couchbase/3.2/libcouchbase.bundle
|
41
40
|
- lib/couchbase/3.3/libcouchbase.bundle
|
41
|
+
- lib/couchbase/3.4/libcouchbase.bundle
|
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.
|
167
|
-
changelog_uri: https://github.com/couchbase/couchbase-ruby-client/releases/tag/3.5.
|
168
|
-
documentation_uri: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.5.
|
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: []
|