woocommerce-ruby3-api 1.5.1 → 1.5.2

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: e42f8da0504dcc9b35ee61e8b5165b2bac2c8f0c66bb08fcd3955145a2c94ef5
4
- data.tar.gz: 708a6741110d8721fac043e2a0446110e29bc6116d9e97d3a9515aa279ca5611
3
+ metadata.gz: 881185e578b5ac0cc7befe360c066912d3968618812133654d56c3db3f389e79
4
+ data.tar.gz: e379ba148da036fba958912c8079873a22bbfebf71faf0aec76560a0dd56e8f8
5
5
  SHA512:
6
- metadata.gz: 05a0c2450deb9186d1080e3dd2b1a82d556fb74cbeb3154ed638ed82a42dc3fb2069f27688944c61c3aab422e2079547e096f28ff306d28c855d5d23c8311cd5
7
- data.tar.gz: 9a5aa4105ee99d2639537efe9064d7cc8dcd1c701b6913fa3e69820bdd34b97c845dd2eae4ccbcc49c7c3b6597f3f651ce2ff68573878270b874b08cd114cf4a
6
+ metadata.gz: e67d20be2d1f5179b2045cbe80b1d5fc209c873c21537f0cc362fd2fcadbe6f87ede8e4000c3b1d43eaae4675c6d36074f8288b29cf56537d34affbdfdf01a08
7
+ data.tar.gz: 6267243d74dc3ceb5775cba2a9388b441b8abad34b2f068318f5a6e79d1f387cc6231f105b51853ab9800cdc2c2574dacd0eb0bdc4cda2bc98ba4bb10d67abd6
data/README.md CHANGED
@@ -208,7 +208,9 @@ puts response.headers["x-wc-totalpages"] # Total of pages
208
208
  ## Release History
209
209
 
210
210
  ### Ruby 3 Version (woocommerce-ruby3-api)
211
- - 2025-10-04 - 1.5.0 - Initial fork with Ruby 3+ compatibility using Addressable::URI and base64 gem
211
+ - 2025-04-11 - 1.5.2 - Fixes gemfile.lock issue.
212
+ - 2025-04-11 - 1.5.1 - Adds RuboCop for code quality. Fixes RuboCop violations. Refactors code and tests for easier maintainability.
213
+ - 2025-04-10 - 1.5.0 - Update code for Ruby 3.1+ compatibility using Addressable::URI and base64 gem. Add Github CI actions.
212
214
 
213
215
  ### Original Project (woocommerce_api)
214
216
  - 2016-12-14 - 1.4.0 - Introduces `httparty_args` arg and fixed compatibility with WordPress 4.7.
@@ -232,6 +234,8 @@ puts response.headers["x-wc-totalpages"] # Total of pages
232
234
  4. Push to the branch (`git push origin my-new-feature`)
233
235
  5. Create new Pull Request
234
236
 
237
+ Adding an issue to start a discussion about your change would be appreciated.
238
+
235
239
  ## License
236
240
 
237
241
  Released under the [MIT License](LICENSE).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WooCommerce
4
- VERSION = "1.5.1"
4
+ VERSION = "1.5.2"
5
5
  end
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.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Sanches