woocommerce-ruby3-api 1.5.4 → 1.5.5
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 +1 -0
- data/lib/woocommerce_api/version.rb +1 -1
- data/woocommerce-ruby3-api.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7cfef3a3eb43268d7efc5ce9db4aae0c4a3b4b836ed0d252142ae09f4d13ce5
|
|
4
|
+
data.tar.gz: 263c78dfc4de82c35c55883aea68a453b011ba03dd03ad8ca09f09c3ced4e169
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0a54410fc6070f32cadb669dbd676dd6be4ffdfd10d46ae791e935da026c7fe66beb383b36e0645cd3b6995a77ca3d18d3dd1a6b88dceb717381e261bca254d
|
|
7
|
+
data.tar.gz: 323d60f403e565d99334de9b6df6235193acb31556ff5f97254fddd2d83a236375aa92546ae57ee59282ab59057ad96773f5926c77279a137ffdb69436795fc7
|
data/README.md
CHANGED
|
@@ -208,6 +208,7 @@ puts response.headers["x-wc-totalpages"] # Total of pages
|
|
|
208
208
|
## Release History
|
|
209
209
|
|
|
210
210
|
### Ruby 3 Version (woocommerce-ruby3-api)
|
|
211
|
+
- 2026-06-08 - 1.5.5 - Bump addressable dependency to ~> 2.9.0.
|
|
211
212
|
- 2025-04-11 - 1.5.3 - Hides sensitive information from ruby "inspect". Prevents accidental exposure in logs or console output.
|
|
212
213
|
- 2025-04-11 - 1.5.2 - Fixes gemfile.lock issue.
|
|
213
214
|
- 2025-04-11 - 1.5.1 - Adds RuboCop for code quality. Fixes RuboCop violations. Refactors code and tests for easier maintainability.
|
|
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
|
|
|
31
31
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
32
32
|
s.extra_rdoc_files = ["README.md", "LICENSE"]
|
|
33
33
|
|
|
34
|
-
s.add_runtime_dependency "addressable", "~> 2.
|
|
34
|
+
s.add_runtime_dependency "addressable", "~> 2.9.0"
|
|
35
35
|
s.add_runtime_dependency "base64", "~> 0.2.0"
|
|
36
36
|
s.add_runtime_dependency "httparty", "~> 0.24.0"
|
|
37
37
|
s.add_runtime_dependency "json", "~> 2.10.2", ">= 2.6.0"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: woocommerce-ruby3-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Sanches
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.
|
|
19
|
+
version: 2.9.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.
|
|
26
|
+
version: 2.9.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: base64
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
123
|
version: '0'
|
|
124
124
|
requirements: []
|
|
125
|
-
rubygems_version:
|
|
125
|
+
rubygems_version: 4.0.6
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: A Ruby 3+ wrapper for the WooCommerce API
|
|
128
128
|
test_files: []
|