games.gemspec in games_bfox-0.3.0 vs games.gemspec in games_bfox-0.4.0
- old
+ new
@@ -16,11 +16,11 @@
spec.version = Games::VERSION
spec.authors = ["Brett Fox"]
spec.email = ["brettfox11@gmail.com"]
spec.summary = %q{Play tic tac toe and mastermind on the command line}
- spec.description = %q{In order to play, download the gem, and type \"tictactoe\" or \"mastermind\" at your terminal.}
+ spec.description = %q{In order to play, download the gem, and type "tictactoe" or "mastermind" at your terminal. Type "exit" to quit the game.}
spec.homepage = "https://github.com/brett11/games"
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
@@ -31,6 +31,7 @@
spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.6"
spec.add_development_dependency 'pry', '~> 0.10.4'
spec.add_development_dependency 'logging', '~> 2.2', '>= 2.2.2'
+ spec.add_development_dependency 'paint', '~> 2.0'
end