carrierwave-picture.gemspec in carrierwave-picture-0.2.0 vs carrierwave-picture.gemspec in carrierwave-picture-0.2.1

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Carrierwave::Picture::VERSION spec.authors = ["Igor Pavlov"] spec.email = ["igor@snega.pro"] spec.summary = %q{A simple gem for use new web image formats with Carriewave.} - spec.description = %q{Converting images to webp and progressive jpeg via imagemagic and add picture_tag to action view.} + spec.description = %q{Converting images to webp and jp2 via imagemagic and add picture_tag to action view.} spec.homepage = "https://github.com/PavlovIgor/carrierwave-picture" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})