settingson.gemspec in settingson-1.7.6 vs settingson.gemspec in settingson-1.7.7

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "settingson" spec.version = Settingson::VERSION spec.authors = ["dan"] spec.email = ["daan.forever@gmail.com"] - spec.summary = %q{Settings management for Ruby on Rails 4 applications (ActiveRecord) } - spec.description = %q{Settings management for Ruby on Rails 4 applications (ActiveRecord) } + spec.summary = %q{Settings management for Ruby on Rails applications (with ActiveRecord) } + spec.description = %q{Settings management for Ruby on Rails applications (with ActiveRecord) } spec.homepage = "https://github.com/daanforever/settingson" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }