twine-rails 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/assets/javascripts/twine.js.coffee +2 -0
- data/lib/twine-rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27fb7b3fbeafa982d87a6f4d09b9d6d06560f4ee
|
4
|
+
data.tar.gz: 083feb916e071f78a98ff07a95fc31a88980fcc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cae80a95cfe88fb91d6566ac4c9d704191f0b3bd3ba3a9b8d9c708d3318517ebcc9152e4d1a10bc43a56bbab9605a58be4a3d52093777a391749553392240a74
|
7
|
+
data.tar.gz: d8beafb7a24afa1ced8dc3e1b00b1e8364418573ade3d11b9639f3300881f6d065d0fe215ac6a767338a2619d71c1d5476d0fd2653f272c696400101914a7b1f
|
@@ -286,6 +286,8 @@ setupAttributeBinding = (attributeName, bindingName) ->
|
|
286
286
|
return if newValue == lastValue
|
287
287
|
node[attributeName] = lastValue = newValue
|
288
288
|
|
289
|
+
fireCustomChangeEvent(node) if attributeName == 'checked'
|
290
|
+
|
289
291
|
for attribute in ['placeholder', 'checked', 'disabled', 'href', 'title', 'readOnly', 'src']
|
290
292
|
setupAttributeBinding(attribute, attribute)
|
291
293
|
|
data/lib/twine-rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twine-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Li
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2015-02-
|
13
|
+
date: 2015-02-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: coffee-rails
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
88
|
rubyforge_project:
|
89
|
-
rubygems_version: 2.
|
89
|
+
rubygems_version: 2.4.5
|
90
90
|
signing_key:
|
91
91
|
specification_version: 4
|
92
92
|
summary: Minimalistic two-way bindings
|