optimacms 0.1.40 → 0.1.41
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/models/optimacms/page.rb +1 -1
- data/app/views/optimacms/admin/pages/index.html.haml +2 -21
- data/app/views/optimacms/admin/templates/_form.html.haml +2 -2
- data/app/views/optimacms/admin/templates/index.html.haml +2 -13
- data/lib/optimacms/version.rb +1 -1
- data/spec/dummy/app/views/temp/_part2.html.haml +1 -0
- data/spec/dummy/log/development.log +2141 -0
- data/spec/dummy/tmp/pids/server.pid +1 -0
- metadata +5 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5548
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Ivak
|
|
@@ -470,6 +470,7 @@ files:
|
|
|
470
470
|
- spec/dummy/app/views/services/service.html.haml
|
|
471
471
|
- spec/dummy/app/views/temp/_h1.html
|
|
472
472
|
- spec/dummy/app/views/temp/_part1.html.haml
|
|
473
|
+
- spec/dummy/app/views/temp/_part2.html.haml
|
|
473
474
|
- spec/dummy/app/views/temp/html1.html
|
|
474
475
|
- spec/dummy/app/views/temp/p1.html.haml
|
|
475
476
|
- spec/dummy/app/views/temp/sitemap.xml.builder
|
|
@@ -2106,6 +2107,7 @@ files:
|
|
|
2106
2107
|
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
2107
2108
|
- spec/dummy/tmp/cache/assets/development/sprockets/f9c51fa87975943d31bc1bfd7cb684c6
|
|
2108
2109
|
- spec/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
|
|
2110
|
+
- spec/dummy/tmp/pids/server.pid
|
|
2109
2111
|
- spec/factories/page.rb
|
|
2110
2112
|
- spec/models/page_route_service_spec.rb
|
|
2111
2113
|
- spec/models/page_spec.rb
|
|
@@ -2180,6 +2182,7 @@ test_files:
|
|
|
2180
2182
|
- spec/dummy/app/views/temp/t1.html.haml
|
|
2181
2183
|
- spec/dummy/app/views/temp/_h1.html
|
|
2182
2184
|
- spec/dummy/app/views/temp/_part1.html.haml
|
|
2185
|
+
- spec/dummy/app/views/temp/_part2.html.haml
|
|
2183
2186
|
- spec/dummy/app/views/temp9/t2.html
|
|
2184
2187
|
- spec/dummy/app/views/temp9/t9.html
|
|
2185
2188
|
- spec/dummy/app/views/workers/contacts.html.haml
|
|
@@ -3814,6 +3817,7 @@ test_files:
|
|
|
3814
3817
|
- spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
|
|
3815
3818
|
- spec/dummy/tmp/cache/assets/development/sprockets/f9c51fa87975943d31bc1bfd7cb684c6
|
|
3816
3819
|
- spec/dummy/tmp/cache/assets/development/sprockets/ff9ed89418a3f78032b8f8184dd98e80
|
|
3820
|
+
- spec/dummy/tmp/pids/server.pid
|
|
3817
3821
|
- spec/factories/page.rb
|
|
3818
3822
|
- spec/models/page_route_service_spec.rb
|
|
3819
3823
|
- spec/models/page_spec.rb
|