viking_room7 0.1.0 → 0.1.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: 99a902564adcc4dcd3c5a485c2c9c1e1cc18a5cb
4
- data.tar.gz: 09cd0f9ea8ee3b927be55d812c0b2b948f716a54
3
+ metadata.gz: 420695038518f1334a68fd88e8d9f00ff8e78405
4
+ data.tar.gz: 1c94a07b52362ce9d2bb61c81299a0b648ca8f25
5
5
  SHA512:
6
- metadata.gz: 0bce332bf99107cad19a4c3f749171c6073a6aec875cb78b97d74cb1f853b355b255267b6961dde0ed3d51e2341273bcb14aba3018d32b54f3f5ead370944527
7
- data.tar.gz: dd72e6eb985f629bdc22b315591a65f7281f89b7d52dd1d744cca87c1bdb4aebc8819a19704a3ab0bc3c578da88963bbc1dcf011f6519ddaa31e78f7378c3a0a
6
+ metadata.gz: 95cd44cfd319b2b0f2683c0fd1d2735c5a8ea079418fe43f708f8ff3da81078e70dfbf359faba699a4daa0ab76b2f1a887d70ca1d114889576f2efc36fc8ea3d
7
+ data.tar.gz: 12185cabd19ac77780900b559e8f4d26330be5f9ab118379c0091feec50bfa87ace6e3df4c1488410b5c34d61f9a4f403b0a9de49ed430dc426074d2757097d5
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # VikingRoom7
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/viking_room7`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Authors: Leo and Dylan
4
4
 
5
- TODO: Delete this and the text above, and describe your gem
5
+ This gem is a game called Rock, Paper and Scissors.
6
6
 
7
7
  ## Installation
8
8
 
@@ -22,7 +22,11 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ To use, install the gem using the instructions above.
26
+
27
+ To play a game, enter an IRB session. In the session, type in "require 'viking_room7'." Instantiate a new object like so: rps = VikingRoom7::RPS.new. The game should start and you will be prompted with entering your name.
28
+
29
+ Cheers!
26
30
 
27
31
  ## Development
28
32
 
@@ -1,3 +1,3 @@
1
1
  module VikingRoom7
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viking_room7
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leo Ahnn