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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 89017fcfcfc1f72d9d72cf6c9f8274261cebc10c
4
- data.tar.gz: 880e18223ec85fd7f468d975ca4132ce5d6eed0e
2
+ SHA256:
3
+ metadata.gz: 97938ffa359894af30dabedeb398ce34d97934197da73e448f52e46dfb554493
4
+ data.tar.gz: 02c508855d851a6a62ab38dcf81ccf9f38aef99a95219353937cadffa2855aa7
5
5
  SHA512:
6
- metadata.gz: e75993ebe967fe9a7464fc294ad0e8035f2132a79dca7510b50e37d4386acd28e0a11dec6867af00518f21951a66b762397f8ebe94db2502689a10ccc391415b
7
- data.tar.gz: 64b06ff23c2a09e5ee820458b639389ebe2b61591cd43565582a3cc85837fb3ae565f816382fe32f03ad344518d171e1ddef4b84e70ca1079479a0776ba8a563
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.
@@ -1,5 +1,5 @@
1
1
  module Knockoutjs
2
2
  module Rails
3
- VERSION = "3.4.0"
3
+ VERSION = "3.5.1"
4
4
  end
5
5
  end