motion-kit-events 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/motion-kit-events/version.rb +1 -1
- metadata +6 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 228f808aafa79e6396ab259827264e2c7266218c
|
4
|
+
data.tar.gz: 4ec68b8f70e53c1554a912865136b9931693611f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abe15012b9497f4331f2f57161dfd2c0fecf2f094d52fab2bfaaf42030fd70df83c07e95547b48252e5d5befb01602a505a1e948674fbb493fe8a64113a49fa7
|
7
|
+
data.tar.gz: e1d9801828b3880650fae762a9f1ba6fabb0b414bca2e38ab2e48946136a0419cf447d85af3ad487407a5e9151d56e1b5ee73040a30b51bac69c2f493a4359e1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motion-kit-events
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Colin T.A. Gray
|
@@ -39,7 +39,12 @@ dependencies:
|
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
description: |
|
42
|
+
== Description
|
43
|
+
|
42
44
|
Use +on+ and +trigger+ to send generic events from the layout to the controller.
|
45
|
+
|
46
|
+
Sounds simple, but this enables a powerful method of keeping your UI logic
|
47
|
+
contained in your Layout files.
|
43
48
|
email:
|
44
49
|
- colinta@gmail.com
|
45
50
|
executables: []
|