settler.gemspec in settler-1.0.2 vs settler.gemspec in settler-1.0.3

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{settler} - s.version = "1.0.2" + s.version = "1.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Reinier de Lange"] s.date = %q{2010-09-23} s.description = %q{This gem is a combination of the Squeegy's rails-settings and Binarylogic's settingslogic gem, meaning it reads its configuration from a YAML file, but stores all settings in the database as well for on the fly changes.} @@ -30,10 +30,9 @@ "lib/hash_extension.rb", "lib/setting.rb", "lib/settler.rb", "settler.gemspec", "test/database.yml", - "test/debug.log", "test/helper.rb", "test/schema.rb", "test/settler.yml", "test/test_settler.rb" ]