Skip to content

Commit

Permalink
Merge pull request airbrake#312 from bf4/add_license_to_gemspe
Browse files Browse the repository at this point in the history
Add license to gemspec, is MIT
  • Loading branch information
shifi committed Aug 6, 2014
2 parents 92c578b + 20163f8 commit 70d7640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbrake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.name = %q{airbrake}
s.version = Airbrake::VERSION.dup
s.summary = %q{Send your application errors to our hosted service and reclaim your inbox.}
s.license = %q{MIT}

s.require_paths = ["lib"]
s.executables << "airbrake"
Expand Down

0 comments on commit 70d7640

Please sign in to comment.