Sha256: b445430c99c110b41bd409a93a2a9f8f891748f541a833c0545ad0fbc25bc9d8
Contents?: true
Size: 851 Bytes
Versions: 1
Compression:
Stored size: 851 Bytes
Contents
Gem::Specification.new do |s| s.name = 'oxidized' s.version = '0.3.0' 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.homepage = 'http://github.com/ytti/oxidized' s.summary = 'feeble attempt at rancid' s.description = 'software to fetch configuration from network devices and store them' s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") s.executables = %w( oxidized ) s.require_path = 'lib' s.required_ruby_version = '>= 1.9.3' s.add_runtime_dependency 'asetus', '~> 0.1' s.add_runtime_dependency 'slop', '~> 3.5' s.add_runtime_dependency 'net-ssh', '~> 2.8' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oxidized-0.3.0 | oxidized.gemspec |