knockoutjs-rails 3.4.0 → 3.4.0.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 +4 -4
- data/README.md +3 -0
- data/lib/knockoutjs-rails/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 778c4f6852e5539bec494d03b5d42cbb5ef75f5b
|
|
4
|
+
data.tar.gz: 84664132a9af519f368ebdb08dc48fc7108f54c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd4191e2823b6da87685b7b2125db1bdff86405008674d7fea0939c12cbc579eae349af1e35a3141318fd37e9ee91649e48768b73291a88fa66fde8b765cab7c
|
|
7
|
+
data.tar.gz: acf146a9ae1743e4ae63ab6e71dcc6d6a5830133bb7c5ea6894dac55af8691ab5f4e067eceaeed81eddadcc1a907fa091523c9051de657dd95f682d4cc6eeff9
|
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.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knockoutjs-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.0
|
|
4
|
+
version: 3.4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jacob Swanner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3.1'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '6'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3.1'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '6'
|
|
33
33
|
description: Knockout is a JavaScript library that helps you to create rich, responsive
|
|
34
34
|
display and editor user interfaces with a clean underlying data model
|
|
35
35
|
email:
|
|
@@ -68,3 +68,4 @@ signing_key:
|
|
|
68
68
|
specification_version: 4
|
|
69
69
|
summary: The Knockout.js JavaScript library ready for the Rails asset pipeline.
|
|
70
70
|
test_files: []
|
|
71
|
+
has_rdoc:
|