sapphire-chess.gemspec in sapphire-chess-1.0.0 vs sapphire-chess.gemspec in sapphire-chess-1.0.1

- old
+ new

@@ -4,17 +4,17 @@ spec.name = 'sapphire-chess' spec.version = SapphireChess::VERSION spec.summary = 'Command line-based chess game' spec.description = <<-EOF Sapphire Chess is a command line-based chess game with an algebraic notation input system, - complete chess rules, a beautiful interface and a functional AI. It provides three game modes: - Human vs. Human, Human vs. Ai, and AI vs. AI. + complete chess rules, a beautiful interface, and a functional AI. It provides three game modes: + Human vs. Human, Human vs. AI, and AI vs. AI. EOF spec.authors = ['Lucas Sorribes'] spec.email = 'lucas.sorribes@gmail.com' spec.license = 'MIT' spec.homepage = 'https://github.com/lucsorr/sapphire-chess' - spec.files = Dir['lib/**/*.rb'] + %w[Gemfile Gemfile.lock LICENSE Rakefile sapphire-chess.gemspec] + spec.files = Dir['lib/**/*.rb'] + %w[Gemfile Gemfile.lock LICENSE Rakefile sapphire-chess.gemspec CHANGELOG.md] spec.bindir = 'bin' spec.executables << 'sapphire-chess' spec.extra_rdoc_files = ['README.md'] \ No newline at end of file