Skip to content

Commit 13a99dc

Browse files
committed
Merge pull request #57 from cltweedie/master
Add license to gemspec
2 parents 13901a5 + cab13cf commit 13a99dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitbucket_rest_api.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
1010
gem.summary = %q{ Ruby wrapper for the BitBucket API supporting OAuth and Basic Authentication }
1111
gem.description = %q{ Ruby wrapper for the BitBucket API supporting OAuth and Basic Authentication }
1212
gem.version = BitBucket::VERSION::STRING.dup
13+
gem.license = "MIT"
1314

1415
gem.files = Dir['Rakefile', '{features,lib,spec}/**/*', 'README*', 'LICENSE*']
1516
gem.require_paths = %w[ lib ]

0 commit comments

Comments
 (0)