knockoutjs-rails 3.4.0 → 3.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +3 -0
- data/lib/knockoutjs-rails/version.rb +1 -1
- data/vendor/assets/javascripts/knockout.js +135 -5867
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 97938ffa359894af30dabedeb398ce34d97934197da73e448f52e46dfb554493
|
4
|
+
data.tar.gz: 02c508855d851a6a62ab38dcf81ccf9f38aef99a95219353937cadffa2855aa7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1d8a7491e60f2bed2a7475e61e5561a1d121beb23223319edd81843778fc74d6dfd41e997757a80733a11178ec3c25af54bc01abf8e8ddb9d7eeb8ad054f18d
|
7
|
+
data.tar.gz: 6ea2a22cb8adc329fa1191201ff4533b95ad9c2f2fc2dedce39415d3c80b260520bc2180dc5ddcf926b7cb1f5c802e0626fa9948ed886d574f157611c10948d3
|
data/README.md
CHANGED
@@ -32,3 +32,6 @@ The major and minor version numbers will always represent the Knockout.js versio
|
|
32
32
|
may differ should a fix to gem need to be pushed before Knockout.js ships an update to the library.
|
33
33
|
|
34
34
|
When the versions differ, it will be noted in the README.
|
35
|
+
|
36
|
+
- Version 3.4.0.1 of knockoutjs-rails was released to declare compatibility
|
37
|
+
with Rails 5, while still using version 3.4.0 of Knockout.js.
|