code_analyzer.gemspec in code_analyzer-0.4.0 vs code_analyzer.gemspec in code_analyzer-0.4.1
- old
+ new
@@ -5,9 +5,10 @@
gem.authors = ["Richard Huang"]
gem.email = ["flyerhzm@gmail.com"]
gem.description = %q{a code analyzer tool which extracted from rails_best_practices, it helps you easily build your own code analyzer tool.}
gem.summary = %q{a code analyzer helps you build your own code analyzer tool.}
gem.homepage = "https://github.com/flyerhzm/code_analyzer"
+ gem.license = 'MIT'
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "code_analyzer"