diff options
author | Saku Ytti <saku@ytti.fi> | 2015-09-05 12:32:37 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2015-09-05 12:32:37 +0300 |
commit | baf19a281121cf065685f34c20978f0f2ef610af (patch) | |
tree | 959b3b4e55cbe319cc4a7bce7882fed837966ff8 /oxidized.gemspec | |
parent | ba79dea58b459eff8e2dadcffdf5a97e020c8783 (diff) | |
parent | 323f5968e3593539eca0477779114caddbfc751d (diff) |
Merge branch 'feature-hook'
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index ae069cf..4ad6e92 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |s| s.version = '0.7.2' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY - s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ] - s.email = %w( saku@ytti.fi sam@arahant.net ) + s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez', 'Anton Aksola' ] + s.email = %w( saku@ytti.fi sam@arahant.net aakso@iki.fi) 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' @@ -18,4 +18,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'slop', '~> 3.5' s.add_runtime_dependency 'net-ssh', '~> 2.8' s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4' + s.add_development_dependency 'pry' end |