sc_rock_paper_scissors 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 +4 -4
- data/README.md +5 -4
- data/lib/sc_rock_paper_scissors/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19b0fccba7a50fa6983e81957b5557d3872878bb
|
4
|
+
data.tar.gz: 3fcd83d80e1975f841f8940cb28e111c73586316
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 384a93ea47a57337f544f5e6c0f2a15d18e72c74e7ba40f7151746d1b531c38d660136b49c6e498ba5079346eb61b1cd6527d5b111a25d4b9ec898a28e3f0f91
|
7
|
+
data.tar.gz: 573565c1f47ee870406e572d950d737b7b8346dc1536527d1cce07404b24ab6466e67558fa7ba91f310cb163a1782d3963479560f81cd8e1f6ed8a185ea86eb8
|
data/README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
# ScRockPaperScissors
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
3
|
+
This is the scissors paper rock game in a module.
|
6
4
|
|
7
5
|
## Installation
|
8
6
|
|
@@ -22,7 +20,10 @@ Or install it yourself as:
|
|
22
20
|
|
23
21
|
## Usage
|
24
22
|
|
25
|
-
|
23
|
+
$ irb
|
24
|
+
2.2.1 :001 > ScRockPaperScissors::RockPaperScissors.new.start_game
|
25
|
+
|
26
|
+
Game On!
|
26
27
|
|
27
28
|
## Development
|
28
29
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sc_rock_paper_scissors
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Chang
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|