aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Thompson <james.b.thompson@gmail.com>2012-04-02 12:40:16 +0200
committerJames Thompson <james.b.thompson@gmail.com>2012-04-02 12:40:16 +0200
commitac57b069727b4c82a0a5c23e57155de063627b13 (patch)
tree990ee692891dc7df2729dafa61e44871835590cd
parent1239f8f870050e4f55176d853f68e35d5f5c068a (diff)
downloadrefinerycms-pc_banners-ac57b069727b4c82a0a5c23e57155de063627b13.tar.gz
refinerycms-pc_banners-ac57b069727b4c82a0a5c23e57155de063627b13.tar.bz2
refinerycms-pc_banners-ac57b069727b4c82a0a5c23e57155de063627b13.zip
updated gemspec info
-rw-r--r--Gemfile.lock2
-rw-r--r--readme.md4
-rw-r--r--refinerycms-pc_banners.gemspec4
3 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 8735e72..176b4e4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- refinerycms-pc_banners (2.0.0)
+ refinerycms-pc_banners (2.0.1)
refinerycms-core (~> 2.0.1)
GEM
diff --git a/readme.md b/readme.md
index 8f12b70..1f7ee68 100644
--- a/readme.md
+++ b/readme.md
@@ -12,7 +12,7 @@ Refinery CMS version 2.0.0 and above.
Open up your ``Gemfile`` and add the following:
- gem 'refinerycms-pc_banners', '2.0.0', :git => 'git://github.com/julesce/refinerycms-pc_banners.git'
+ gem 'refinerycms-pc_banners', '2.0.1'
Now, run:
@@ -48,4 +48,4 @@ Let's say you are using the [Nivo Slider](http://nivo.dev7studios.com/) for your
Or you can use the following to accomplish something very similar to the above:
- <%= render :partial => 'refinery/banners/shared/banners' %> \ No newline at end of file
+ <%= render :partial => 'refinery/banners/shared/banners' %> \ No newline at end of file
diff --git a/refinerycms-pc_banners.gemspec b/refinerycms-pc_banners.gemspec
index a33b24e..4f6a836 100644
--- a/refinerycms-pc_banners.gemspec
+++ b/refinerycms-pc_banners.gemspec
@@ -3,9 +3,9 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'refinerycms-pc_banners'
- s.version = '2.0.0'
+ s.version = '2.0.1'
s.description = 'Ruby on Rails Banners extension for Refinery CMS'
- s.date = '2012-03-11'
+ s.date = '2012-04-02'
s.summary = 'Banners extension for Refinery CMS'
s.require_paths = %w(lib)
s.files = Dir["{app,config,db,lib}/**/*"] + ["readme.md"]