Skip to content

Commit

Permalink
Merge pull request #54 from rmm5t/fix_gemspec_warning
Browse files Browse the repository at this point in the history
Add a more detailed description to the gemspec
  • Loading branch information
rtomayko committed Feb 15, 2012
2 parents 6760978 + 6ef22a6 commit 8ecd5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.version = '1.1'
s.date = '2011-09-18'

s.description = "HTTP Caching for Rack"
s.summary = "HTTP Caching for Rack"
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"]
s.email = "[email protected]"
Expand Down

0 comments on commit 8ecd5b4

Please sign in to comment.