roda-component 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/roda/component/element.rb +5 -0
- data/lib/roda/component/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f4a5eae005846dcc62d4f857ab356a2c4e84d7d
|
4
|
+
data.tar.gz: 553ff76fca4ffce5052fc99a70a5a707e7b92da3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b03cb1ec47537a9eda3f27575e0a39a340015da850a6721e7204962c647a98a181c70b31904096218deac5c917ec7b623ebc6fcffab991263211fd402ef3322
|
7
|
+
data.tar.gz: 6ccf36087e6be7d7e6ba42a8a8a614a6f0d5dee55cf492025bc23fc27b7f2922fe3cf68f5d305a7604f5a7dfca576a4c244b21fe1719314b29fb1098c6f896eb
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: roda-component
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- cj
|
@@ -321,6 +321,7 @@ files:
|
|
321
321
|
- Rakefile
|
322
322
|
- lib/roda/component.rb
|
323
323
|
- lib/roda/component/dom.rb
|
324
|
+
- lib/roda/component/element.rb
|
324
325
|
- lib/roda/component/events.rb
|
325
326
|
- lib/roda/component/faye.rb
|
326
327
|
- lib/roda/component/form.rb
|