settler.gemspec in settler-2.0.0 vs settler.gemspec in settler-2.0.1
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "settler"
- s.version = "2.0.0"
+ s.version = "2.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Reinier de Lange"]
s.date = "2013-08-12"
s.description = "Settler can be used for defining application wide settings in Rails. Settings are loaded from a YAML file and stored in the database using ActiveRecord to allow users to update settings on the fly. The YAML configuration allows you to not only specify defaults, but setting value validations and typecasts as well!"
@@ -25,12 +25,12 @@
"Gemfile.lock",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
- "gemfiles/3.0.gemfile",
- "gemfiles/3.0.gemfile.lock",
+ "gemfiles/3.1.gemfile",
+ "gemfiles/3.1.gemfile.lock",
"gemfiles/3.2.gemfile",
"gemfiles/3.2.gemfile.lock",
"gemfiles/4.0.gemfile",
"gemfiles/4.0.gemfile.lock",
"init.rb",
@@ -56,17 +56,17 @@
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<activerecord>, [">= 3.2"])
- s.add_runtime_dependency(%q<activesupport>, [">= 3.2"])
+ s.add_runtime_dependency(%q<activerecord>, [">= 3.1"])
+ s.add_runtime_dependency(%q<activesupport>, [">= 3.1"])
else
- s.add_dependency(%q<activerecord>, [">= 3.2"])
- s.add_dependency(%q<activesupport>, [">= 3.2"])
+ s.add_dependency(%q<activerecord>, [">= 3.1"])
+ s.add_dependency(%q<activesupport>, [">= 3.1"])
end
else
- s.add_dependency(%q<activerecord>, [">= 3.2"])
- s.add_dependency(%q<activesupport>, [">= 3.2"])
+ s.add_dependency(%q<activerecord>, [">= 3.1"])
+ s.add_dependency(%q<activesupport>, [">= 3.1"])
end
end