Skip to content

Commit

Permalink
added gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lang committed Oct 27, 2008
1 parent 108b4af commit 99d8e5e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions couch_potato.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
require 'rubygems'
Gem::manage_gems
require 'rake/gempackagetask'
spec = Gem::Specification.new do |s|
s.name = "couch_potato"
s.version = "0.1"
s.author = "Alexander Lang"
s.email = "alex @nospam@ upstream-berlin.com"
s.homepage = 'http://github.com/langalex/couch_potato'
s.summary = "a couchdb persistence layer in ruby"
s.files = FileList['lib/**/*.rb', 'spec/*', 'init.rb', 'Readme.textile', 'MIT-LICENSE.txt', 'CREDITS'].to_a
s.require_paths << "lib"
end

0 comments on commit 99d8e5e

Please sign in to comment.