twenty_one.gemspec in twenty_one-0.1.0 vs twenty_one.gemspec in twenty_one-0.1.1

- old
+ new

@@ -7,10 +7,10 @@ spec.name = "twenty_one" spec.version = TwentyOne::VERSION spec.authors = ["pori"] spec.email = ["porialex@gmail.com"] spec.summary = %q{A simple command-line implementation of 21, better known as blackjack.} - spec.description = %q{} + spec.description = %q{Run 21 to execute the application.} spec.homepage = "https://github.com/pori/twenty_one" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }