Skip to content

Commit

Permalink
Add License information to gemspec.
Browse files Browse the repository at this point in the history
This implements PRs: rack#72, rack#90, rack#109, rack#115, rack#120, rack#126
  • Loading branch information
Dennis Sivia authored and Alex Damian Negru committed Apr 5, 2021
1 parent 764857a commit 8d3cc5e
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 8d3cc5e

Please sign in to comment.