refinerycms-pods 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ module Refinery
5
5
 
6
6
  POD_TYPES = %w(content banner gallery video)
7
7
 
8
- attr_accessible :name, :body, :url, :image_id, :pod_type, :portfolio_entry_id, :video_id, :position
8
+ attr_accessible :name, :body, :url, :image_id, :pod_type, :portfolio_entry_id, :video_id, :position, :page_ids
9
9
 
10
10
  acts_as_indexed :fields => [:name, :body, :url, :pod_type]
11
11
 
data/readme.md CHANGED
@@ -15,7 +15,7 @@ Refinery CMS version 2.0.x.
15
15
 
16
16
  Open up your ``Gemfile`` and add the following:
17
17
 
18
- gem 'refinerycms-pods', '~> 2.0.2'
18
+ gem 'refinerycms-pods', '~> 2.0.3'
19
19
 
20
20
  Now, run:
21
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-pods
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: