cytoplasm 0.4.1 → 0.4.2
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.
data/lib/cytoplasm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cytoplasm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -174,6 +174,7 @@ files:
|
|
|
174
174
|
- lib/cytoplasm/ajax.rb
|
|
175
175
|
- lib/cytoplasm/plugins/button.rb
|
|
176
176
|
- lib/cytoplasm/plugins/colorpicker.rb
|
|
177
|
+
- lib/cytoplasm/plugins/field.rb
|
|
177
178
|
- lib/cytoplasm/plugins/radio.rb
|
|
178
179
|
- lib/cytoplasm/plugins/select.rb
|
|
179
180
|
- lib/cytoplasm/plugins/slider.rb
|
|
@@ -471,7 +472,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
471
472
|
version: '0'
|
|
472
473
|
segments:
|
|
473
474
|
- 0
|
|
474
|
-
hash:
|
|
475
|
+
hash: -2204795588863310789
|
|
475
476
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
476
477
|
none: false
|
|
477
478
|
requirements:
|
|
@@ -480,7 +481,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
480
481
|
version: '0'
|
|
481
482
|
segments:
|
|
482
483
|
- 0
|
|
483
|
-
hash:
|
|
484
|
+
hash: -2204795588863310789
|
|
484
485
|
requirements: []
|
|
485
486
|
rubyforge_project:
|
|
486
487
|
rubygems_version: 1.8.24
|