pdground.gemspec in pdground-0.1.1 vs pdground.gemspec in pdground-0.1.2
- old
+ new
@@ -10,12 +10,11 @@
spec.version = Pdground::VERSION
spec.authors = ['J.P. Araque']
spec.email = ['erjuanpea@gmail.com']
spec.summary = 'Round numbers using the PDGRound rounding rules'
- spec.description = 'Extend Float class with a pdg_round method which will
- round the number following PDGRound rounding
- rules'
+ spec.description = 'Provides an easy to use function to round any value
+with a given uncertainty following PDG rounding rules'
spec.homepage = 'https://gitlab.com/jparaque/pdground'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})