coin_toss.gemspec in coin_toss-1.0.0 vs coin_toss.gemspec in coin_toss-1.0.1

- old
+ new

@@ -8,10 +8,10 @@ spec.version = CoinToss::VERSION spec.authors = ["Shantanu Chaturvedi"] spec.email = ["shantanu020623@gmail.com"] spec.summary = %q{A simple coin toss program} - spec.description = %q{To be run on the Ubuntu terminal} + spec.description = %q{A program which assigns heads and tails to 2 players, virtually tosses a coin and declares the winner. To be run on the Ubuntu terminal.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }