constructor-cms 0.8.19 → 0.9.0

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: 0024bae9c5a9a67d8bb07c24d15ff9e5152cad34
4
- data.tar.gz: 7e93302a1f99221dd877195dd7ae627e1b794dfd
3
+ metadata.gz: c171064cb86006f1f6054c01296b366dc5f84850
4
+ data.tar.gz: 13799e416afe8571056ad7f12bec5575266db723
5
5
  SHA512:
6
- metadata.gz: 948be14288ed622330f830559c2c2d5ba5505e627bce5823515083a2c7beeec341d9eb7441f66cd949bc203634a53123192de6864c5e8ab30c71a90f225d51e9
7
- data.tar.gz: 42aa307be2da590f063499cf693d6c8838fe410b5aeb6c1bf273831bf13ceeaa48101fca5c02fb19069bd7359a33e87a4e6947684ee333d6d251a1c4243794f0
6
+ metadata.gz: af92936da80bd717b8681ae39aa64ea76f3c719194efab69957c0a4b8c5c496556b7ffa4ed018dba1a37a21b5eb500642d37e21f2e03daf3005e242af952164b
7
+ data.tar.gz: 946ebb7760b77f3fe63b8f39471cfdd328bc245ad55c221f18bd17be08a374ffe2b00c5547ff909980240e8e939eb6dfb24706aa58b795edac2fd681d6629a33
data/README.md CHANGED
@@ -12,7 +12,7 @@ Constructor – an open source Ruby on Rails content management system for Rails
12
12
 
13
13
  ### Add to Gemfile
14
14
 
15
- gem 'constructor-cms', '~> 0.8.19'
15
+ gem 'constructor-cms', '~> 0.9.0'
16
16
 
17
17
  ### Install
18
18
 
@@ -0,0 +1 @@
1
+ | Home page
@@ -1,10 +1,10 @@
1
- !!!
2
- %html
3
- %head
4
- %title Dummy
1
+ doctype html
2
+ html
3
+ head
4
+ title Dummy
5
5
  = stylesheet_link_tag 'application', media: 'all'
6
6
  = javascript_include_tag 'application'
7
7
  = csrf_meta_tags
8
8
 
9
- %body
9
+ body
10
10
  = yield
@@ -5,7 +5,7 @@
5
5
  = link_to '×', '#', class: 'close', 'data-dismiss' => 'alert'
6
6
  - @page.errors.full_messages.each do |m|
7
7
  = m
8
- This page show edit with template
8
+ | This page show edit with template
9
9
  .form-horizontal
10
10
  .control-group
11
11
  = f.label :active, class: 'control-label'
@@ -24,11 +24,11 @@
24
24
  = f.label :url, class: 'control-label'
25
25
  .controls
26
26
  .full_url
27
- %span.path>= @page.parent.full_url if @page.parent
28
- \/
29
- %span.address>= @page.url
27
+ span.path>= @page.parent.full_url if @page.parent
28
+ | /
29
+ span.address>= @page.url
30
30
  = f.text_field :url, class: 'span3'
31
- %i.address_icon.icon-pencil
31
+ i.address_icon.icon-pencil
32
32
 
33
33
  = render partial: 'field', collection: @page.fields
34
34
 
@@ -52,21 +52,21 @@
52
52
  .controls
53
53
  = f.text_field :redirect, class: 'span9'
54
54
  .control-group
55
- %label.control-label=t :display_in
55
+ label.control-label=t :display_in
56
56
  .controls
57
- %label.checkbox.inline.span2{for: 'in_menu'}
57
+ label.checkbox.inline.span2 for='in_menu'
58
58
  = f.check_box :in_menu
59
59
  =t :menu
60
60
 
61
- %label.checkbox.inline.span2{for: 'in_map'}
61
+ label.checkbox.inline.span2 for='in_map'
62
62
  = f.check_box :in_map
63
63
  =t :sitemap
64
64
 
65
- %label.checkbox.inline.span2{for: 'in_nav'}
65
+ label.checkbox.inline.span2 for='in_nav'
66
66
  = f.check_box :in_nav
67
67
  =t :breadcrumbs
68
68
 
69
- %label.checkbox.inline.span2{for: 'in_url'}
69
+ label.checkbox.inline.span2 for='in_url'
70
70
  = f.check_box :in_url
71
71
  =t :url
72
72
 
@@ -0,0 +1 @@
1
+ | Page
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constructor-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.19
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Zotov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-09 00:00:00.000000000 Z
11
+ date: 2014-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: constructor-core
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.8.19
19
+ version: 0.9.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.8.19
26
+ version: 0.9.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: constructor-pages
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.8.19
33
+ version: 0.9.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.8.19
40
+ version: 0.9.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec-rails
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -129,10 +129,10 @@ files:
129
129
  - spec/dummy/app/helpers/application_helper.rb
130
130
  - spec/dummy/app/mailers/.gitkeep
131
131
  - spec/dummy/app/models/.gitkeep
132
- - spec/dummy/app/views/home_pages/show.haml
133
- - spec/dummy/app/views/layouts/application.haml
134
- - spec/dummy/app/views/pages/edit.haml
135
- - spec/dummy/app/views/pages/show.haml
132
+ - spec/dummy/app/views/home_pages/show.html.slim
133
+ - spec/dummy/app/views/layouts/application.html.slim
134
+ - spec/dummy/app/views/pages/edit.html.slim
135
+ - spec/dummy/app/views/pages/show.html.slim
136
136
  - spec/dummy/bin/bundle
137
137
  - spec/dummy/bin/rails
138
138
  - spec/dummy/bin/rake
@@ -197,10 +197,10 @@ test_files:
197
197
  - spec/dummy/app/helpers/application_helper.rb
198
198
  - spec/dummy/app/mailers/.gitkeep
199
199
  - spec/dummy/app/models/.gitkeep
200
- - spec/dummy/app/views/home_pages/show.haml
201
- - spec/dummy/app/views/layouts/application.haml
202
- - spec/dummy/app/views/pages/edit.haml
203
- - spec/dummy/app/views/pages/show.haml
200
+ - spec/dummy/app/views/home_pages/show.html.slim
201
+ - spec/dummy/app/views/layouts/application.html.slim
202
+ - spec/dummy/app/views/pages/edit.html.slim
203
+ - spec/dummy/app/views/pages/show.html.slim
204
204
  - spec/dummy/bin/bundle
205
205
  - spec/dummy/bin/rails
206
206
  - spec/dummy/bin/rake
@@ -1 +0,0 @@
1
- Home page
@@ -1 +0,0 @@
1
- Page