PlayRockPaperScissorsGame 1.9.8 → 2.0.0

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: 9eb6ff46a6ebde0dad6e8ab05862ca08d09de943
4
- data.tar.gz: ceed3c91efa1906f395022139105b6775b705deb
3
+ metadata.gz: 342a52c2973e863bb5470ddfab346c9721481bfe
4
+ data.tar.gz: ace60a996add1c5e4364ed00f527cf1c2306d786
5
5
  SHA512:
6
- metadata.gz: 1805a95075f4a41e2eb15d25315411a31457f8de0901a69bcf6951dd2c38f36811dd99d3f738bdf8630e6ad685d7781ef3311badde30ffa95318d4560b67b73b
7
- data.tar.gz: e5833145e2b5251d29f84511beaf813420ac2a2b29fcd8ee4f799368249ad73087221b8324badd673703e40c7d01c2fc5893ffe2c840f53a0c5d0b1056c7a5de
6
+ metadata.gz: 69c15401d4b0400ceabd6f996a9e56d762859a4de18c5089e73fa08029db4c6c32523147236a03753b1a5dd8997fa1b4d24e8c787a7760e0764a8fe0ef7d4a80
7
+ data.tar.gz: f3fe7793d0f2f5e25edfd5c4594e5c8f0219dd89782e72820371935c27cbb9c888dc93f2a634d05fba3238f154be7fc46a2578826bad95edba21d5ed84256a17
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -31,4 +31,8 @@ How to Run and Install
31
31
  1. Open the `rps.bat` file (located in the `exec` folder)
32
32
  * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`
33
33
 
34
+ ## Links
35
+
36
+ * [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame)
37
+
34
38
  [//]: # (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=51a1bf769d52690bd11d52ccf2449a07e10db7d9">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=167e7772107a4ee1d8dba6b92751f359668bf04c">
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=51a1bf769d52690bd11d52ccf2449a07e10db7d9">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=167e7772107a4ee1d8dba6b92751f359668bf04c">
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=51a1bf769d52690bd11d52ccf2449a07e10db7d9">
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=167e7772107a4ee1d8dba6b92751f359668bf04c">
11
11
  </head>
12
12
  <body>
13
13
  <section class="page-header">
@@ -46,6 +46,7 @@
46
46
  </li>
47
47
  </ul>
48
48
  </li>
49
+ <li><a href="#links">Links</a></li>
49
50
  </ul>
50
51
  </li>
51
52
  </ul>
@@ -85,11 +86,17 @@
85
86
  <ol>
86
87
  <li>Open the <code class="highlighter-rouge">rps.bat</code> file (located in the <code class="highlighter-rouge">exec</code> folder)
87
88
  <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
+ <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>; hit <kbd>enter</kbd></li>
89
90
  </ul>
90
91
  </li>
91
92
  </ol>
92
93
 
94
+ <h2 id="links">Links</h2>
95
+
96
+ <ul>
97
+ <li><a href="https://rubygems.org/gems/PlayRockPaperScissorsGame">Ruby Gems Page</a></li>
98
+ </ul>
99
+
93
100
  <hr />
94
101
 
95
102
  <table>
@@ -12,6 +12,7 @@ Rock Paper Scissors
12
12
  - [Uninstalling](#uninstalling)
13
13
  - [Install and Run on Windows](#install-and-run-on-windows)
14
14
  - [Running](#running-1)
15
+ - [Links](#links)
15
16
 
16
17
  How to Run and Install
17
18
  ----------------------
@@ -39,7 +40,11 @@ How to Run and Install
39
40
  #### Running
40
41
 
41
42
  1. Open the `rps.bat` file (located in the `exec` folder)
42
- * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`
43
+ * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`; hit <kbd>enter</kbd>
44
+
45
+ ## Links
46
+
47
+ * [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame)
43
48
 
44
49
  ----------
45
50
 
@@ -12,6 +12,7 @@ Rock Paper Scissors
12
12
  - [Uninstalling](#uninstalling)
13
13
  - [Install and Run on Windows](#install-and-run-on-windows)
14
14
  - [Running](#running-1)
15
+ - [Links](#links)
15
16
 
16
17
  How to Run and Install
17
18
  ----------------------
@@ -39,7 +40,11 @@ How to Run and Install
39
40
  #### Running
40
41
 
41
42
  1. Open the `rps.bat` file (located in the `exec` folder)
42
- * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`
43
+ * Another option: type in `rps` or `PlayRockPaperScissorsGame` in the `Command Prompt`; hit <kbd>enter</kbd>
44
+
45
+ ## Links
46
+
47
+ * [Ruby Gems Page](https://rubygems.org/gems/PlayRockPaperScissorsGame)
43
48
 
44
49
  ----------
45
50
 
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "1.9.8"
2
+ VERSION = "2.0.0"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "1.9.8"
3
+ spec.version = "2.0.0"
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.8
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
metadata.gz.sig CHANGED
Binary file