summaryrefslogtreecommitdiff
path: root/oxidized.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r--oxidized.gemspec11
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