wasabi 5.0.2 → 5.0.3
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/CHANGELOG.md +4 -0
- data/lib/wasabi/version.rb +1 -1
- metadata +13 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa7b2c3c621da06cf8c445204da8b3573e10bd72887524480787a447ea8d0433
|
|
4
|
+
data.tar.gz: b74bff5bdd7ad553ab8e53ab1466e612b92485a098ab517d7c2b2bafcbcef4c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da865a6c0b63f62ba38282d19d0d3541afcbb122a9aff9a41574587e63a382911452e8abfc15c9a327c4697fe3cafe056676c3ade9a1cb040787e5568ba15ec0
|
|
7
|
+
data.tar.gz: 1e2e5f1932252056d5e65b481f58ea85e9c17d4391bb8ee405de844da8fa391963f56bfa816dfc7b6f6f6a5a66930ca47c0c821e12d274a5398cddd7ec777fe3
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
- _Your new line here. Mind the style of prefix used in the rest of the document._
|
|
6
6
|
|
|
7
|
+
## 5.0.3 (2024-07-20)
|
|
8
|
+
|
|
9
|
+
- Relax faraday version restriction by @ChristopherBert in https://github.com/savonrb/wasabi/pull/120
|
|
10
|
+
|
|
7
11
|
## 5.0.2 (2024-02-27)
|
|
8
12
|
|
|
9
13
|
- Fix input/output for style="rpc" operations ([#119](https://github.com/savonrb/wasabi/pull/119)).
|
data/lib/wasabi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wasabi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Harrington
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '1.9'
|
|
20
|
+
- - "<"
|
|
18
21
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
22
|
+
version: '3'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '1.9'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
32
|
+
version: '3'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: nokogiri
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -73,7 +79,7 @@ licenses:
|
|
|
73
79
|
- MIT
|
|
74
80
|
metadata:
|
|
75
81
|
changelog_uri: https://github.com/savonrb/wasabi/blob/master/CHANGELOG.md
|
|
76
|
-
documentation_uri: https://www.rubydoc.info/gems/wasabi/5.0.
|
|
82
|
+
documentation_uri: https://www.rubydoc.info/gems/wasabi/5.0.3
|
|
77
83
|
source_code_uri: https://github.com/savonrb/wasabi
|
|
78
84
|
bug_tracker_uri: https://github.com/savonrb/wasabi/issues
|
|
79
85
|
rubygems_mfa_required: 'true'
|