refinerycms-portfolio 0.9.8.rc6 → 0.9.8.rc7

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.
@@ -16,8 +16,8 @@
16
16
  <%= link_to refinery_icon_tag('delete.png'), admin_portfolio_entry_path(list),
17
17
  :class => "cancel confirm-delete",
18
18
  :title => t('.confirm_delete_entry_title'),
19
- :'data-confirm' => t('shared.admin.delete.message', :title => list.title),
20
- :'data-method' => "delete" %>
19
+ :confirm => t('shared.admin.delete.message', :title => list.title),
20
+ :method => :delete %>
21
21
  </span>
22
22
  <%=h list.title %>
23
23
  </div>
@@ -1,7 +1,7 @@
1
1
  module Refinery
2
2
  module Portfolio
3
3
  def self.version
4
- %q{0.9.8.rc6}
4
+ %q{0.9.8.rc7}
5
5
  end
6
6
  end
7
7
  end
data/readme.md CHANGED
@@ -6,7 +6,7 @@ By: [Resolve Digital](http://www.resolvedigital.com)
6
6
 
7
7
  Open your ``Gemfile`` and add this line to the bottom:
8
8
 
9
- gem 'refinerycms-portfolio', '>= 0.9.8.rc5'
9
+ gem 'refinerycms-portfolio', '~> 0.9.8.rc7'
10
10
 
11
11
  Now run ``bundle install`` and once bundler has installed the gem run:
12
12
 
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: 977940515
4
+ hash: 977940512
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 8
10
- - rc6
11
- version: 0.9.8.rc6
10
+ - rc7
11
+ version: 0.9.8.rc7
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-10-20 00:00:00 +13:00
19
+ date: 2010-11-01 00:00:00 +13:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency