Skip to content

Commit 3bad5e3

Browse files
committed
Add license to gemspec
1 parent 8373f38 commit 3bad5e3

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)