d3-rails 7.0.0 → 7.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 872c8c61c83f4a64bac7ee1fa88bdbd866740c24f8f90a5bda16d1e36744fabd
4
- data.tar.gz: bce7e7c6211e662ff499e5b01d12c3a004bd4dae20cec53df5668d2b6c68848e
3
+ metadata.gz: 909d8192e22a8322f67f997b81462dddcb8081c90d55f1ccae7c93183ffeacca
4
+ data.tar.gz: e188554b4263e6f1040b5a8130d3f8fbcde4f29910404f85293dc3ffd74d870b
5
5
  SHA512:
6
- metadata.gz: 2d323d4461910aa437c2c82421ec1d34f6c810ff757cbe55d901bf5eacc6b30033b6ec1c43bf75300bcfbaad1acfb4d784642863cb86cd1d8476373a4b26e697
7
- data.tar.gz: 8c352574589f6f1bd4fe666b130fc966fbd66b667123ef84184677e95f4db475f5c45f91fc1c33cc6658429f8a312bc7337766d35f3755c4f23b9cd04a18f6e9
6
+ metadata.gz: f1bc3b8162a5eff77fa2b6e050822cb331db9b02fd2a9788f1a0bb91e62903af42abfcfb0245bfbee33adb56fc347faa95f4ac438d6f1602761a6bd212cc80c7
7
+ data.tar.gz: 783c9bf2fa955e732f02c834282e296a7c6e0901c746ddb40604bc3ca4a6b5a09244b34d936cfcfa00ec89453adc339a09b7c07f2a0eef96a78d72c5ce96480a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 7.8.5 (2 June 2023)
2
+ * Upgrade D3 to 7.8.5
3
+
1
4
  ## 7.0.0 (18 June 2021)
2
5
  * Update updater to update to version 7
3
6
  * Upgrade D3 to 7.0.0
data/README.md CHANGED
@@ -8,7 +8,7 @@ d3-rails provides D3 for Rails 3.1 and higher.
8
8
 
9
9
  ## Version
10
10
 
11
- d3-rails comes with version 7.0.0 of D3.js. The d3-rails version will
11
+ d3-rails comes with version 7.8.5 of D3.js. The d3-rails version will
12
12
  always mirror the version of D3. If you need a newer version of
13
13
  d3-rails, see section Development (below).
14
14