diff options
author | James Thompson <james.b.thompson@gmail.com> | 2012-04-02 12:40:16 +0200 |
---|---|---|
committer | James Thompson <james.b.thompson@gmail.com> | 2012-04-02 12:40:16 +0200 |
commit | ac57b069727b4c82a0a5c23e57155de063627b13 (patch) | |
tree | 990ee692891dc7df2729dafa61e44871835590cd /refinerycms-pc_banners.gemspec | |
parent | 1239f8f870050e4f55176d853f68e35d5f5c068a (diff) | |
download | refinerycms-pc_banners-ac57b069727b4c82a0a5c23e57155de063627b13.tar.gz refinerycms-pc_banners-ac57b069727b4c82a0a5c23e57155de063627b13.tar.bz2 refinerycms-pc_banners-ac57b069727b4c82a0a5c23e57155de063627b13.zip |
updated gemspec info
Diffstat (limited to 'refinerycms-pc_banners.gemspec')
-rw-r--r-- | refinerycms-pc_banners.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
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"] |