mastermind-nowsiany 1.0.0 → 1.0.1

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: bdc1a3944022d7c135c56e35f371f3b847e80698
4
- data.tar.gz: 113b5f27d62d26699bf4f4ecaef3a1aaba3686cf
3
+ metadata.gz: 9400a715df13c713caccacbcdb6906a0794d5263
4
+ data.tar.gz: b4122a3591eac317e9e8da2bd87b9b1eb3f1aace
5
5
  SHA512:
6
- metadata.gz: 78d0599fdbe3e1d311dd9f37b9a04a2e41c74ea6a2c8fb2feb756571f7fd0457537b77a015abb600e0a9457ff63523ac9cdb2f7c5d6bcb3f33abb04e36f437e9
7
- data.tar.gz: 0c5191130ed31efb2e120d640d245e1e486c8e609816805fa7e169a382d25aab37b3448c9ed5c22b401f8c37402a1a54c0c4b56095ad46dece2eb65e093a0d39
6
+ metadata.gz: c6c852630a9cb18817b2854f685022b7e8fb985ff79ec547b1f23152fe57a73203ecd6d90aa1c1e8a7f759ff537005d39350c84d1b65c9105e2925ed6827f992
7
+ data.tar.gz: 43e52dc463b83fe3fc4464b877a94598c0ce5530da59d80758c9f16ff48af2d5577a9b565cd0a5d34682d533480fc6d6728bdef4f1509222d84edb10a4fa90dc
File without changes
@@ -1,3 +1,3 @@
1
1
  module Mastermind
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastermind-nowsiany
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Owsiany
@@ -84,7 +84,7 @@ description: Play Mastermind through your command line... with multiplayer suppo
84
84
  email:
85
85
  - nowsiany@gmail.com
86
86
  executables:
87
- - mastermind
87
+ - mastermind-nowsiany
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
@@ -94,7 +94,7 @@ files:
94
94
  - LICENSE.txt
95
95
  - README.md
96
96
  - Rakefile
97
- - bin/mastermind
97
+ - bin/mastermind-nowsiany
98
98
  - lib/mastermind.rb
99
99
  - lib/mastermind/cli.rb
100
100
  - lib/mastermind/game_round.rb