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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -1
- data/app/assets/javascripts/d3.js +1496 -930
- data/app/assets/javascripts/d3.min.js +2 -2
- data/app/assets/javascripts/d3.v7.js +1496 -930
- data/app/assets/javascripts/d3.v7.min.js +2 -2
- data/lib/d3/rails/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 909d8192e22a8322f67f997b81462dddcb8081c90d55f1ccae7c93183ffeacca
|
4
|
+
data.tar.gz: e188554b4263e6f1040b5a8130d3f8fbcde4f29910404f85293dc3ffd74d870b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1bc3b8162a5eff77fa2b6e050822cb331db9b02fd2a9788f1a0bb91e62903af42abfcfb0245bfbee33adb56fc347faa95f4ac438d6f1602761a6bd212cc80c7
|
7
|
+
data.tar.gz: 783c9bf2fa955e732f02c834282e296a7c6e0901c746ddb40604bc3ca4a6b5a09244b34d936cfcfa00ec89453adc339a09b7c07f2a0eef96a78d72c5ce96480a
|
data/CHANGELOG.md
CHANGED
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.
|
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
|
|