easystats.gemspec in easystats-0.0.2 vs easystats.gemspec in easystats-0.0.3
- 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 easy to use.}
+ s.description = %q{This gem contains statistics functions that are 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!}
s.rubyforge_project = "easystats"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")