refinerycms-portfolio 0.9.8.rc8 → 0.9.8.rc9
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 -2
- data/config/routes.rb +0 -3
- data/lib/portfolio/version.rb +1 -1
- metadata +4 -4
data/config/locales/en.yml
CHANGED
|
@@ -7,11 +7,11 @@ en:
|
|
|
7
7
|
portfolio:
|
|
8
8
|
index:
|
|
9
9
|
actions: Actions
|
|
10
|
-
create_new_portfolio_entry: "
|
|
10
|
+
create_new_portfolio_entry: "Add New Portfolio Entry"
|
|
11
11
|
reorder_portfolio: "Reorder Portfolio"
|
|
12
12
|
reorder_portfolio_done: "Done Reordering Portfolio"
|
|
13
13
|
portfolio: Portfolio
|
|
14
|
-
no_portfolio_entries_yet: 'There are no portfolio entries yet. Click "
|
|
14
|
+
no_portfolio_entries_yet: 'There are no portfolio entries yet. Click "Add New Portfolio Entry" to add your first portfolio entries.'
|
|
15
15
|
list:
|
|
16
16
|
view_live: "View this entry live <br/><em>(opens in a new window)</em>"
|
|
17
17
|
edit_this_entry: "Edit this entry"
|
data/config/routes.rb
CHANGED
data/lib/portfolio/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-portfolio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 977940526
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 8
|
|
10
|
-
-
|
|
11
|
-
version: 0.9.8.
|
|
10
|
+
- rc9
|
|
11
|
+
version: 0.9.8.rc9
|
|
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-11-
|
|
19
|
+
date: 2010-11-02 00:00:00 +13:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|