easystats.gemspec in easystats-0.0.7 vs easystats.gemspec in easystats-0.1.0

- old
+ new

@@ -10,10 +10,10 @@ s.platform = Gem::Platform::RUBY s.authors = ["Matthew Grigajtis"] s.email = ["matthew@grigajtis.org"] s.homepage = "https://github.com/mgrigajtis/easystats" s.summary = %q{Easy to use statistics functions} - s.description = %q{This gem contains statistics functions that are very easy to use. The gem is still in its infancy, but it currently provides easy to use methods for sum, mean, standard deviation, median, range, mode, and variance. More functions will be added as the gem matures, please feel free to fork on Github or send me bug reports!} + s.description = %q{This gem contains statistics functions that are very easy to use. Much easier and much more complete than many of the other statistical gems available out there. If you need a feature added, send me a message on Github!} s.rubyforge_project = "easystats" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")