cheap_ams.gemspec in cheap_ams-0.10.5 vs cheap_ams.gemspec in cheap_ams-0.10.6

- old
+ new

@@ -7,11 +7,12 @@ spec.name = 'cheap_ams' spec.version = ActiveModel::Serializer::VERSION spec.platform = Gem::Platform::RUBY spec.authors = ['Steve Klabnik'] spec.email = ['steve@steveklabnik.com'] - spec.summary = %q{Conventions-based JSON generation for Rails.} - spec.description = %q{ActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.} + spec.summary = 'Conventions-based JSON generation for Rails.' + spec.description = 'ActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.' + spec.homepage = 'https://github.com/rails-api/active_model_serializers' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib']