refinerycms-news 0.9.8.1 → 0.9.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,11 +19,11 @@ en:
19
19
  back_to_index: "Back to all news"
20
20
  published: Published
21
21
  no_items: "Sorry we haven't posted up any news yet."
22
- read_more: Read more
23
22
  recent_posts:
24
23
  recent_posts: Recent Posts
25
24
  index:
26
25
  published: Published
26
+ read_more: Read more
27
27
  activerecord:
28
28
  attributes:
29
29
  news_item:
@@ -22,12 +22,12 @@ pt-BR:
22
22
  news_item: Notícia
23
23
  no_items: 'Não há notícias cadastradas.'
24
24
  no_items_yet: 'Não há notícias cadastradas. Clique em "Criar Notícia" para cadastrar sua primeira notícia.'
25
+ read_more: Leia mais
25
26
  news_items:
26
27
  show:
27
28
  back_to_index: "Voltar para todas as notícias"
28
29
  published: Publicado
29
30
  no_items: "Nos desculpe, nós não postamos nenhuma notícia ainda."
30
- read_more: Leia mais
31
31
  recent_posts:
32
32
  recent_posts: Notícias recentes
33
33
  index:
data/lib/news.rb CHANGED
@@ -2,7 +2,7 @@ module Refinery
2
2
  module News
3
3
  class << self
4
4
  def version
5
- %q{0.9.8.1}
5
+ %q{0.9.8.2}
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-news
3
3
  version: !ruby/object:Gem::Version
4
- hash: 37
4
+ hash: 35
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 8
10
- - 1
11
- version: 0.9.8.1
10
+ - 2
11
+ version: 0.9.8.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Resolve Digital
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-07-13 00:00:00 +12:00
19
+ date: 2010-07-23 00:00:00 +12:00
20
20
  default_executable:
21
21
  dependencies: []
22
22