rpsg 0.2.7 → 0.2.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: 850b74f3c50f5375d7ce693ad4974281152002da
4
- data.tar.gz: 69b31dac9933af99c1c9301a5c0cec78bf8ac2b4
3
+ metadata.gz: 8896e3aef10704523436e0eaf8dafb48c7fe7ad9
4
+ data.tar.gz: 92ba07278cb4b8173340d54053fbb18e410d9ddd
5
5
  SHA512:
6
- metadata.gz: aeff61f2545db15bc00cd473a86c7390f9858cfd5dbee8bb5d11d3926c66c56bffcd557ff40e81dc46650a9fe21637cd796eeeef26c9f533136ece4bd96b9329
7
- data.tar.gz: 33572158dece8173f33ab27fa916aaf7d03fad6f154aaef7fcd676fd70f17b7e129d01d2781ad64c393334313ab53027c884a14f2ad1ac4feea70ded6549addf
6
+ metadata.gz: e41b164b28684166251c3af1f13c441b1520cb5e71aa9240e0ef247c528b2b9d54c558a4f0ab3f446ef660b57af218fc805b769812097831fd03d8692742c6a6
7
+ data.tar.gz: ec69fe8b30ed6a51a2d262c46555212198a5222da25c02ea32a2bd10d47b9d69f5e00044ca72160345f1250be912aeba2eff85a7477b2d56f53a4c1d006bb90e
data/doc/created.rid CHANGED
@@ -1,5 +1,5 @@
1
- Fri, 13 Oct 2017 16:26:45 -0700
1
+ Fri, 13 Oct 2017 17:42:50 -0700
2
2
  lib/Constants.rb Thu, 12 Oct 2017 14:19:30 -0700
3
3
  lib/Main.rb Fri, 13 Oct 2017 15:04:14 -0700
4
4
  lib/PrivateMethods.rb Thu, 12 Oct 2017 18:36:58 -0700
5
- lib/rpsg/version.rb Fri, 13 Oct 2017 15:54:01 -0700
5
+ lib/rpsg/version.rb Fri, 13 Oct 2017 16:48:43 -0700
Binary file
Binary file
Binary file
data/docs/_config.yml CHANGED
@@ -1,8 +1,11 @@
1
1
  title: Rock Paper Scissors Game
2
+ # title_separator: "-"
3
+ # name: "RPSG"
2
4
  description: A Ruby Programmed Rock Paper Scissors Game
3
5
  show_downloads: true
4
6
  google_analytics: false
5
7
  theme: jekyll-theme-cayman # important
8
+ url: "https://bag3318.github.io/RPSG"
6
9
  repository: "bag3318/RPSG"
7
10
  port: 1988
8
11
  include:
@@ -4,13 +4,13 @@
4
4
  <table>
5
5
  <tr>
6
6
  <td><a href="./">Home</a></td>
7
- <td><a href="{{ domain }}readme">README.md</a></td>
7
+ <td><a href="{{ domain }}readme">README File</a></td>
8
8
  <td><a href="{{ domain }}code">Master Code</a></td>
9
9
  <td><a href="{{ domain }}simple">Simple Code</td>
10
10
  </tr>
11
11
  </table>
12
12
  <br/>
13
13
  <hr/>
14
- <span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span><span><strong><a href="{{ site.github.repository_url }}">Source Code</a></strong></span>
14
+ <span class="site-footer-owner"><a href="{{ site.github.repository_url }}" target="_blank">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}" target="_blank">{{ site.github.owner_name }}</a>.</span><span><strong><a href="{{ site.github.repository_url }}" target="_blank">Source Code</a></strong></span>
15
15
  {% endif %}
16
16
  </footer>
@@ -2,8 +2,8 @@
2
2
  <h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
3
3
  <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
4
4
  {% if site.github.is_project_page %}
5
- <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
6
- <a href="{{ site.github.issues_url }}" class="btn">Report a Bug</a>
5
+ <a href="{{ site.github.repository_url }}" class="btn" target="_blank">View on GitHub</a>
6
+ <a href="{{ site.github.issues_url }}" target="_blank" class="btn">Report a Bug</a>
7
7
  {% endif %}
8
8
  {% if site.show_downloads %}
9
9
  <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
@@ -13,7 +13,7 @@
13
13
  {% if site.github.is_project_page %}
14
14
  <a href="#site-nav" class="btn">Site Navigation</a>
15
15
  {% endif %}
16
- {% if page.title != "Play Rock Paper Scissors Game - Home" and site.github.is_project_page %}
16
+ {% if page.title != "RPSG" and site.github.is_project_page %}
17
17
  <a href="./" class="btn">Home</a>
18
18
  {% endif %}
19
19
  </section>
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=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=6366cf8a67b135971039373c3feb513e14145e33"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
@@ -25,8 +25,8 @@
25
25
  <h1 class="project-name">Rock Paper Scissors Game</h1>
26
26
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
27
 
28
- <a href="http://github.com/bag3318/RPSG" class="btn">View on GitHub</a>
29
- <a href="http://github.com/bag3318/RPSG/issues" class="btn">Report a Bug</a>
28
+ <a href="http://github.com/bag3318/RPSG" class="btn" target="_blank">View on GitHub</a>
29
+ <a href="http://github.com/bag3318/RPSG/issues" target="_blank" class="btn">Report a Bug</a>
30
30
 
31
31
 
32
32
  <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
@@ -48,25 +48,23 @@
48
48
  <p>the master code will look like this:</p>
49
49
  </blockquote>
50
50
 
51
+ <div class="highlighter-rouge"><pre class="highlight"><code>% rpsg
52
+ </code></pre>
53
+ </div>
54
+
51
55
  <div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="c1">#!/usr/bin/env ruby</span>
52
56
 
53
57
  <span class="cm">=begin
54
- |====================================|
55
- | Req Ruby Ver | Req Ruby Gems Ver |
56
- |--------------|---------------------|
57
- | &gt;= v2.0.0 | &gt;= v2.6.0 |
58
- |====================================|
58
+ |==============|
59
+ | Req Ruby Ver |
60
+ |--------------|
61
+ | &gt;= v2.0.0 |
62
+ |==============|
59
63
  =end</span>
60
64
 
61
65
  <span class="c1"># create master class for rpsg</span>
62
66
  <span class="k">class</span> <span class="nc">RockPaperScissorsGame</span>
63
67
 
64
- <span class="c1"># specify the version for the rubygem</span>
65
- <span class="k">module</span> <span class="nn">RPSG</span>
66
- <span class="c1"># create version constant for the rubygem</span>
67
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"0.2.7"</span>
68
- <span class="k">end</span>
69
-
70
68
  <span class="c1"># create module that holds all contents for this script</span>
71
69
  <span class="k">module</span> <span class="nn">Constants</span>
72
70
 
@@ -210,14 +208,14 @@
210
208
  <table>
211
209
  <tr>
212
210
  <td><a href="./">Home</a></td>
213
- <td><a href="readme">README.md</a></td>
211
+ <td><a href="readme">README File</a></td>
214
212
  <td><a href="code">Master Code</a></td>
215
213
  <td><a href="simple">Simple Code</td>
216
214
  </tr>
217
215
  </table>
218
216
  <br/>
219
217
  <hr/>
220
- <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG">RPSG</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG">Source Code</a></strong></span>
218
+ <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG" target="_blank">RPSG</a> is maintained by <a href="http://github.com/bag3318" target="_blank">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG" target="_blank">Source Code</a></strong></span>
221
219
 
222
220
  </footer>
223
221
  </section>
@@ -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=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=6366cf8a67b135971039373c3feb513e14145e33"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
@@ -25,8 +25,8 @@
25
25
  <h1 class="project-name">Rock Paper Scissors Game</h1>
26
26
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
27
 
28
- <a href="http://github.com/bag3318/RPSG" class="btn">View on GitHub</a>
29
- <a href="http://github.com/bag3318/RPSG/issues" class="btn">Report a Bug</a>
28
+ <a href="http://github.com/bag3318/RPSG" class="btn" target="_blank">View on GitHub</a>
29
+ <a href="http://github.com/bag3318/RPSG/issues" target="_blank" class="btn">Report a Bug</a>
30
30
 
31
31
 
32
32
  <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
@@ -37,15 +37,15 @@
37
37
  <a href="#site-nav" class="btn">Site Navigation</a>
38
38
 
39
39
 
40
- <a href="./" class="btn">Home</a>
41
-
42
40
  </section>
43
41
  <section class="main-content">
44
42
 
45
43
  <h1 id="rock-paper-scissors-game">Rock Paper Scissors Game</h1>
46
44
 
47
- <p>Welcome to my <strong>RPSG</strong> home site. I created my <code class="highlighter-rouge">RPSG</code> gem with <strong>Ruby</strong>, the programming language.
48
- Please Enjoy! :)</p>
45
+ <blockquote>
46
+ <p>Welcome to my <strong>RPSG</strong> home site. I created my <code class="highlighter-rouge">RPSG</code> gem with <strong>Ruby</strong>, the programming language.<br />
47
+ <em><strong>Please Enjoy! :)</strong></em></p>
48
+ </blockquote>
49
49
 
50
50
 
51
51
 
@@ -55,14 +55,14 @@ Please Enjoy! :)</p>
55
55
  <table>
56
56
  <tr>
57
57
  <td><a href="./">Home</a></td>
58
- <td><a href="readme">README.md</a></td>
58
+ <td><a href="readme">README File</a></td>
59
59
  <td><a href="code">Master Code</a></td>
60
60
  <td><a href="simple">Simple Code</td>
61
61
  </tr>
62
62
  </table>
63
63
  <br/>
64
64
  <hr/>
65
- <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG">RPSG</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG">Source Code</a></strong></span>
65
+ <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG" target="_blank">RPSG</a> is maintained by <a href="http://github.com/bag3318" target="_blank">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG" target="_blank">Source Code</a></strong></span>
66
66
 
67
67
  </footer>
68
68
  </section>
@@ -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=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=6366cf8a67b135971039373c3feb513e14145e33"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
@@ -25,8 +25,8 @@
25
25
  <h1 class="project-name">Rock Paper Scissors Game</h1>
26
26
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
27
 
28
- <a href="http://github.com/bag3318/RPSG" class="btn">View on GitHub</a>
29
- <a href="http://github.com/bag3318/RPSG/issues" class="btn">Report a Bug</a>
28
+ <a href="http://github.com/bag3318/RPSG" class="btn" target="_blank">View on GitHub</a>
29
+ <a href="http://github.com/bag3318/RPSG/issues" target="_blank" class="btn">Report a Bug</a>
30
30
 
31
31
 
32
32
  <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
@@ -95,14 +95,14 @@
95
95
  <table>
96
96
  <tr>
97
97
  <td><a href="./">Home</a></td>
98
- <td><a href="readme">README.md</a></td>
98
+ <td><a href="readme">README File</a></td>
99
99
  <td><a href="code">Master Code</a></td>
100
100
  <td><a href="simple">Simple Code</td>
101
101
  </tr>
102
102
  </table>
103
103
  <br/>
104
104
  <hr/>
105
- <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG">RPSG</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG">Source Code</a></strong></span>
105
+ <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG" target="_blank">RPSG</a> is maintained by <a href="http://github.com/bag3318" target="_blank">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG" target="_blank">Source Code</a></strong></span>
106
106
 
107
107
  </footer>
108
108
  </section>
@@ -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=86c4cccf977d06d6ce8236f5c5502fba1242e2b9"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=6366cf8a67b135971039373c3feb513e14145e33"/>
11
11
  <script src="assets/js/pace.min.js"></script>
12
12
 
13
13
  <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
@@ -25,8 +25,8 @@
25
25
  <h1 class="project-name">Rock Paper Scissors Game</h1>
26
26
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
27
 
28
- <a href="http://github.com/bag3318/RPSG" class="btn">View on GitHub</a>
29
- <a href="http://github.com/bag3318/RPSG/issues" class="btn">Report a Bug</a>
28
+ <a href="http://github.com/bag3318/RPSG" class="btn" target="_blank">View on GitHub</a>
29
+ <a href="http://github.com/bag3318/RPSG/issues" target="_blank" class="btn">Report a Bug</a>
30
30
 
31
31
 
32
32
  <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
@@ -82,14 +82,14 @@
82
82
  <table>
83
83
  <tr>
84
84
  <td><a href="./">Home</a></td>
85
- <td><a href="readme">README.md</a></td>
85
+ <td><a href="readme">README File</a></td>
86
86
  <td><a href="code">Master Code</a></td>
87
87
  <td><a href="simple">Simple Code</td>
88
88
  </tr>
89
89
  </table>
90
90
  <br/>
91
91
  <hr/>
92
- <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG">RPSG</a> is maintained by <a href="http://github.com/bag3318">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG">Source Code</a></strong></span>
92
+ <span class="site-footer-owner"><a href="http://github.com/bag3318/RPSG" target="_blank">RPSG</a> is maintained by <a href="http://github.com/bag3318" target="_blank">bag3318</a>.</span><span><strong><a href="http://github.com/bag3318/RPSG" target="_blank">Source Code</a></strong></span>
93
93
 
94
94
  </footer>
95
95
  </section>
data/docs/code.md CHANGED
@@ -8,26 +8,24 @@ tite: "Master Code"
8
8
 
9
9
  > the master code will look like this:
10
10
 
11
+ ```
12
+ % rpsg
13
+ ```
14
+
11
15
  ```ruby
12
16
  #!/usr/bin/env ruby
13
17
 
14
18
  =begin
15
- |====================================|
16
- | Req Ruby Ver | Req Ruby Gems Ver |
17
- |--------------|---------------------|
18
- | >= v2.0.0 | >= v2.6.0 |
19
- |====================================|
19
+ |==============|
20
+ | Req Ruby Ver |
21
+ |--------------|
22
+ | >= v2.0.0 |
23
+ |==============|
20
24
  =end
21
25
 
22
26
  # create master class for rpsg
23
27
  class RockPaperScissorsGame
24
28
 
25
- # specify the version for the rubygem
26
- module RPSG
27
- # create version constant for the rubygem
28
- VERSION = "0.2.7"
29
- end
30
-
31
29
  # create module that holds all contents for this script
32
30
  module Constants
33
31
 
data/docs/index.md CHANGED
@@ -6,7 +6,7 @@ permalink: /index.html
6
6
 
7
7
  # Rock Paper Scissors Game
8
8
 
9
- Welcome to my **RPSG** home site. I created my `RPSG` gem with __Ruby__, the programming language.
10
- Please Enjoy! :)
9
+ > Welcome to my **RPSG** home site. I created my `RPSG` gem with __Ruby__, the programming language.<br/>
10
+ > _**Please Enjoy! :)**_
11
11
 
12
12
 
data/lib/rpsg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # specify the version for the rubygem
2
2
  module RPSG
3
3
  # create version constant for the rubygem
4
- VERSION = "0.2.7"
4
+ VERSION = "0.2.8"
5
5
  end
data/rpsg.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rpsg"
3
- spec.version = "0.2.7"
3
+ spec.version = "0.2.8"
4
4
  spec.date = "2017-10-13"
5
5
  spec.summary = "A Rock Paper Scissors Game RubyGem"
6
6
  spec.description = <<-EOF
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpsg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318