refinerycms-pods 2.0.1 → 2.0.2

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.
@@ -5,6 +5,8 @@ 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
9
+
8
10
  acts_as_indexed :fields => [:name, :body, :url, :pod_type]
9
11
 
10
12
  validates_presence_of :name
data/readme.md CHANGED
@@ -5,7 +5,7 @@ Manageable little side-pods for your [Refinery CMS](http://refinerycms.com) webs
5
5
  + Portfolios - https://github.com/resolve/refinerycms-portfolio (branch rails-3-1)
6
6
  + Videos - https://github.com/julesce/refinerycms-videos (2.0.0)
7
7
 
8
- This version of `refinerycms-pods` supports Rails 3.0.x.
8
+ This version of `refinerycms-pods` supports Rails 3.0.x. and upwards.
9
9
 
10
10
  ## Requirements
11
11
 
@@ -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.0'
18
+ gem 'refinerycms-pods', '~> 2.0.2'
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.1
4
+ version: 2.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-18 00:00:00.000000000Z
12
+ date: 2012-05-07 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: refinerycms-core