diff options
author | Saku Ytti <saku@ytti.fi> | 2013-04-17 17:48:50 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-04-17 17:48:50 +0300 |
commit | 9d217025fac3e335c308f02e7377e14ccfdc0e66 (patch) | |
tree | b90d4d04947fe26a9e592e12d8c4352142380c03 /oxidized.gemspec |
Initial commit
Silly for shit-and-giggles attempt at rancid
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 11 |
1 files changed, 11 insertions, 0 deletions
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 |