polyblock 0.6.0 → 0.6.1
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.
- checksums.yaml +4 -4
- data/app/helpers/polyblock/application_helper.rb +18 -33
- data/app/models/polyblock/block.rb +32 -10
- data/app/views/polyblock/_simple_fields_for.html.haml +1 -0
- data/lib/polyblock/version.rb +1 -1
- data/test/dummy/app/views/home/index.html.haml +2 -2
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +2125 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1eacdbb3be88857a9387909bc1ae555c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d09e190e75f7ec3bc98994e13a005699 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +4 -2
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
35837
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: polyblock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MacKinley Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -2548,6 +2548,7 @@ files:
|
|
2548
2548
|
- test/dummy/tmp/cache/assets/development/sprockets/ffb79443786077c55e033012dcb39372
|
2549
2549
|
- test/dummy/tmp/cache/assets/development/sprockets/ffdb359321552b05439e0337844f817d
|
2550
2550
|
- test/dummy/tmp/cache/assets/development/sprockets/fffa8f692e900a66d630702707280ecc
|
2551
|
+
- test/dummy/tmp/pids/server.pid
|
2551
2552
|
- test/fixtures/polyblock/blocks.yml
|
2552
2553
|
- test/helpers/polyblock/polyblocks_helper_test.rb
|
2553
2554
|
- test/integration/navigation_test.rb
|
@@ -4921,6 +4922,7 @@ test_files:
|
|
4921
4922
|
- test/dummy/tmp/cache/assets/development/sprockets/ffb79443786077c55e033012dcb39372
|
4922
4923
|
- test/dummy/tmp/cache/assets/development/sprockets/ffdb359321552b05439e0337844f817d
|
4923
4924
|
- test/dummy/tmp/cache/assets/development/sprockets/fffa8f692e900a66d630702707280ecc
|
4925
|
+
- test/dummy/tmp/pids/server.pid
|
4924
4926
|
- test/fixtures/polyblock/blocks.yml
|
4925
4927
|
- test/helpers/polyblock/polyblocks_helper_test.rb
|
4926
4928
|
- test/integration/navigation_test.rb
|