cytoplasm 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- data/app/controllers/cytoplasm/performance_controller.rb +4 -0
- data/app/views/cytoplasm/dash/index.html.erb +3 -3
- data/app/views/cytoplasm/performance/layout.html.erb +2 -0
- data/app/views/cytoplasm/transitions/index.html.erb +1 -1
- data/app/views/cytoplasm/transitions/layout.html.erb +2 -0
- data/app/views/cytoplasm/transitions/new.html.erb +2 -0
- data/config/routes.rb +4 -1
- data/lib/cytoplasm/version.rb +1 -1
- data/test/dummy/Gemfile.lock +2 -2
- data/test/dummy/log/development.log +1546 -0
- metadata +4 -5
- data/test/dummy/tmp/pids/server.pid +0 -1
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.3.
|
4
|
+
version: 0.3.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -151,6 +151,7 @@ files:
|
|
151
151
|
- app/views/cytoplasm/fonts/manage.html.erb
|
152
152
|
- app/views/cytoplasm/fonts/show.html.erb
|
153
153
|
- app/views/cytoplasm/performance/index.html.erb
|
154
|
+
- app/views/cytoplasm/performance/layout.html.erb
|
154
155
|
- app/views/cytoplasm/performance/precompile.html.erb
|
155
156
|
- app/views/cytoplasm/settings/_colors.html.erb
|
156
157
|
- app/views/cytoplasm/settings/advanced.html.erb
|
@@ -405,7 +406,6 @@ files:
|
|
405
406
|
- test/dummy/tmp/cache/assets/E8C/480/sprockets%2Fdacb331ac961cf7b7cbc69abe8fb74dd
|
406
407
|
- test/dummy/tmp/cache/assets/E8D/B40/sprockets%2Fb862bf7fb4b4c634aeaa9dfc97babc6b
|
407
408
|
- test/dummy/tmp/cache/assets/E8E/EF0/sprockets%2F24ff3ab0d28d6edc3fcfbf9ba643e6ec
|
408
|
-
- test/dummy/tmp/pids/server.pid
|
409
409
|
- test/test_helper.rb
|
410
410
|
homepage: http://cytoplasm.mackinleysmith.com/
|
411
411
|
licenses: []
|
@@ -421,7 +421,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
421
421
|
version: '0'
|
422
422
|
segments:
|
423
423
|
- 0
|
424
|
-
hash:
|
424
|
+
hash: -817233754887172614
|
425
425
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
426
426
|
none: false
|
427
427
|
requirements:
|
@@ -430,7 +430,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
430
430
|
version: '0'
|
431
431
|
segments:
|
432
432
|
- 0
|
433
|
-
hash:
|
433
|
+
hash: -817233754887172614
|
434
434
|
requirements: []
|
435
435
|
rubyforge_project:
|
436
436
|
rubygems_version: 1.8.24
|
@@ -670,5 +670,4 @@ test_files:
|
|
670
670
|
- test/dummy/tmp/cache/assets/E8C/480/sprockets%2Fdacb331ac961cf7b7cbc69abe8fb74dd
|
671
671
|
- test/dummy/tmp/cache/assets/E8D/B40/sprockets%2Fb862bf7fb4b4c634aeaa9dfc97babc6b
|
672
672
|
- test/dummy/tmp/cache/assets/E8E/EF0/sprockets%2F24ff3ab0d28d6edc3fcfbf9ba643e6ec
|
673
|
-
- test/dummy/tmp/pids/server.pid
|
674
673
|
- test/test_helper.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
4183
|