Skip to content

Commit

Permalink
Add MIT license to the gem specification (to suppress warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorbits committed Jun 23, 2015
1 parent 0533298 commit b6fba6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{Edit files from anywhere in TextMate 2 on your local Mac.}
gem.email = ['[email protected]']
gem.homepage = 'https://github.com/textmate/rmate/'
gem.license = 'MIT'

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit b6fba6e

Please sign in to comment.