cytoplasm 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/javascripts/cytoplasm/cytoColorPicker.js.erb +22 -2
- data/app/views/cytoplasm/settings/_colors.html.erb +8 -16
- data/app/views/cytoplasm/settings/_height_slider.erb +5 -0
- data/app/views/cytoplasm/settings/_layout.html.erb +28 -100
- data/app/views/cytoplasm/settings/_position_radio.erb +5 -0
- data/app/views/cytoplasm/settings/_spacing_sliders.erb +15 -0
- data/lib/cytoplasm/plugins/colorpicker.rb +5 -0
- data/lib/cytoplasm/plugins/radio.rb +1 -1
- data/lib/cytoplasm/plugins/slider.rb +5 -0
- data/lib/cytoplasm/plugins/table.rb +2 -8
- data/lib/cytoplasm/version.rb +1 -1
- data/test/dummy/config/cytoplasm-config.yml +11 -1
- data/test/dummy/log/development.log +17801 -0
- data/test/dummy/public/fonts/enabled.yml +0 -1
- data/test/dummy/tmp/cache/assets/CD8/900/sprockets%2Fc68606f026190266d8099ada290bbaa4 +0 -0
- data/test/dummy/tmp/cache/assets/D69/0A0/sprockets%2Fe6c078d521b528e004f5dd673ddb2a6d +0 -0
- data/test/dummy/tmp/cache/assets/D78/840/sprockets%2F326ec6387a9d1b45ec2cdf7093b79f0e +0 -0
- metadata +7 -4
Binary file
|
Binary file
|
Binary file
|
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.1
|
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-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -155,7 +155,10 @@ files:
|
|
155
155
|
- app/views/cytoplasm/performance/layout.html.erb
|
156
156
|
- app/views/cytoplasm/performance/precompile.html.erb
|
157
157
|
- app/views/cytoplasm/settings/_colors.html.erb
|
158
|
+
- app/views/cytoplasm/settings/_height_slider.erb
|
158
159
|
- app/views/cytoplasm/settings/_layout.html.erb
|
160
|
+
- app/views/cytoplasm/settings/_position_radio.erb
|
161
|
+
- app/views/cytoplasm/settings/_spacing_sliders.erb
|
159
162
|
- app/views/cytoplasm/settings/advanced.html.erb
|
160
163
|
- app/views/cytoplasm/settings/colors.html.erb
|
161
164
|
- app/views/cytoplasm/settings/general.html.erb
|
@@ -468,7 +471,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
468
471
|
version: '0'
|
469
472
|
segments:
|
470
473
|
- 0
|
471
|
-
hash:
|
474
|
+
hash: 4216613675448058037
|
472
475
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
473
476
|
none: false
|
474
477
|
requirements:
|
@@ -477,7 +480,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
477
480
|
version: '0'
|
478
481
|
segments:
|
479
482
|
- 0
|
480
|
-
hash:
|
483
|
+
hash: 4216613675448058037
|
481
484
|
requirements: []
|
482
485
|
rubyforge_project:
|
483
486
|
rubygems_version: 1.8.24
|