pages_cms 0.0.1 → 0.0.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3e1cfd32a091dbbd67327797f767390647b3d56
|
|
4
|
+
data.tar.gz: dffbb77d60e7e7002b197fe3d3b6559d20a5c4b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d7993715ad3d51005f5d10857dce6ccdba2ad668f42a6c2d7ab27d0e4eedf311e825b1df0ebdef54c493eaf5b3cfb2396861a3f3a527247e4e8e0869cedb011
|
|
7
|
+
data.tar.gz: 580365465ad19ee4a4b469a89438f6725a458278eea7f8b6f555f3754eca254aae1d1acf8409211ca4332da24cf2840e8008a895f72eca96a58b4534b59df2e3
|
|
File without changes
|
|
File without changes
|
data/lib/pages_cms/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pages_cms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Colin Walker
|
|
@@ -268,6 +268,8 @@ files:
|
|
|
268
268
|
- app/views/pages_cms/pages/_main.html.haml
|
|
269
269
|
- app/views/pages_cms/pages/show.html.haml
|
|
270
270
|
- config/routes.rb
|
|
271
|
+
- db/migrate/20150609171657_create_initial_db.rb
|
|
272
|
+
- db/schema.rb
|
|
271
273
|
- lib/generators/pages_cms/Install_generator.rb
|
|
272
274
|
- lib/generators/pages_cms/views_generator.rb
|
|
273
275
|
- lib/pages_cms.rb
|
|
@@ -304,8 +306,6 @@ files:
|
|
|
304
306
|
- test/dummy/config/locales/en.yml
|
|
305
307
|
- test/dummy/config/routes.rb
|
|
306
308
|
- test/dummy/config/secrets.yml
|
|
307
|
-
- test/dummy/db/migrate/20150609171657_create_initial_db.rb
|
|
308
|
-
- test/dummy/db/schema.rb
|
|
309
309
|
- test/dummy/log/development.log
|
|
310
310
|
- test/dummy/log/test.log
|
|
311
311
|
- test/dummy/public/404.html
|
|
@@ -1191,8 +1191,6 @@ test_files:
|
|
|
1191
1191
|
- test/dummy/config/routes.rb
|
|
1192
1192
|
- test/dummy/config/secrets.yml
|
|
1193
1193
|
- test/dummy/config.ru
|
|
1194
|
-
- test/dummy/db/migrate/20150609171657_create_initial_db.rb
|
|
1195
|
-
- test/dummy/db/schema.rb
|
|
1196
1194
|
- test/dummy/log/development.log
|
|
1197
1195
|
- test/dummy/log/test.log
|
|
1198
1196
|
- test/dummy/public/404.html
|