saku_rps 0.4.0 → 0.4.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: db2e4aaeefb18f9cb67fabc1d12b2cc6a5123aaa
4
- data.tar.gz: 5f28d19a40d5d4a7f651adffda8d0a69f80af31f
3
+ metadata.gz: eb445b88195816ec9295a7bfda670444c7f813af
4
+ data.tar.gz: 57f45a3cc4ba165eb16afff7dddec5fb676850b9
5
5
  SHA512:
6
- metadata.gz: db95a3526948c46bd7391b70e33fd0774c795f36a8b08d4b9964e034aaacb72b7128f27bd57fae4bf715480e06e4252cbcfbfa9bbe1c73c13cc2ca051cf6903d
7
- data.tar.gz: ad23285a063ef93708f73f21aa823feb0d5f3118a5e625a32999880f8e6db4266b85b9488e104624dabf7706987886d815912bc540e6d59e791f8b73b6ec8075
6
+ metadata.gz: f9c93fe0e25f70ca74adf5e5faf1764a60a531c6c502e170667fb7c641be0c3f3b34ec8a7cc7df8ffc4df4371776a77705ecc90d3256a8a9b00440bcadeb7913
7
+ data.tar.gz: 1c58fd0bf8484619e04c78fd14cd71c1595b5b249b175e541bff0cf33b0991d76bf75c34065196452c1f346dba77739e4d974c7a2ce956ebf1fc5111ae3acaa5
@@ -1,9 +1,6 @@
1
1
  # if you wish to play the game in IRB/PRY load this file
2
2
  # This contains the code for the game state
3
3
 
4
- require_relative 'arena'
5
- require_relative 'player'
6
-
7
4
  module SakuRps
8
5
  class RPS
9
6
  attr_reader :players, :wins, :game_state, :win_tree
@@ -1,3 +1,3 @@
1
1
  module SakuRps
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saku_rps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Akuffo