refinerycms-blog 1.0.rc14 → 1.0.rc15

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,7 +25,7 @@
25
25
  <% end %>
26
26
  </p>
27
27
  </header>
28
- <%=raw @blog_post.body %>
28
+ <%= @blog_post.body.html_safe %>
29
29
 
30
30
  <% if BlogPost::ShareThis.enabled? %>
31
31
  <span class="st_sharethis" displayText="ShareThis"></span>
@@ -83,6 +83,7 @@ it:
83
83
  read_more: Per saperne di più
84
84
  comments:
85
85
  singular: commento
86
+ plural: commenti
86
87
  none: nessun commento
87
88
  categories:
88
89
  show:
@@ -42,7 +42,7 @@ module Refinery
42
42
 
43
43
  class << self
44
44
  def version
45
- %q{1.0.rc14}
45
+ %q{1.0.rc15}
46
46
  end
47
47
  end
48
48
  end
data/readme.md CHANGED
@@ -11,7 +11,7 @@ Options:
11
11
 
12
12
  Open up your ``Gemfile`` and add at the bottom this line
13
13
 
14
- gem 'refinerycms-blog', '= 1.0.rc9'
14
+ gem 'refinerycms-blog', '~> 1.0.rc15'
15
15
 
16
16
  Now run ``bundle install``
17
17
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-blog
3
3
  version: !ruby/object:Gem::Version
4
- hash: -398340061
4
+ hash: -398340064
5
5
  prerelease: true
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - rc14
10
- version: 1.0.rc14
9
+ - rc15
10
+ version: 1.0.rc15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Resolve Digital
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-11-03 00:00:00 +13:00
19
+ date: 2010-11-12 00:00:00 +13:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency