couchbase 3.5.2-x86_64-linux-musl → 3.5.3-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 +4 -4
- data/README.md +2 -2
- data/lib/couchbase/3.1/libcouchbase.so +0 -0
- data/lib/couchbase/3.2/libcouchbase.so +0 -0
- data/lib/couchbase/3.3/libcouchbase.so +0 -0
- data/lib/couchbase/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e6a49612a399995e06b07870e954634b60bb24905a99df185952c7ae4bf1297
|
4
|
+
data.tar.gz: 1b29d76a94e5e49c427b52bf4ce0cb4896f2b6aa682d84ffb8f17fec174bca3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 359c174104ca5f330242e717f192bb1c4050255df3b560ce68d30b2525dea80f9f698a00b744e796467477cbaf0b028cfbccc1a6398c6a2cc74439a88735a43c
|
7
|
+
data.tar.gz: f286bf011a3ad850d5b4941218b863516269e2da68ef65c290c46b1bc4f40ee25626a5740f98ed2bf340172120e21528cc943c3a7a02e33f260efa7dc3bdf8c2
|
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.
|
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.
|
26
|
+
gem "couchbase", "3.5.3"
|
27
27
|
```
|
28
28
|
|
29
29
|
And then execute:
|
Binary file
|
Binary file
|
Binary file
|
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.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.
|
4
|
+
version: 3.5.3
|
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: 2024-
|
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/
|
163
|
-
mailing_list_uri: https://
|
164
|
-
source_code_uri: https://github.com/couchbase/couchbase-ruby-client/tree/3.5.
|
165
|
-
changelog_uri: https://github.com/couchbase/couchbase-ruby-client/releases/tag/3.5.
|
166
|
-
documentation_uri: https://docs.couchbase.com/sdk-api/couchbase-ruby-client-3.5.
|
167
|
-
github_repo:
|
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:
|