diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-05-25 15:55:38 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-05-25 15:55:38 +0200 |
commit | fa56aca73b3932d94859cb5c282f834e92f59db3 (patch) | |
tree | b04518ef33e260a56f68f19e94914191586b0b2a | |
parent | 5163ffe071dde87008acf403efe9519f96234b0d (diff) | |
download | refinerycms-pc_banners-fa56aca73b3932d94859cb5c282f834e92f59db3.tar.gz refinerycms-pc_banners-fa56aca73b3932d94859cb5c282f834e92f59db3.tar.bz2 refinerycms-pc_banners-fa56aca73b3932d94859cb5c282f834e92f59db3.zip |
Update version and author info for hmno version.v2.0.3
-rw-r--r-- | refinerycms-pc_banners.gemspec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/refinerycms-pc_banners.gemspec b/refinerycms-pc_banners.gemspec index 1ef73f6..6eefa5b 100644 --- a/refinerycms-pc_banners.gemspec +++ b/refinerycms-pc_banners.gemspec @@ -3,15 +3,15 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'refinerycms-pc_banners' - s.version = '2.0.2' + s.version = '2.0.3' s.description = 'Ruby on Rails Banners extension for Refinery CMS' - s.date = '2012-10-03' + s.date = '2019-05-25' s.summary = 'Banners extension for Refinery CMS' s.require_paths = %w(lib) s.files = Dir["{app,config,db,lib}/**/*"] + ["readme.md"] - s.author = 'James Thompson' - s.email = 'james.b.thompson@gmail.com' - s.homepage = 'https://github.com/julesce/refinerycms-pods' + s.authors = ['James Thompson', "Harald Eilertsen"] + s.email = ['james.b.thompson@gmail.com', 'harald@volse.no'] + s.homepage = 'https://code.volse.no/refinerycms-pc_banners.git/' # Runtime dependencies s.add_dependency 'refinerycms-pages', '~> 2.1.0' |