papla.gemspec in papla-0.0.4 vs papla.gemspec in papla-0.0.5

- old
+ new

@@ -7,10 +7,10 @@ s.version = Papla::VERSION s.authors = ["Olek Janiszewski"] s.email = ["olek.janiszewski@gmail.com"] s.homepage = "https://github.com/exviva/papla" s.summary = %q{Use Ruby to convert numbers into Polish and English words} - s.description = %q{Papla is a Ruby gem that allows you to convert numbers into Polish and English words (e.g. `153` into `"Sto pięćdziesiąt trzy"` or `44` into `"Forty four"`), including the decimal part as cents and currency symbol. Its primary use case are invoices, where the total amount has to be displayed as words at the bottom line.} + s.description = %q{Papla is a Ruby gem that allows you to convert numbers into Polish and English words.} s.rubyforge_project = "papla" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec}/*`.split("\n")