configdsl.gemspec in configdsl-1.2.1 vs configdsl.gemspec in configdsl-1.2.2
- old
+ new
@@ -5,9 +5,10 @@
gem.authors = ["MOZGIII"]
gem.email = ["mike-n@narod.ru"]
gem.description = %q{A convinient Ruby-based DSL for your app configuration!}
gem.summary = %q{A convinient Ruby-based DSL for your app configuration!}
gem.homepage = "http://github.com/MOZGIII/ConfigDSL"
+ 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 = "configdsl"