superstore.gemspec in superstore-2.3.0 vs superstore.gemspec in superstore-2.4.0

- old
+ new

@@ -1,19 +1,19 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = 'superstore' - s.version = '2.3.0' - s.description = 'ActiveModel for many attributes' - s.summary = 'JSONB ActiveModel' - s.authors = ["Michael Koziarski", "Infogroup"] + s.version = '2.4.0' + s.description = 'ActiveModel-based JSONB document store' + s.summary = 'ActiveModel for JSONB documents' + s.authors = ['Michael Koziarski', 'Infogroup'] s.email = 'developer@matthewhiggins.com' s.homepage = 'http://github.com/data-axle/superstore' s.required_ruby_version = '>= 2.0.0' s.required_rubygems_version = '>= 1.3.5' - s.extra_rdoc_files = ["README.md"] + s.extra_rdoc_files = ['README.md'] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test}/*`.split("\n") s.require_paths = ['lib'] s.add_runtime_dependency('activemodel', '>= 3.0')