PlayRockPaperScissorsGame 1.9.7 → 1.9.8

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: 9776bde499d6f235ae11d3ef14ee0ddafe9b19e5
4
- data.tar.gz: 570227594726c9ce71e2665ea790f8df1a4f7033
3
+ metadata.gz: 9eb6ff46a6ebde0dad6e8ab05862ca08d09de943
4
+ data.tar.gz: ceed3c91efa1906f395022139105b6775b705deb
5
5
  SHA512:
6
- metadata.gz: 6b7c1e9ac0833ae81d14e534749902f3b09fdd5bcd85f1f7de7f63ca2b313f4311ca5c0e89f9a15f37d3bd416ea0498cbc8b2229a5cce849039e50feedf55348
7
- data.tar.gz: 35210d929a504b780639c7c66d5d3a944fc23902c925031af27078b90e2760e81933aa31c45115861d4ac761a34102fe41c786ab6ed55b06df63cf86f37bb3d0
6
+ metadata.gz: 1805a95075f4a41e2eb15d25315411a31457f8de0901a69bcf6951dd2c38f36811dd99d3f738bdf8630e6ad685d7781ef3311badde30ffa95318d4560b67b73b
7
+ data.tar.gz: e5833145e2b5251d29f84511beaf813420ac2a2b29fcd8ee4f799368249ad73087221b8324badd673703e40c7d01c2fc5893ffe2c840f53a0c5d0b1056c7a5de
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -29,5 +29,6 @@ How to Run and Install
29
29
  #### Running
30
30
 
31
31
  1. Open the `rps.bat` file (located in the `exec` folder)
32
+ * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`
32
33
 
33
34
  [//]: # (end)
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=56855f08c378e5be52ffe23f0286aa90fa0e0707">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=51a1bf769d52690bd11d52ccf2449a07e10db7d9">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=56855f08c378e5be52ffe23f0286aa90fa0e0707">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=51a1bf769d52690bd11d52ccf2449a07e10db7d9">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -27,7 +27,7 @@
27
27
 
28
28
  <p>Hi there! We’re thrilled that you’d like to contribute to this project. Your help is essential for keeping it great.</p>
29
29
 
30
- <p>Please note that this project is released with a <a href="CODE_OF_CONDUCT.md">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p>
30
+ <p>Please note that this project is released with a <a href="/CODE_OF_CONDUCT.html">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p>
31
31
 
32
32
  <h2 id="submitting-a-pull-request">Submitting a pull request</h2>
33
33
 
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <meta name="theme-color" content="#157878">
9
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10
- <link rel="stylesheet" href="/assets/css/style.css?v=56855f08c378e5be52ffe23f0286aa90fa0e0707">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=51a1bf769d52690bd11d52ccf2449a07e10db7d9">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -83,7 +83,11 @@
83
83
  <h4 id="running-1">Running</h4>
84
84
 
85
85
  <ol>
86
- <li>Open the <code class="highlighter-rouge">rps.bat</code> file (located in the <code class="highlighter-rouge">exec</code> folder)</li>
86
+ <li>Open the <code class="highlighter-rouge">rps.bat</code> file (located in the <code class="highlighter-rouge">exec</code> folder)
87
+ <ul>
88
+ <li>Another option: type in <code class="highlighter-rouge">rps</code> or <code class="highlighter-rouge">PlayRockPaperScissorsGame</code> in the <code class="highlighter-rouge">Command Prompt</code></li>
89
+ </ul>
90
+ </li>
87
91
  </ol>
88
92
 
89
93
  <hr />
data/docs/_site/index.md CHANGED
@@ -39,6 +39,7 @@ How to Run and Install
39
39
  #### Running
40
40
 
41
41
  1. Open the `rps.bat` file (located in the `exec` folder)
42
+ * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`
42
43
 
43
44
  ----------
44
45
 
data/docs/index.md CHANGED
@@ -39,6 +39,7 @@ How to Run and Install
39
39
  #### Running
40
40
 
41
41
  1. Open the `rps.bat` file (located in the `exec` folder)
42
+ * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`
42
43
 
43
44
  ----------
44
45
 
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "1.9.7"
2
+ VERSION = "1.9.8"
3
3
  end
data/rps.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.9.7"
3
+ spec.version = "1.9.8"
4
4
  spec.date = "2017-04-02"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PlayRockPaperScissorsGame
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
metadata.gz.sig CHANGED
Binary file