lifegame.gemspec in lifegame-0.1.0 vs lifegame.gemspec in lifegame-0.1.1
- old
+ new
@@ -6,11 +6,11 @@
spec.name = "lifegame"
spec.version = Lifegame::VERSION
spec.authors = ["oieioi"]
spec.email = ["atsuinatsu.samuifuyu@gmail.com"]
- spec.summary = 'life game'
- spec.description = 'play life game!'
+ spec.summary = "Conway's Game of Life"
+ spec.description = "Conway's Game of Life"
spec.homepage = "https://github.com/oieioi/lifegame.rb"
spec.license = "MIT"
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }