liner.gemspec in liner-0.1.2 vs liner.gemspec in liner-0.2.0

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.name = "liner" spec.version = Liner::VERSION spec.authors = ["Josh Lewis"] spec.email = ["josh.w.lewis@gmail.com"] - spec.description = %q{A liner for Ruby objects. Add attribute, inspection, and equality methods.} - spec.summary = %q{A liner for Ruby objects. Add attribute, inspection, and equality methods.} + spec.description = %q{A liner for Ruby objects. Add attribute, inspection, serialization, and equality methods.} + spec.summary = %q{Liner is a lightweight library designed to enhance simple classes with a few conveniences and idioms while staying out of your way.} spec.homepage = "https://github.com/joshwlewis/liner" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } @@ -19,6 +19,7 @@ spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "minitest" + spec.add_development_dependency "coveralls" end