Skip to content

Commit

Permalink
Remove content length from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Dec 9, 2008
1 parent fb97d97 commit 7a156b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rack-contrib.gemspec
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|

s.name = 'rack-contrib'
s.version = '0.4.0'
s.date = '2008-12-08'
s.date = '2008-12-09'

s.description = "Contributed Rack Middleware and Utilities"
s.summary = "Contributed Rack Middleware and Utilities"
Expand All @@ -17,7 +17,6 @@ Gem::Specification.new do |s|
COPYING
README.rdoc
Rakefile
lib/rack/content_length.rb
lib/rack/contrib.rb
lib/rack/etag.rb
lib/rack/jsonp.rb
Expand All @@ -30,7 +29,6 @@ Gem::Specification.new do |s|
lib/rack/time_zone.rb
rack-contrib.gemspec
test/mail_settings.rb
test/spec_rack_content_length.rb
test/spec_rack_contrib.rb
test/spec_rack_etag.rb
test/spec_rack_jsonp.rb
Expand Down

0 comments on commit 7a156b1

Please sign in to comment.