refinerycms-portfolio 0.9.8.rc8 → 0.9.8.rc9

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,11 +7,11 @@ en:
7
7
  portfolio:
8
8
  index:
9
9
  actions: Actions
10
- create_new_portfolio_entry: "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 "Create New Portfolio Entry" to add your first portfolio entries.'
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
@@ -26,9 +26,6 @@ Refinery::Application.routes.draw do
26
26
 
27
27
  scope(:path => 'refinery', :as => 'admin', :module => 'admin') do
28
28
  resources :portfolio, :as => :portfolio_entries do
29
- member do
30
- get :emancipate
31
- end
32
29
  collection do
33
30
  post :update_positions
34
31
  end
@@ -1,7 +1,7 @@
1
1
  module Refinery
2
2
  module Portfolio
3
3
  def self.version
4
- %q{0.9.8.rc8}
4
+ %q{0.9.8.rc9}
5
5
  end
6
6
  end
7
7
  end
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: 977940513
4
+ hash: 977940526
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 8
10
- - rc8
11
- version: 0.9.8.rc8
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-01 00:00:00 +13:00
19
+ date: 2010-11-02 00:00:00 +13:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency