optimacms 0.1.31 → 0.1.32
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/optimacms/page_services/page_route_service.rb +2 -4
- data/lib/optimacms/version.rb +1 -1
- data/test/dummy/log/development.log +1160 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +4 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
10084
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: optimacms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Ivak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -2495,6 +2495,7 @@ files:
|
|
|
2495
2495
|
- test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
|
|
2496
2496
|
- test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
|
|
2497
2497
|
- test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
|
|
2498
|
+
- test/dummy/tmp/pids/server.pid
|
|
2498
2499
|
- test/fixtures/optimacms/articles.yml
|
|
2499
2500
|
- test/fixtures/optimacms/cms_users.yml
|
|
2500
2501
|
- test/integration/navigation_test.rb
|
|
@@ -4655,6 +4656,7 @@ test_files:
|
|
|
4655
4656
|
- test/dummy/tmp/cache/assets/development/sprockets/fedc8f629673405d3bbcd26e9e0b977d
|
|
4656
4657
|
- test/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
|
|
4657
4658
|
- test/dummy/tmp/cache/assets/development/sprockets/fff5cc1f57d172a75379719781f39cea
|
|
4659
|
+
- test/dummy/tmp/pids/server.pid
|
|
4658
4660
|
- test/fixtures/optimacms/articles.yml
|
|
4659
4661
|
- test/fixtures/optimacms/cms_users.yml
|
|
4660
4662
|
- test/integration/navigation_test.rb
|