Skip to content

Commit

Permalink
Merge pull request #265 from bf4/patch-1
Browse files Browse the repository at this point in the history
Add license to gemspec, is MIT
  • Loading branch information
katelovescode authored Mar 17, 2018
2 parents 91ceb0a + c9c2ddf commit 72f49f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ::Gem::Requirement.new('~> 2.1')
s.rubygems_version = "2.4.5.1"
s.summary = "Jenkins JSON API Client"
s.licenses = ["MIT"]

s.add_dependency 'nokogiri', '~> 1.6'
s.add_dependency 'thor', '>= 0.16.0'
Expand Down

0 comments on commit 72f49f2

Please sign in to comment.