microgem.gemspec in microgem-1.0.5 vs microgem.gemspec in microgem-1.0.6
- old
+ new
@@ -14,6 +14,7 @@
gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^pkg/ }
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
+ gem.add_runtime_dependency 'thor', '~> 0.19.1'
end