ruby_game_of_life 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06f6b610b7e57402a4311ba78513f0e7bf2924f5
4
- data.tar.gz: 54d11f5af8205bbab82fc80449487327c31f8393
3
+ metadata.gz: d77395bd10ca034e1a10cf70b3525222d1252cd8
4
+ data.tar.gz: 7986843b72e696b07cc8bb0026c25868ed1320da
5
5
  SHA512:
6
- metadata.gz: e1659e5aa0ac37904342a16dcb4daa7af3e1a7885f82f9b2f0b24322ca82333200f9dc1a46dbeefaf2164dac29c63911c11874651e72a9bad7bcfe6e8020c424
7
- data.tar.gz: f9cc0479d61a5c08e717e8708067be064175fdbfb3c0120fde4f6c117b7827dc5323900e77c48bb7d6d7aafdee16c59b0a10739b81c4c6ee99610c8270c99870
6
+ metadata.gz: 9bbacef28ea1fd1c455f683aca26d64024d2f53abc20bded8a2a4f6edc0a80456ad9ee1a0962f949f23ce3895a201584ac7b06a416414a05a8e1ff2dafb68c69
7
+ data.tar.gz: db5b15721dcd02cb45bae6aecee680623290758ed15b8b328f040915129568bf27152e39d195b06bf39129fc241bb9a01875af2ac11636d8c09eb5815e61a591
data/bin/.gameoflife.swp CHANGED
Binary file
data/bin/gameoflife CHANGED
File without changes
@@ -1,3 +1,3 @@
1
1
  module GameOfLife
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.3"
3
3
  end
Binary file
@@ -22,8 +22,7 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
 
24
24
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
- spec.bindir = "exe"
26
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
25
+ spec.executables = ["gameoflife"]
27
26
  spec.require_paths = ["lib"]
28
27
 
29
28
  spec.add_development_dependency "bundler", "~> 1.10"
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_game_of_life
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Conrad King (RainbowReich)
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-10-27 00:00:00.000000000 Z
12
12
  dependencies:
@@ -41,7 +41,8 @@ dependencies:
41
41
  description: ''
42
42
  email:
43
43
  - rainbowryke@gmail.com
44
- executables: []
44
+ executables:
45
+ - gameoflife
45
46
  extensions: []
46
47
  extra_rdoc_files: []
47
48
  files:
@@ -65,6 +66,7 @@ files:
65
66
  - lib/game_of_life/map.rb
66
67
  - lib/game_of_life/version.rb
67
68
  - ruby_game_of_life-0.1.0.gem
69
+ - ruby_game_of_life-0.1.1.gem
68
70
  - ruby_game_of_life.gemspec
69
71
  homepage: https://github.com/RainbowReich/ruby_game_of_life
70
72
  licenses: