From 9d217025fac3e335c308f02e7377e14ccfdc0e66 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Wed, 17 Apr 2013 17:48:50 +0300 Subject: Initial commit Silly for shit-and-giggles attempt at rancid --- oxidized.gemspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 oxidized.gemspec (limited to 'oxidized.gemspec') diff --git a/oxidized.gemspec b/oxidized.gemspec new file mode 100644 index 0000000..879475d --- /dev/null +++ b/oxidized.gemspec @@ -0,0 +1,11 @@ +Gem::Specification.new do |s| + s.name = 'oxidized' + s.version = '0.0.1' + s.platform = Gem::Platform::RUBY + s.authors = [ 'Saku Ytti' ] + s.email = %w( saku@ytti.fi ) + s.summary = 'feeble attempt at rancid' + s.rubyforge_project = s.name + s.files = `git ls-files`.split("\n") + s.require_path = 'lib' +end -- cgit v1.2.1