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.
- data/config/locales/en.yml +2 -1
- data/lib/news.rb +1 -1
- metadata +4 -4
data/config/locales/en.yml
CHANGED
|
@@ -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
|
|
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:
|
data/lib/news.rb
CHANGED
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:
|
|
4
|
+
hash: 47
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 8
|
|
10
|
-
-
|
|
11
|
-
version: 0.9.8.
|
|
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-
|
|
19
|
+
date: 2010-08-31 00:00:00 +12:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies: []
|
|
22
22
|
|