ttt_malisa 0.2.3 → 0.2.4

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
  SHA256:
3
- metadata.gz: 1b12963f246bb3e3168359ce9128a0faafebe18b6cdfd4a9616bb546ca2766a9
4
- data.tar.gz: 84778697dacff795710d98abb41a17fda051b63c56f0bec6aa19876d25980b74
3
+ metadata.gz: 800c9d9e97ecb14595f294d3a2e16d47633cc72e785b8c44a1ccb7b07c2c23f9
4
+ data.tar.gz: 4688a84b98b532c163ada60663197c6b727f1d7ec10d7b3778bf8c467351ef5a
5
5
  SHA512:
6
- metadata.gz: f221868b8553ec5e8a89b36398683ac2ea5309b30d18a2465a5ece33794f27f8a71494eb2e712a022c896fc52e22f3af4268b4e7518d4e7e489a2c9185aea42f
7
- data.tar.gz: 715fc87c3ab5527b5b157b5cea321e95440f9406330561fa3694f51dd0d2159cf5e72177dc9b28d2082f435aeada5b5e8cdb4916db4fdce47c4197bfab4667a2
6
+ metadata.gz: 51cd0dc22b036f4f755502ca81b61b9e795d3d3f249f0ee5a3bcb94e476c25c1b04da299066e927038f28310545010d01b5fc091d6f65aff37817650eb5a4375
7
+ data.tar.gz: 96d3f60525970abfe5e1e9e2201a89913ac576bb548fe85702b4d501df6fb9c3abd4e34ea62deb21ad6bd11d3569d4b98efe62b6795828f7072b16a9bee0d232
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ttt_malisa (0.2.3)
4
+ ttt_malisa (0.2.4)
5
5
  require_all
6
6
 
7
7
  GEM
File without changes
@@ -1,3 +1,3 @@
1
1
  module TttMalisa
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
data/ttt_malisa.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
23
23
  end
24
24
  spec.bindir = 'bin'
25
- spec.executables = ['run']
25
+ spec.executables = ['ttt_malisa']
26
26
  spec.require_paths = ['lib']
27
27
 
28
28
  spec.add_dependency 'require_all'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ttt_malisa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Malisa Middlebrooks
@@ -42,7 +42,7 @@ description:
42
42
  email:
43
43
  - Middlebrooks314@gmail.com
44
44
  executables:
45
- - run
45
+ - ttt_malisa
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
@@ -57,8 +57,8 @@ files:
57
57
  - README.md
58
58
  - Rakefile
59
59
  - bin/console
60
- - bin/run
61
60
  - bin/setup
61
+ - bin/ttt_malisa
62
62
  - lib/ttt_malisa.rb
63
63
  - lib/ttt_malisa/board.rb
64
64
  - lib/ttt_malisa/computer_player.rb