valvat.gemspec in valvat-0.6.0 vs valvat.gemspec in valvat-0.6.1

- old
+ new

@@ -9,18 +9,10 @@ s.license = 'MIT' s.authors = ["Sebastian Munz"] s.email = ["sebastian@yo.lk"] s.homepage = "https://github.com/yolk/valvat" s.summary = %q{Validates european vat numbers. Standalone or as a ActiveModel validator.} - s.description = <<-END - Validates european vat numbers. Standalone or as a ActiveModel validator. - - * Simple syntax verification - * Lookup via the VIES web service - * Supports details & requester identification - * (Optional) ActiveModel/Rails3 integration - * I18n locales for country specific error messages - END + s.description = %q{Validates european vat numbers. Standalone or as a ActiveModel validator.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")