connect_n 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/connect_n/demo/demo.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c77d16aeb634e3e518eadd0bc085e3a8eb4e545f5f61fcd04427b36e714fc441
4
- data.tar.gz: 4e16926c6fd1652d5c4f04749864fe4603356716833fb02a71a36a3740516091
3
+ metadata.gz: 4e5a0ffb2a0964d8bd3ba2aab0fe68674fddba3b1883e1edc36aacd8cf146843
4
+ data.tar.gz: f3f6ea5940c082039e1dde1837670ac54870e4e54781e1df41069a626d79602f
5
5
  SHA512:
6
- metadata.gz: 05fbc6ebf0c232d844186c7c48720412814341416012bc29cb8eefab993e1bd53f0558d874427d5a1d7dca66393e25c6fefb28f3a9e9f1242992d4b9d05188da
7
- data.tar.gz: de954704885290af0cab839bc9dd73f82ba320d286cbc77f088ba304e0730d179116500046f3422095b57320fb191c61f0abcb2f1ecfbac0b65c98a217a063a8
6
+ metadata.gz: 50b64aadf590804dbfe61bad3d94e588c8ee18692584b4600172dd6dc4fc889b534c8b2d1b7b0ecac325c378c5aa2c3357be31fceb1999e8f8cf4e602179f43d
7
+ data.tar.gz: da8c4da8f5063e9dc5af6cc55effd21b1002812abfd5ac7f3d6fcd84ac1b046c51461ef47267075e7ce4e49b431722ed3f94834caf49981aa185d84da995bce4
@@ -33,7 +33,7 @@ module ConnectN
33
33
  private
34
34
 
35
35
  def setup_parameters
36
- parameters[:human_players].push [Prompt.ask_for_human_name, Prompt.ask_for_disc]
36
+ parameters[:human_players].push [Prompt.ask_for_name, Prompt.ask_for_disc]
37
37
 
38
38
  parameters[:cols_amount] = Prompt.ask_for_cols_amount
39
39
  parameters[:rows_amount] = Prompt.ask_for_rows_amount
@@ -42,7 +42,7 @@ module ConnectN
42
42
  parameters[:mode] = Prompt.ask_for_mode
43
43
 
44
44
  if parameters[:mode] == 'multiplayer'
45
- parameters[:human_players].push [Prompt.ask_for_human_name, Prompt.ask_for_disc]
45
+ parameters[:human_players].push [Prompt.ask_for_name, Prompt.ask_for_disc]
46
46
  else
47
47
  parameters[:difficulty] = Prompt.ask_for_difficulty
48
48
  parameters[:human_starts?] = Prompt.starts?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: connect_n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lhoussaine (Jee-El) Ghallou