Skip to content

Commit

Permalink
Add License information to gemspec.
Browse files Browse the repository at this point in the history
This implements PRs: #72, #90, #109, #115, #120, #126
  • Loading branch information
Dennis Sivia authored and perlun committed Apr 21, 2017
1 parent a519e56 commit fed7b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rack-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.date = "2015-01-09"
s.description = "Rack::Test is a small, simple testing API for Rack apps. It can be used on its\nown or as a reusable starting point for Web frameworks and testing libraries\nto build on. Most of its initial functionality is an extraction of Merb 1.0's\nrequest helpers feature."
s.email = "bryan@brynary.com"
s.license = 'MIT'
s.extra_rdoc_files = [
"README.rdoc",
"MIT-LICENSE.txt"
Expand Down

0 comments on commit fed7b5d

Please sign in to comment.