configdsl.gemspec in configdsl-1.2.0 vs configdsl.gemspec in configdsl-1.2.1

- old
+ new

@@ -1,19 +1,19 @@ -# -*- encoding: utf-8 -*- -require File.expand_path('../lib/configdsl/version', __FILE__) - -Gem::Specification.new do |gem| - 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.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" - gem.require_paths = ["lib"] - gem.version = ConfigDSL::VERSION - - gem.add_runtime_dependency "activesupport" -end +# -*- encoding: utf-8 -*- +require File.expand_path('../lib/configdsl/version', __FILE__) + +Gem::Specification.new do |gem| + 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.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" + gem.require_paths = ["lib"] + gem.version = ConfigDSL::VERSION + + gem.add_runtime_dependency "activesupport", ">= 0.0.1" +end