ordinary_cms 0.1.1 → 0.1.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: ce29f59c5459ab8098f81cd11b4319f6ecdd2943
4
- data.tar.gz: ceed02fa468b550b64cb5c7469635f38e4fd8aff
3
+ metadata.gz: 1e8be57f35af38ec9d9336a78a8b95b1607d18e1
4
+ data.tar.gz: 500cb6c610d312808d05a3e3a6f4f53ff9e79ac2
5
5
  SHA512:
6
- metadata.gz: 4bf730a0e35eda6a122378ff749f7f7be9fb1532bbec1b08b158279e7539654fd39851bc8c7de03c0599ca37d1b50a7dc324bffb3662d5271201ee2f9bffa3d3
7
- data.tar.gz: 7df40e85119d1beaefd36b9be369e3c0b47d47eb3a8a9c4918e9fbd00ba91abe16887edf9ef30ff149533aa661c690e6effa83178f38a84f1faf0d025a582134
6
+ metadata.gz: 7cc1bbd964323b868e4b9992e6e2325c09756dc54cff5a3e78fe24796617132aa90143698ccd906c5f765e4828bfb94b5f20ce5e8c6a1850f84c1ab0502f9430
7
+ data.tar.gz: 94ca55d089e73e495c864411de79d8d0310d270d373efc1e9fd6f88394eec3dc1299f3287f394875f252e94facf06cd2385ff1ec0dec1b0d22e5e91afe0a7de0
@@ -0,0 +1,4 @@
1
+ %h1 OrdinaryCMS says: Hello World!
2
+
3
+ %p
4
+ Redefine this view in 'views/ordinary_cms/pages/show'
@@ -1,3 +1,3 @@
1
1
  module OrdinaryCms
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ordinary_cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - max-konin
@@ -102,7 +102,7 @@ files:
102
102
  - app/models/ordinary_cms/page.rb
103
103
  - app/models/ordinary_cms/section.rb
104
104
  - app/views/layouts/ordinary_cms/application.html.erb
105
- - app/views/ordinary_cms/pages/show.html.erb
105
+ - app/views/ordinary_cms/pages/show.html.haml
106
106
  - config/initializers/active_admin.rb
107
107
  - config/locales/en.yml
108
108
  - config/locales/ru.yml
@@ -1,12 +0,0 @@
1
- <p id="notice"><%= notice %></p>
2
-
3
- <p data-mercury="simple">
4
- <strong>Name:</strong>
5
- <%= @page.name %>
6
- </p>
7
- <strong>Text:</strong>
8
- <p data-mercury="full">
9
- <%= @page.text %>
10
- </p>
11
-
12
- <%= @page.section('first').render %>