diff options
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index dae9d89..413f150 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,10 +1,10 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.2.3' + s.version = '0.2.4' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY - s.authors = [ 'Saku Ytti' ] - s.email = %w( saku@ytti.fi ) + s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ] + s.email = %w( saku@ytti.fi sam@arahant.net ) s.homepage = 'http://github.com/ytti/oxidized' s.summary = 'feeble attempt at rancid' s.description = 'software to fetch configuration from network devices and store them' |