Skip to content

Commit

Permalink
add license information to gemspec
Browse files Browse the repository at this point in the history
This way we can get it when using rubygems.org API
  • Loading branch information
jordimassaguerpla committed Feb 6, 2013
1 parent d00e6e4 commit 0682880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rack-cache.gemspec
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |s|
s.date = '2012-03-05'

s.summary = "HTTP Caching for Rack"
s.license = "MIT"
s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information."

s.authors = ["Ryan Tomayko"]
Expand Down

0 comments on commit 0682880

Please sign in to comment.