polyblock 0.4.0 → 0.4.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/assets/javascripts/polyblock/polyblock.js.coffee +29 -18
- data/app/views/polyblock/_editor_bar.html.erb +2 -2
- data/lib/polyblock/version.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +16290 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1926295578648cdc013840b112b4549a +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/54e6936a11d8f5cdf5fa2f48475d2207 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/65a5689d2de3f83bcc1531b0bd7918ce +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/80a9daa2db75d17e5e24d7442ccb41bc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/98c83dce67cf84818203c6f995f4ba36 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f1087ef68b351492e06aa6cfd82d0438 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +4 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5655
|
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.4.
|
|
4
|
+
version: 0.4.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-02-
|
|
11
|
+
date: 2014-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -1493,6 +1493,7 @@ files:
|
|
|
1493
1493
|
- test/dummy/tmp/cache/assets/development/sprockets/ff61dbc17d234bd987651f689838d26a
|
|
1494
1494
|
- test/dummy/tmp/cache/assets/development/sprockets/ffdb359321552b05439e0337844f817d
|
|
1495
1495
|
- test/dummy/tmp/cache/assets/development/sprockets/fffa8f692e900a66d630702707280ecc
|
|
1496
|
+
- test/dummy/tmp/pids/server.pid
|
|
1496
1497
|
- test/fixtures/polyblock/blocks.yml
|
|
1497
1498
|
- test/helpers/polyblock/polyblocks_helper_test.rb
|
|
1498
1499
|
- test/integration/navigation_test.rb
|
|
@@ -2813,6 +2814,7 @@ test_files:
|
|
|
2813
2814
|
- test/dummy/tmp/cache/assets/development/sprockets/ff61dbc17d234bd987651f689838d26a
|
|
2814
2815
|
- test/dummy/tmp/cache/assets/development/sprockets/ffdb359321552b05439e0337844f817d
|
|
2815
2816
|
- test/dummy/tmp/cache/assets/development/sprockets/fffa8f692e900a66d630702707280ecc
|
|
2817
|
+
- test/dummy/tmp/pids/server.pid
|
|
2816
2818
|
- test/fixtures/polyblock/blocks.yml
|
|
2817
2819
|
- test/helpers/polyblock/polyblocks_helper_test.rb
|
|
2818
2820
|
- test/integration/navigation_test.rb
|