comfy_blog 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d83861dbf43fca5bfd0f5a843f06bc1341102381
4
- data.tar.gz: 3efd7979fa175b4688ccb5ab04cff7c0fffc683c
3
+ metadata.gz: abd49b6d87b69d002abd82c8374e2ace7207b492
4
+ data.tar.gz: 787cc5bd928a9fa03e86a8af28f377386ebac53c
5
5
  SHA512:
6
- metadata.gz: 31ada679c62fb0128dfa8e6b00352d3abdab8bea271cfb4f94d128355d4d6bf6ea124dde9b898e283b6c05786dda30083f2d365b69a0f3be5a8fade395d89c18
7
- data.tar.gz: c3aac83f2eb28a33fb2d24fabdfa89358cfc617d0baeb12c6f122839adcb32a899fdee5c13865e5c75669dda49bf0b8428baf83f8bea22966c4be935378b4870
6
+ metadata.gz: 9f8aef5424035099fe91454b9418a8a8bff61af599d48501c413212330824db7572354eb845acfc069bca399fa5f23c235c87fcdfe9b9cde6e0289a2ece4159b
7
+ data.tar.gz: ca92bb012caadc2607d434f235b3b3aa4368abd21881fe527c3039b0fe64ebe2ab12ffebedb36eeb16ff6a16fb772d51dcaabfc3905924020b4f459909e4fe4b
@@ -4,9 +4,9 @@
4
4
  = form.text_field :title, :data => {:slugify => @post.new_record?}
5
5
  = form.text_field :slug, :data => {:slug => true}
6
6
  = form.text_field :author
7
- = form.text_area :content, :data => {:rich_text => true}
7
+ = form.text_area :content, :data => {'cms-rich-text' => true}
8
8
  = form.text_area :excerpt, :class => 'short'
9
- = form.text_field :published_at, :value => @post.published_at.try(:to_s, :db), :data => {:datetime => true}
9
+ = form.text_field :published_at, :value => @post.published_at.try(:to_s, :db), :data => {'cms-datetime' => true}
10
10
  = form.check_box :is_published
11
11
 
12
12
  .form-actions
@@ -1,3 +1,3 @@
1
1
  module ComfyBlog
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfy_blog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg Khabarov