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 +4 -4
- data/README.md +5 -1
- data/lib/woocommerce_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 881185e578b5ac0cc7befe360c066912d3968618812133654d56c3db3f389e79
|
4
|
+
data.tar.gz: e379ba148da036fba958912c8079873a22bbfebf71faf0aec76560a0dd56e8f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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-
|
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).
|