diff options
-rw-r--r-- | Gemfile.lock | 2 | ||||
-rw-r--r-- | readme.md | 4 | ||||
-rw-r--r-- | refinerycms-pc_banners.gemspec | 4 |
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 @@ -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"] |