yaml_properties.gemspec in yaml_properties-0.0.1 vs yaml_properties.gemspec in yaml_properties-0.0.2
- old
+ new
@@ -7,10 +7,11 @@
gem.name = "yaml_properties"
gem.version = YamlProperties::VERSION
gem.authors = ["Mark Burns"]
gem.email = ["markthedeveloper@gmail.com"]
gem.description = %q{Easily add configurable variables for app config using YAML files}
+
gem.summary = <<-DESCRIPTION.gsub(/^\s{4}/, '')
Example:
YamlProperties.life_the_universe_and_everything
#=> 42
@@ -20,10 +21,11 @@
life_the_universe_and_everything: 42
DESCRIPTION
gem.homepage = ""
- gem.add_dependency 'active_support'
+ gem.add_dependency 'active_support', '>= 1.0'
+
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'debugger'
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }