honey-cms 0.3.3 → 0.3.4

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honey-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -17,13 +17,22 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - vendor/assets/images/epiceditor/images/edit.png
21
+ - vendor/assets/images/epiceditor/images/fullscreen.png
22
+ - vendor/assets/images/epiceditor/images/preview.png
20
23
  - vendor/assets/javascripts/cms.js.coffee
21
24
  - vendor/assets/javascripts/codemirror/htmlmixed.js
22
25
  - vendor/assets/javascripts/codemirror/xml.js
23
26
  - vendor/assets/javascripts/codemirror.js
27
+ - vendor/assets/javascripts/epiceditor.js
24
28
  - vendor/assets/stylesheets/cms.css.scss
25
29
  - vendor/assets/stylesheets/cms_ui.css.scss
26
30
  - vendor/assets/stylesheets/codemirror.css
31
+ - vendor/assets/stylesheets/epiceditor/themes/base/epiceditor.css
32
+ - vendor/assets/stylesheets/epiceditor/themes/editor/epic-dark.css
33
+ - vendor/assets/stylesheets/epiceditor/themes/editor/epic-light.css
34
+ - vendor/assets/stylesheets/epiceditor/themes/preview/github.css
35
+ - vendor/assets/stylesheets/epiceditor/themes/preview/preview-dark.css
27
36
  - vendor/assets/stylesheets/html_editor.css.scss
28
37
  - lib/cms/attribute.rb
29
38
  - lib/cms/configuration.rb