polly.gemspec in polly-0.0.4 vs polly.gemspec in polly-0.0.5

- old
+ new

@@ -5,12 +5,12 @@ require 'polly/version' Gem::Specification.new do |gem| gem.authors = ["Alex Skryl"] gem.email = ["rut216@gmail.com"] - gem.description = %q{ A Polynomial Solver DSL } - gem.summary = %q{ A Rails compatible polynomial solver with persistence } - gem.homepage = "" + gem.description = %q{ A DSL for manipulating and evaluating symbolic expressions } + gem.summary = %q{ A symbolic expression DSL } + gem.homepage = "https://github.com/skryl/polly" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "polly"