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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b57c4d40a677c287612cc4b9934b0269eea70f16
4
- data.tar.gz: cf872e901d9a1af7b0b02204963862ada60c655b
3
+ metadata.gz: 19b0fccba7a50fa6983e81957b5557d3872878bb
4
+ data.tar.gz: 3fcd83d80e1975f841f8940cb28e111c73586316
5
5
  SHA512:
6
- metadata.gz: 573e7286429621d16f341f67e8f1d89702e4e2003cc20dcd1d13710162d1fa25b5fb90e527f29421c80b392e17ee0b73c319caac8d0ab65d253bc7bdaf9d79d5
7
- data.tar.gz: f5934b90f3f824b69b6533677ce4fc7a65c52fc19d1439770ab1041932c13f6e6d6ec04ed5edaaa463357f09f0becb40f36e74af4815e9d77a684cff7cd083e4
6
+ metadata.gz: 384a93ea47a57337f544f5e6c0f2a15d18e72c74e7ba40f7151746d1b531c38d660136b49c6e498ba5079346eb61b1cd6527d5b111a25d4b9ec898a28e3f0f91
7
+ data.tar.gz: 573565c1f47ee870406e572d950d737b7b8346dc1536527d1cce07404b24ab6466e67558fa7ba91f310cb163a1782d3963479560f81cd8e1f6ed8a185ea86eb8
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # ScRockPaperScissors
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/sc_rock_paper_scissors`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Write usage instructions here
23
+ $ irb
24
+ 2.2.1 :001 > ScRockPaperScissors::RockPaperScissors.new.start_game
25
+
26
+ Game On!
26
27
 
27
28
  ## Development
28
29
 
@@ -1,3 +1,3 @@
1
1
  module ScRockPaperScissors
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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-13 00:00:00.000000000 Z
11
+ date: 2015-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler