diff options
author | James Thompson <james.b.thompson@gmail.com> | 2012-03-14 12:18:24 +0200 |
---|---|---|
committer | James Thompson <james.b.thompson@gmail.com> | 2012-03-14 12:18:24 +0200 |
commit | 73b2bdb1d172a509ab89c0b1e291de4aea9568eb (patch) | |
tree | 31dd015aaec9dba34fa8f69a2baba2dec66b5df5 | |
parent | 50cf02dedb4e2b0fb4a49f3791b45f609711bfd2 (diff) | |
download | refinerycms-pc_banners-73b2bdb1d172a509ab89c0b1e291de4aea9568eb.tar.gz refinerycms-pc_banners-73b2bdb1d172a509ab89c0b1e291de4aea9568eb.tar.bz2 refinerycms-pc_banners-73b2bdb1d172a509ab89c0b1e291de4aea9568eb.zip |
updated author in gemspec
-rw-r--r-- | refinerycms-pc_banners.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/refinerycms-pc_banners.gemspec b/refinerycms-pc_banners.gemspec index 3c82605..b764a06 100644 --- a/refinerycms-pc_banners.gemspec +++ b/refinerycms-pc_banners.gemspec @@ -9,6 +9,7 @@ Gem::Specification.new do |s| s.summary = 'Banners extension for Refinery CMS' s.require_paths = %w(lib) s.files = Dir["{app,config,db,lib}/**/*"] + ["readme.md"] + s.author = 'Perfect Circle' # Runtime dependencies s.add_dependency 'refinerycms-core', '~> 2.0.1' |