hubrise_client 2.0.12 → 2.0.13

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: a49437a57be7d5e200116c79f69c64ce6d5e5517702911698b2a2b1794b2748b
4
- data.tar.gz: 4731c2856b2a7b5420848b30835a522a8f2720da1bf44c5c94c219abc654980c
3
+ metadata.gz: f0570b66732ff3c2ee070ccbf03fa249940fbd1c3035ff9ffafb2a39c2ed78bc
4
+ data.tar.gz: dad47449388c9ab7eb333352c0b782cb9373be1bbdd33914d2910bcd2ec1982b
5
5
  SHA512:
6
- metadata.gz: 3c0266e7166192756389bbaacb87ab1b56c6843db2742bcf0ad7627165953d853eea48ab0476f805652ae1338c20b2e19b6ee8b3e006b10cfee43622792f7345
7
- data.tar.gz: f31a3da704293aa9df30dcacffc778e8da48a3adb742a70ce558939f4dc74d7b55e55e7b2550174d007c3fd01343f420b7e49f9f513afb725857f23e940f3e52
6
+ metadata.gz: 533ee284165ea75562beb61f8a567514c41d70f7065e76644124c7b5c67ddc6b7c8f7dbaf8ab4bf7312c15a235f9a7a67124c515187db3d95085738ae9c07abe
7
+ data.tar.gz: e62584523d362d94f858d1951b196ff70d240a9f6aecaf14d4db62d0bbd9fa9d04c1ea518d4bf9cbf51663808226ac1b6665a38cdb39c92672077f3a0ecdffa0
data/README.md CHANGED
@@ -107,7 +107,7 @@ end
107
107
  3. Tag the repository:
108
108
 
109
109
  ```bash
110
- VERSION=2.0.12
110
+ VERSION=2.0.9
111
111
  git add lib/hubrise_client/version.rb
112
112
  git commit -m "Version $VERSION"
113
113
  git tag v$VERSION
@@ -39,8 +39,8 @@ module HubriseClient
39
39
 
40
40
  @response
41
41
  end
42
- rescue Errno::ECONNREFUSED
43
- raise HubriseError, "API is not reachable"
42
+ rescue Errno::ECONNREFUSED => e
43
+ raise HubriseError, "API is not reachable: #{e}"
44
44
  ensure
45
45
  callback.call(self, @response) if @http_request && callback
46
46
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module HubriseClient
3
- VERSION = "2.0.12"
3
+ VERSION = "2.0.13"
4
4
  end
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubrise_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.12
4
+ version: 2.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antoine Monnier
8
8
  - Nick Save
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-06-10 00:00:00.000000000 Z
12
+ date: 2025-02-17 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description:
15
- email:
14
+ description:
15
+ email:
16
16
  executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
@@ -31,7 +31,7 @@ homepage: https://github.com/HubRise/ruby-client
31
31
  licenses:
32
32
  - MIT
33
33
  metadata: {}
34
- post_install_message:
34
+ post_install_message:
35
35
  rdoc_options: []
36
36
  require_paths:
37
37
  - lib
@@ -46,8 +46,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  requirements: []
49
- rubygems_version: 3.1.6
50
- signing_key:
49
+ rubygems_version: 3.4.20
50
+ signing_key:
51
51
  specification_version: 4
52
52
  summary: HubRise Ruby client
53
53
  test_files: []