rasn1.gemspec in rasn1-0.6.1 vs rasn1.gemspec in rasn1-0.6.2

- old
+ new

@@ -9,10 +9,13 @@ spec.license = 'MIT' spec.authors = ['Sylvain Daubert'] spec.email = ['sylvain.daubert@laposte.net'] spec.summary = %q{Ruby ASN.1 library} - #spec.description = %q{TODO: Write a longer description or delete this line.} + spec.description = %q{ + RASN1 is a pure ruby ASN.1 library. It may encode and decode DER and BER + encodings. +} spec.homepage = 'https://github.com/sdaubert/rasn1' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end