refinerycms-news 0.9.8.3 → 0.9.8.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.
Files changed (3) hide show
  1. data/config/locales/en.yml +2 -1
  2. data/lib/news.rb +1 -1
  3. metadata +4 -4
@@ -13,7 +13,7 @@ en:
13
13
  create: "Create News Item"
14
14
  news_item: News
15
15
  no_items: "Sorry, no results found."
16
- no_items_yet: 'There are no news item entries yet. Click "Create News Item" to add your first news item entries.'
16
+ no_items_yet: 'There are no news items yet. Click "Create News Item" to add your first news item.'
17
17
  news_items:
18
18
  show:
19
19
  back_to_index: "Back to all news"
@@ -24,6 +24,7 @@ en:
24
24
  index:
25
25
  published: Published
26
26
  read_more: Read more
27
+ no_items_yet: There are no news item entries yet.
27
28
  activerecord:
28
29
  attributes:
29
30
  news_item:
@@ -2,7 +2,7 @@ module Refinery
2
2
  module News
3
3
  class << self
4
4
  def version
5
- %q{0.9.8.3}
5
+ %q{0.9.8.4}
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: 33
4
+ hash: 47
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 8
10
- - 3
11
- version: 0.9.8.3
10
+ - 4
11
+ version: 0.9.8.4
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-08-26 00:00:00 +12:00
19
+ date: 2010-08-31 00:00:00 +12:00
20
20
  default_executable:
21
21
  dependencies: []
22
22