PlayRockPaperScissorsGame 2.6.3 → 2.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6e9ff6e7b690d618f213351d19b6ee32f2ea48d
4
- data.tar.gz: e35ebb3f9790b35bb7520a18d9ae181cbd396e95
3
+ metadata.gz: 3c6d11e1c7c04a08406834885543c61825cffbc6
4
+ data.tar.gz: c56c8b440146510d55fd360e7df32c3dbc005cc5
5
5
  SHA512:
6
- metadata.gz: 5864219aec580baf98e4835348c07f76658cc91af29bd6b49cd9ccbd7b1078f280367ae7dca5f48d44e6d82fc3b666095f8f46c0f4c30e253776e19b3380e9c3
7
- data.tar.gz: 11e29ed0d747344caf2b6f2f7530fdf56d1cb3afea6c1f21123163b3f62f2cc04324b2caac8343e101638a04dd9a1cad569ad75e2d5ac5fe3cb37d7f9235d44d
6
+ metadata.gz: 0b342aa58e0385edd767a0393b6eac77283fb100d6663aae7597a072c21261acb235dfbe78d7dbdf6289b043b48a6456e0a4fff12e06a4cb5b0394461c412239
7
+ data.tar.gz: c366787bca2d982b46075bc1eaf6da86a89c1d76f5ef74020c57dcb8b8d82261eb26eaaa4f39a2ffac43c18cc8eee1f205fcea4560936cea6c3f9def36928f66
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/docs/Code.md CHANGED
@@ -37,7 +37,7 @@ Master Code
37
37
  class PlayRockPaperScissorsGame
38
38
 
39
39
  module RockPaperScissors
40
- VERSION = "2.6.3"
40
+ VERSION = "2.6.4"
41
41
  end
42
42
 
43
43
  # import the colorize gem
@@ -89,7 +89,7 @@ end
89
89
  class PlayRockPaperScissorsGame
90
90
 
91
91
  module RockPaperScissors
92
- VERSION = "2.6.3"
92
+ VERSION = "2.6.4"
93
93
  end
94
94
 
95
95
  # import colorize gem
@@ -43,9 +43,9 @@
43
43
  <table>
44
44
  <tr>
45
45
  <td><a href="./">Home</a>
46
- <td><a href="{{ domain }}Testing">How to Test</a></td>
47
- <td><a href="{{ domain }}Comparing_Code">Comparing Code</a></td>
48
46
  <td><a href="{{ domain }}Code">Master Code</a></td>
47
+ <td><a href="{{ domain }}Comparing_Code">Comparing Code</a></td>
48
+ <td><a href="{{ domain }}Testing">How to Test</a></td>
49
49
  <td><a href="{{ domain }}How_to_Build">How to Build</a></td>
50
50
  <td><a href="{{ domain }}about">About</a></td>
51
51
  </tr>
data/docs/_site/Code.html CHANGED
@@ -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=a11cb915de76846077f62cffbdd5ad43dcb04f39"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=7e83029acab3a53d7500c302631c17934f6c563d"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -64,7 +64,7 @@
64
64
  <span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
65
65
 
66
66
  <span class="k">module</span> <span class="nn">RockPaperScissors</span>
67
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.3"</span>
67
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.4"</span>
68
68
  <span class="k">end</span>
69
69
 
70
70
  <span class="c1"># import the colorize gem</span>
@@ -190,9 +190,9 @@
190
190
  <table>
191
191
  <tr>
192
192
  <td><a href="./">Home</a>
193
- <td><a href="Testing">How to Test</a></td>
194
- <td><a href="Comparing_Code">Comparing Code</a></td>
195
193
  <td><a href="Code">Master Code</a></td>
194
+ <td><a href="Comparing_Code">Comparing Code</a></td>
195
+ <td><a href="Testing">How to Test</a></td>
196
196
  <td><a href="How_to_Build">How to Build</a></td>
197
197
  <td><a href="about">About</a></td>
198
198
  </tr>
@@ -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=a11cb915de76846077f62cffbdd5ad43dcb04f39"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=7e83029acab3a53d7500c302631c17934f6c563d"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -138,7 +138,7 @@
138
138
  <div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
139
139
 
140
140
  <span class="k">module</span> <span class="nn">RockPaperScissors</span>
141
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.3"</span>
141
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.6.4"</span>
142
142
  <span class="k">end</span>
143
143
 
144
144
  <span class="c1"># import colorize gem</span>
@@ -263,9 +263,9 @@
263
263
  <table>
264
264
  <tr>
265
265
  <td><a href="./">Home</a>
266
- <td><a href="Testing">How to Test</a></td>
267
- <td><a href="Comparing_Code">Comparing Code</a></td>
268
266
  <td><a href="Code">Master Code</a></td>
267
+ <td><a href="Comparing_Code">Comparing Code</a></td>
268
+ <td><a href="Testing">How to Test</a></td>
269
269
  <td><a href="How_to_Build">How to Build</a></td>
270
270
  <td><a href="about">About</a></td>
271
271
  </tr>
@@ -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=a11cb915de76846077f62cffbdd5ad43dcb04f39"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=7e83029acab3a53d7500c302631c17934f6c563d"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -67,9 +67,9 @@
67
67
  <table>
68
68
  <tr>
69
69
  <td><a href="./">Home</a>
70
- <td><a href="Testing">How to Test</a></td>
71
- <td><a href="Comparing_Code">Comparing Code</a></td>
72
70
  <td><a href="Code">Master Code</a></td>
71
+ <td><a href="Comparing_Code">Comparing Code</a></td>
72
+ <td><a href="Testing">How to Test</a></td>
73
73
  <td><a href="How_to_Build">How to Build</a></td>
74
74
  <td><a href="about">About</a></td>
75
75
  </tr>
@@ -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=a11cb915de76846077f62cffbdd5ad43dcb04f39"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=7e83029acab3a53d7500c302631c17934f6c563d"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -60,9 +60,9 @@
60
60
  <table>
61
61
  <tr>
62
62
  <td><a href="./">Home</a>
63
- <td><a href="Testing">How to Test</a></td>
64
- <td><a href="Comparing_Code">Comparing Code</a></td>
65
63
  <td><a href="Code">Master Code</a></td>
64
+ <td><a href="Comparing_Code">Comparing Code</a></td>
65
+ <td><a href="Testing">How to Test</a></td>
66
66
  <td><a href="How_to_Build">How to Build</a></td>
67
67
  <td><a href="about">About</a></td>
68
68
  </tr>
@@ -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=a11cb915de76846077f62cffbdd5ad43dcb04f39"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=7e83029acab3a53d7500c302631c17934f6c563d"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -67,9 +67,9 @@ I have decided to code a Ruby-programmed RPS game that uses full CLI<sup>2</sup>
67
67
  <table>
68
68
  <tr>
69
69
  <td><a href="./">Home</a>
70
- <td><a href="Testing">How to Test</a></td>
71
- <td><a href="Comparing_Code">Comparing Code</a></td>
72
70
  <td><a href="Code">Master Code</a></td>
71
+ <td><a href="Comparing_Code">Comparing Code</a></td>
72
+ <td><a href="Testing">How to Test</a></td>
73
73
  <td><a href="How_to_Build">How to Build</a></td>
74
74
  <td><a href="about">About</a></td>
75
75
  </tr>
@@ -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=a11cb915de76846077f62cffbdd5ad43dcb04f39"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=7e83029acab3a53d7500c302631c17934f6c563d"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  </head>
@@ -116,9 +116,9 @@
116
116
  <table>
117
117
  <tr>
118
118
  <td><a href="./">Home</a>
119
- <td><a href="Testing">How to Test</a></td>
120
- <td><a href="Comparing_Code">Comparing Code</a></td>
121
119
  <td><a href="Code">Master Code</a></td>
120
+ <td><a href="Comparing_Code">Comparing Code</a></td>
121
+ <td><a href="Testing">How to Test</a></td>
122
122
  <td><a href="How_to_Build">How to Build</a></td>
123
123
  <td><a href="about">About</a></td>
124
124
  </tr>
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RockPaperScissors
2
- VERSION = "2.6.3"
2
+ VERSION = "2.6.4"
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 = "2.6.3"
3
+ spec.version = "2.6.4"
4
4
  spec.date = "2017-05-08"
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: 2.6.3
4
+ version: 2.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
metadata.gz.sig CHANGED
Binary file