jbcden_ttt 0.0.1 → 0.0.2

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: e190a50dcf6cc00e3708c46d1791dc622fef6a9b
4
- data.tar.gz: a08f60ed3d99e4c6ff5d83b27647aa27aa0b5e72
3
+ metadata.gz: 36395505ce86cec4462793e9888f83720c15e56a
4
+ data.tar.gz: cd5b15ef880bc37b89e19224acf2a3f1fcc2038e
5
5
  SHA512:
6
- metadata.gz: 7c56cf50cb4451678ee89256caa65089662b524c5477e3d9017f121706fdebc948ab5f4e7657e833433ec0c027dfb1dfb172704aba7e2aa059cef14eb441e59f
7
- data.tar.gz: dda78fbd248ed911730650a91dd0df111dfefeef76621f090a09a9d6ba3a8c526cf292fb459f0facde66e8334d797c46b57e28dda9c010d884da5a42ed3adaff
6
+ metadata.gz: e59985b600f2bb61bea21fc44db97f25e2a018f7ab2e37e34107f9cabdd89161827c885103b9cab41b5c268582a94b373440fd03fd498f45a7a08780e7b81a94
7
+ data.tar.gz: d2aa5598920366ea277482ebdbb73fcaf12dd7221db50d7fc73ba2fe29f3cf22cc39614f0613b5d40bd1c3e81bbbbad1f0aeca48ef13d9beb1aca8b7847da0ad
data/jbcden_ttt.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.authors = ["Jacob Chae"]
11
11
  spec.email = ["jbcden@gmail.com"]
12
12
  spec.summary = %q{A basic command line based game of tic tac toe.}
13
- spec.homepage = "https://github.com/jbcden/tic-tac-toe"
13
+ spec.homepage = "https://github.com/jbcden/jbcden_ttt"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module JbcdenTtt
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jbcden_ttt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Chae
@@ -70,7 +70,7 @@ files:
70
70
  - test/player_test.rb
71
71
  - test/test_helper.rb
72
72
  - test/tile_test.rb
73
- homepage: https://github.com/jbcden/tic-tac-toe
73
+ homepage: https://github.com/jbcden/jbcden_ttt
74
74
  licenses:
75
75
  - MIT
76
76
  metadata: {}