Sha256: 5b1dff4e227c177e16c9915311ad9d47c7695384326029c8ad444b8f1f4d8bb6
Contents?: true
Size: 765 Bytes
Versions: 1
Compression:
Stored size: 765 Bytes
Contents
Gem::Specification.new do |s| s.name = 'oxidized-script' s.version = '0.2.0' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) s.homepage = 'http://github.com/ytti/oxidized-script' s.summary = 'cli + library for scripting network devices' s.description = 'rancid clogin-like script to push configs to devices + library interface to do same' s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") s.executables = %w( oxs ) s.require_path = 'lib' s.add_runtime_dependency 'oxidized', '~> 0.15' s.add_runtime_dependency 'slop', '~> 3.5' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oxidized-script-0.2.0 | oxidized-script.gemspec |