microgem.gemspec in microgem-1.1.0 vs microgem.gemspec in microgem-1.1.1

- old
+ new

@@ -14,7 +14,8 @@ gem.files = Dir["{**/,template/.github/**/}{.*,*}"].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.metadata = { "rubygems_mfa_required" => "true" } gem.add_runtime_dependency 'thor', '~> 0.19.1' end