polyblock 0.5.7 → 0.5.8
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/lib/polyblock/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c1c334a805b9384299f668f01356a7383d085c1
|
|
4
|
+
data.tar.gz: 00840da54df0b423cbeec96ece0495de5302c328
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95ca22b6eb617256c2bd4b109da5cc1a5f2588385a8ee67b295e1fc6be52da8fbeb8a2a4fb5bcd7dfbe53f39295ef5d750319024a0a42a775650277ba82bb52d
|
|
7
|
+
data.tar.gz: 970f3fd65b551c70026f4ad294a584b7a2de5727639209e7d8204a86d7adefd218e59429884e6863406a170b2c509a6089141e7d0025242b5aeb44cac2f9deaf
|
data/lib/polyblock/version.rb
CHANGED
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.5.
|
|
4
|
+
version: 0.5.8
|
|
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-05-
|
|
11
|
+
date: 2014-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -157,6 +157,9 @@ executables: []
|
|
|
157
157
|
extensions: []
|
|
158
158
|
extra_rdoc_files: []
|
|
159
159
|
files:
|
|
160
|
+
- MIT-LICENSE
|
|
161
|
+
- README.rdoc
|
|
162
|
+
- Rakefile
|
|
160
163
|
- app/assets/javascripts/beautify-css.js
|
|
161
164
|
- app/assets/javascripts/beautify-html.js
|
|
162
165
|
- app/assets/javascripts/beautify.js
|
|
@@ -196,16 +199,15 @@ files:
|
|
|
196
199
|
- lib/generators/polyblock/install/install_generator.rb
|
|
197
200
|
- lib/generators/polyblock/install/templates/ckeditor_migration.rb
|
|
198
201
|
- lib/generators/polyblock/install/templates/polyblock_migration.rb
|
|
202
|
+
- lib/polyblock.rb
|
|
199
203
|
- lib/polyblock/engine.rb
|
|
200
204
|
- lib/polyblock/has_polyblock.rb
|
|
201
205
|
- lib/polyblock/version.rb
|
|
202
|
-
- lib/polyblock.rb
|
|
203
206
|
- lib/tasks/ckeditor.rake
|
|
204
207
|
- lib/tasks/polyblock_tasks.rake
|
|
205
|
-
- MIT-LICENSE
|
|
206
|
-
- Rakefile
|
|
207
|
-
- README.rdoc
|
|
208
208
|
- test/controllers/polyblock/polyblocks_controller_test.rb
|
|
209
|
+
- test/dummy/README.rdoc
|
|
210
|
+
- test/dummy/Rakefile
|
|
209
211
|
- test/dummy/app/assets/javascripts/application.js
|
|
210
212
|
- test/dummy/app/assets/javascripts/events.js
|
|
211
213
|
- test/dummy/app/assets/javascripts/home.js
|
|
@@ -227,6 +229,7 @@ files:
|
|
|
227
229
|
- test/dummy/bin/bundle
|
|
228
230
|
- test/dummy/bin/rails
|
|
229
231
|
- test/dummy/bin/rake
|
|
232
|
+
- test/dummy/config.ru
|
|
230
233
|
- test/dummy/config/application.rb
|
|
231
234
|
- test/dummy/config/boot.rb
|
|
232
235
|
- test/dummy/config/database.yml
|
|
@@ -244,7 +247,6 @@ files:
|
|
|
244
247
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
245
248
|
- test/dummy/config/locales/en.yml
|
|
246
249
|
- test/dummy/config/routes.rb
|
|
247
|
-
- test/dummy/config.ru
|
|
248
250
|
- test/dummy/db/development.sqlite3
|
|
249
251
|
- test/dummy/db/migrate/20140107201539_create_ckeditor_assets.rb
|
|
250
252
|
- test/dummy/db/migrate/20140107201540_create_polyblock_blocks.rb
|
|
@@ -259,8 +261,6 @@ files:
|
|
|
259
261
|
- test/dummy/public/ckeditor_assets/pictures/1/original_wallpaperpackz_1.jpg
|
|
260
262
|
- test/dummy/public/ckeditor_assets/pictures/1/thumb_wallpaperpackz_1.jpg
|
|
261
263
|
- test/dummy/public/favicon.ico
|
|
262
|
-
- test/dummy/Rakefile
|
|
263
|
-
- test/dummy/README.rdoc
|
|
264
264
|
- test/dummy/test/controllers/events_controller_test.rb
|
|
265
265
|
- test/dummy/test/controllers/home_controller_test.rb
|
|
266
266
|
- test/dummy/test/fixtures/events.yml
|
|
@@ -2570,7 +2570,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2570
2570
|
version: '0'
|
|
2571
2571
|
requirements: []
|
|
2572
2572
|
rubyforge_project:
|
|
2573
|
-
rubygems_version: 2.
|
|
2573
|
+
rubygems_version: 2.2.2
|
|
2574
2574
|
signing_key:
|
|
2575
2575
|
specification_version: 4
|
|
2576
2576
|
summary: Polymorphic content blocks made simple.
|