PlayRockPaperScissorsGame 2.7.4 → 2.7.5

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: ee516b522faa3529e3382b59e051536f7930014b
4
- data.tar.gz: 006ef718d253fe01d1b70b7fa882396b562b103d
3
+ metadata.gz: 456b78986adb981eac7450b8e76b04543678961b
4
+ data.tar.gz: 07c136aa9736404534d5b26d05ec52922e79e801
5
5
  SHA512:
6
- metadata.gz: de2a7997eeedae9ef69ca2a539ed798934f9a925fa009bfcd28d39bdab8c01e467aaa4de2c1b169a040e6cf93f473ad548acc93260597a376b223c70c670dca2
7
- data.tar.gz: 367fccdab6c16f8b516ac6dd907bddd00be96eb2e8d56acda3f2e840a831c3cc2ac3c2670a787db2b456af4cdae5696909c54c3e38b46b77a15e49d5e04c5de9
6
+ metadata.gz: 900d62c5de03236dbf7ab7a116b9cd4dddbc72d8ddfebe93dd61dc1d26afff9b502c47a4fbabaa48f49a38d6210e9ce7b777c5efc1d68573e0a0494e65a2417d
7
+ data.tar.gz: 29e4c010f67aba511900ed044f9cdf0aaf93dcb8887e2856c45b00291a284f2586ab78cc79eb9f0b1ed48fe9dc24a6e9fee1db8cce09dd066b4ab9b7df71c44c
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.7.4"
40
+ VERSION = "2.7.5"
41
41
  end
42
42
 
43
43
  # import the colorize gem
@@ -115,7 +115,7 @@ Subtlety is usually painted all over advanced ruby code. While this does make th
115
115
  class PlayRockPaperScissorsGame
116
116
 
117
117
  module RockPaperScissors
118
- VERSION = "2.7.4"
118
+ VERSION = "2.7.5"
119
119
  end
120
120
 
121
121
  # import colorize gem
data/docs/_config.yml CHANGED
@@ -17,7 +17,6 @@ exclude:
17
17
  - jekyll-theme-cayman.gemspec
18
18
  - thumbnail.png
19
19
  - LICENSE
20
- - Copying.md
21
20
  gems:
22
21
  - github-pages
23
22
  # Sass/SCSS
@@ -11,9 +11,11 @@
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
  {% comment %}
14
- Real favicon generatior:
15
- ---------------------------------
16
- http://realfavicongenerator.net
14
+ |====================================|
15
+ | Real favicon generatior: |
16
+ |------------------------------------|
17
+ | http://realfavicongenerator.net |
18
+ |____________________________________|
17
19
  {% endcomment %}
18
20
  <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png"/>
19
21
  <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png"/>
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=f09bc17ad72d0b7e74dbec9a599d282978597735"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=27d8f0ac0a440e01544062fafdc743b32880058c"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
 
@@ -72,7 +72,7 @@
72
72
  <span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
73
73
 
74
74
  <span class="k">module</span> <span class="nn">RockPaperScissors</span>
75
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.4"</span>
75
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.5"</span>
76
76
  <span class="k">end</span>
77
77
 
78
78
  <span class="c1"># import the colorize gem</span>
@@ -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=f09bc17ad72d0b7e74dbec9a599d282978597735"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=27d8f0ac0a440e01544062fafdc743b32880058c"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
 
@@ -172,7 +172,7 @@
172
172
  <div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="k">class</span> <span class="nc">PlayRockPaperScissorsGame</span>
173
173
 
174
174
  <span class="k">module</span> <span class="nn">RockPaperScissors</span>
175
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.4"</span>
175
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"2.7.5"</span>
176
176
  <span class="k">end</span>
177
177
 
178
178
  <span class="c1"># import colorize gem</span>
@@ -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=f09bc17ad72d0b7e74dbec9a599d282978597735"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=27d8f0ac0a440e01544062fafdc743b32880058c"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
 
@@ -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=f09bc17ad72d0b7e74dbec9a599d282978597735"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=27d8f0ac0a440e01544062fafdc743b32880058c"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
 
@@ -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=f09bc17ad72d0b7e74dbec9a599d282978597735"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=27d8f0ac0a440e01544062fafdc743b32880058c"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
 
@@ -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=f09bc17ad72d0b7e74dbec9a599d282978597735"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=27d8f0ac0a440e01544062fafdc743b32880058c"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
 
@@ -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=f09bc17ad72d0b7e74dbec9a599d282978597735"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=27d8f0ac0a440e01544062fafdc743b32880058c"/>
11
11
  <link rel="stylesheet" href="assets/css/pace.css" />
12
12
  <script src="assets/js/pace.min.js"></script>
13
13
 
@@ -43,9 +43,9 @@
43
43
 
44
44
  <h1 id="play-rock-paper-scissors-game">Play Rock Paper Scissors Game</h1>
45
45
 
46
- <p>My <code class="highlighter-rouge">Play Rock Paper Scissors Game</code> game is programmed in the Ruby programming language.</p>
46
+ <p>My <code class="highlighter-rouge">Play Rock Paper Scissors Game</code> is programmed in the Ruby programming language.</p>
47
47
 
48
- <p>I hope you will enjoy it! :]</p>
48
+ <p><strong>I hope you will enjoy it! :]</strong></p>
49
49
 
50
50
 
51
51
  <footer class="site-footer">
data/docs/index.md CHANGED
@@ -5,6 +5,6 @@ title: Play Rock Paper Scissors Game - Home
5
5
 
6
6
  # Play Rock Paper Scissors Game
7
7
 
8
- My `Play Rock Paper Scissors Game` game is programmed in the Ruby programming language.
8
+ My `Play Rock Paper Scissors Game` is programmed in the Ruby programming language.
9
9
 
10
- I hope you will enjoy it! :\]
10
+ **I hope you will enjoy it! :\]**
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RockPaperScissors
2
- VERSION = "2.7.4"
2
+ VERSION = "2.7.5"
3
3
  end
data/rps.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "PlayRockPaperScissorsGame"
3
- spec.version = "2.7.4"
4
- spec.date = "2017-05-09"
3
+ spec.version = "2.7.5"
4
+ spec.date = "2017-05-10"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
7
7
  A Ruby-programmed rock paper scissors game.
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.7.4
4
+ version: 2.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -30,7 +30,7 @@ cert_chain:
30
30
  ft+uhriUZSVDBJRLSlrQEH2f0866a9dA4oUmvvFU46Mh6pozDjOcLJIp/tCnbVOc
31
31
  HSdXPrjfOoDbhBPH/4wUd5P0rDoNKN1hxH4SzA==
32
32
  -----END CERTIFICATE-----
33
- date: 2017-05-09 00:00:00.000000000 Z
33
+ date: 2017-05-10 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: bundler
@@ -123,7 +123,6 @@ files:
123
123
  - certs/gem-public_cert.pem
124
124
  - docs/Code.md
125
125
  - docs/Comparing_Code.md
126
- - docs/Copying.md
127
126
  - docs/Gemfile
128
127
  - docs/How_to_Build.md
129
128
  - docs/How_to_Run.md
metadata.gz.sig CHANGED
Binary file
data/docs/Copying.md DELETED
@@ -1,45 +0,0 @@
1
- ---
2
- layout: default
3
- title: Copying - Play Rock Paper Scissors Game
4
- permalink: /copying.html
5
- ---
6
-
7
- # Rules for Copying
8
-
9
- Since this project has an [MIT](https://en.wikipedia.org/wiki/MIT_License), one will be allowed to copy the code.
10
- However, one must follow this main rule:
11
-
12
- * **Change the code in some way**
13
-
14
- The above rule means that you must change any part of the code by physically adding or removing something from it.
15
-
16
- **This does not include adding a <kbd>space</kbd> or a <kbd>carriage return (enter/return)</kbd>**
17
-
18
- **The best way to follow the above rule is to add or remove a comment from the code**.
19
-
20
- Ex.
21
-
22
- ## Before
23
-
24
- ```ruby
25
- module Constants
26
- NTRY_TO_SYM = { # define entry to symbol (key to value)
27
- 'p' => :PAPER ,
28
- 'r' => :ROCK ,
29
- 's' => :SCISSORS
30
- }
31
- # .....
32
- ```
33
-
34
- ## After
35
-
36
- ```ruby
37
- module Constants
38
- NTRY_TO_SYM = {
39
- 'p' => :PAPER ,
40
- 'r' => :ROCK ,
41
- 's' => :SCISSORS
42
- }
43
- # .....
44
-
45
- ```