Skip to content

Commit

Permalink
add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrosby committed Nov 28, 2008
1 parent 7a4ebf4 commit ed6d989
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions rack-config.gemspec
@@ -0,0 +1,13 @@
Gem::Specification.new do |s|
s.name = "rack-config"
s.version = "0.9.0"
s.date = "2008-11-27"
s.summary = "Shared configuration for cooperative middleware."
s.description = "Shared configuration for cooperative middleware."
s.authors = ["Jon Crosby"]
s.email = "jon@joncrosby.me"
s.homepage = "http://github.com/jcrosby/rack-config"
s.files = ["Rakefile", "README", "lib/rack/config.rb"]
s.test_files = ["test/config_test.rb"]
s.add_dependency 'rack', '~> 0.4'
end

0 comments on commit ed6d989

Please sign in to comment.