From 3dc52f34c386409e65465aaa0878ac5db812570c Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Fri, 26 Apr 2013 17:41:40 +0300 Subject: Gemify + add sort-of-cli --- oxidized.gemspec | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'oxidized.gemspec') diff --git a/oxidized.gemspec b/oxidized.gemspec index 879475d..7a3d2cf 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -4,8 +4,16 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.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' s.rubyforge_project = s.name s.files = `git ls-files`.split("\n") + s.executables = %w( oxidized ) s.require_path = 'lib' + + s.add_dependency 'sequel' + s.add_dependency 'sqlite3' + s.add_dependency 'net-ssh' + s.add_dependency 'grit' end -- cgit v1.2.1