namecheap 0.2.0 → 0.3.1

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ac9a157ca91cc9a4089e1e2bd74c2f83fd58b9d5b5e07d8eeccc3ac3ccc9d0e5
4
+ data.tar.gz: 164c6465fe12394adb24b8a7217b114bb35549af30c154016d8b26e44ac9e8ca
5
+ SHA512:
6
+ metadata.gz: 0e24890a03f3420defe8dda7102ba59b59d8f4171ddff4eb01fe15c06d3485c53b69293ecceecfa2911e1909e0cfaa206ee23656312452e9cad9e2698fb3b0bb
7
+ data.tar.gz: 1daca40cfe219520446afaa5c5518bafc64d3b44ef22a554afb20aea0a2f99a963da215132b3f96d28be82584faaec1c1608ab2c4ff7e9b0f4342cdc8abef61d
data/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## 0.3.1 (2026-07-25)
4
+
5
+ - Require Ruby 3.3 or newer and add CI coverage for supported Ruby versions.
6
+ - Fix required configuration validation for username and client IP.
7
+ - Fix PUT and DELETE request dispatch.
8
+ - Fix YAML configuration loading on modern Ruby.
9
+ - Replace accidental live-network specs with deterministic request tests.
10
+ - Modernize gem metadata, development tooling, and documentation.
11
+ - Allow sandbox or production selection independently of the Rails/Rack environment.
12
+
13
+ ## 0.3.0 (2014-08-18)
14
+
15
+ - Refactor the API wrappers and add Rails 3 compatibility.