rpsg 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,212 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en-us">
3
+ <head>
4
+ <meta charset="UTF-8"/>
5
+ <title>How to Install - RPSG</title>
6
+ <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
7
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
+ <meta name="theme-color" content="#157878"/>
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=71a557b53af5e905f0322456201237a9ff2729d1"/>
11
+ <script src="assets/js/pace.min.js"></script>
12
+
13
+ <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
14
+ <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
15
+ <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
16
+ <link rel="manifest" href="assets/favicons/manifest.json"/>
17
+ <link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
18
+ <!--
19
+ <meta name="theme-color" content="#ffffff">
20
+ -->
21
+ </head>
22
+ <body>
23
+
24
+ <section class="page-header">
25
+ <h1 class="project-name">Rock Paper Scissors Game</h1>
26
+ <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
+
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
+
31
+
32
+ <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
33
+ <a href="http://github.com/bag3318/RPSG/tarball/gh-pages" class="btn">Download .tar.gz</a>
34
+
35
+ <br/>
36
+
37
+ <a href="#site-nav" class="btn">Site Navigation</a>
38
+
39
+
40
+ <a href="./" class="btn">Home</a>
41
+
42
+ </section>
43
+ <section class="main-content">
44
+
45
+ <h1 id="install-guide">Install Guide</h1>
46
+
47
+ <blockquote>
48
+ <p>This guide will tell you how to install everything that is needed for using my <strong><code class="highlighter-rouge">RPSG</code></strong> gem.</p>
49
+ </blockquote>
50
+
51
+ <h2 id="for-macosx">For Mac/OSX</h2>
52
+
53
+ <p><strong>What you will install:</strong></p>
54
+
55
+ <ol>
56
+ <li>Ruby</li>
57
+ <li>RubyGems</li>
58
+ <li>Homebrew</li>
59
+ <li>RVM</li>
60
+ <li>XCode Command Line Tools</li>
61
+ <li>RPSG (my RubyGem)</li>
62
+ </ol>
63
+
64
+ <h3 id="useful-skills">Useful Skills:</h3>
65
+
66
+ <h4 id="to-open-the-terminal">To open the <code class="highlighter-rouge">Terminal</code>:</h4>
67
+
68
+ <ol>
69
+ <li>Press <kbd>Command</kbd> + <kbd>Space</kbd></li>
70
+ <li>Type in <code class="highlighter-rouge">Terminal</code></li>
71
+ <li>Press <kbd>Return</kbd></li>
72
+ </ol>
73
+
74
+ <h4 id="to-copy">To Copy:</h4>
75
+
76
+ <ol>
77
+ <li>Press <kbd>Command</kbd> + <kbd>C</kbd></li>
78
+ </ol>
79
+
80
+ <h4 id="to-paste">To Paste</h4>
81
+
82
+ <ol>
83
+ <li>Press <kbd>Command</kbd> + <kbd>V</kbd></li>
84
+ </ol>
85
+
86
+ <h3 id="step-1---installing-xcode-command-line-tools">Step 1 - Installing XCode Command Line Tools</h3>
87
+
88
+ <ol>
89
+ <li>Open <code class="highlighter-rouge">Terminal</code> and copy/paste this: <code class="highlighter-rouge">sudo xcode-select --install</code> and hit <kbd>Return</kbd></li>
90
+ <li>You might need to enter your password a few times</li>
91
+ </ol>
92
+
93
+ <h3 id="step-2---installing-homebrew">Step 2 - Installing Homebrew</h3>
94
+
95
+ <ol>
96
+ <li>In the <code class="highlighter-rouge">Terminal</code>, copy/paste this: <code class="highlighter-rouge">/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code>, and hit <kbd>Return</kbd></li>
97
+ <li>You might need to enter your password</li>
98
+ </ol>
99
+
100
+ <h3 id="step-3---installing-rvmrubyrubygems">Step 3 - Installing RVM/Ruby/RubyGems</h3>
101
+
102
+ <ol>
103
+ <li>In the <code class="highlighter-rouge">Terminal</code>, copy/paste this: <code class="highlighter-rouge">\curl -sSL https://get.rvm.io | bash -s stable --ruby</code> and hit <kbd>Return</kbd></li>
104
+ <li>You might need to enter your password</li>
105
+ </ol>
106
+
107
+ <h3 id="step-4---installing-rpsg">Step 4 - Installing RPSG</h3>
108
+
109
+ <ol>
110
+ <li>Close <code class="highlighter-rouge">Terminal</code> by pressing <kbd>Command</kbd> + <kbd>Q&lt;/bkd&gt;</kbd></li>
111
+ <li>Open <code class="highlighter-rouge">Terminal</code> again</li>
112
+ <li>Type in the following: <code class="highlighter-rouge">gem install rpsg</code>, then hit <kbd>Return</kbd></li>
113
+ </ol>
114
+
115
+ <h3 id="step-5---running-rpsg">Step 5 - Running RPSG</h3>
116
+
117
+ <ol>
118
+ <li>Whenever you want to play Rock Paper Scissors, just open <code class="highlighter-rouge">Terminal</code> and type in: <code class="highlighter-rouge">rpsg</code>, then hit <kbd>Return</kbd></li>
119
+ </ol>
120
+
121
+ <h2 id="for-windows">For Windows</h2>
122
+
123
+ <p><strong>What you will install:</strong></p>
124
+
125
+ <ol>
126
+ <li>Ruby</li>
127
+ <li>RubyGems</li>
128
+ <li>RPSG (my RubyGem)</li>
129
+ </ol>
130
+
131
+ <h3 id="useful-skills-1">Useful Skills</h3>
132
+
133
+ <h4 id="opening-the-command-prompt">Opening the Command Prompt</h4>
134
+
135
+ <ol>
136
+ <li>Press <kbd>Windows</kbd> + <kbd>R</kbd></li>
137
+ <li>Type in <code class="highlighter-rouge">cmd</code></li>
138
+ <li>Press <kbd>Enter</kbd></li>
139
+ </ol>
140
+
141
+ <h4 id="to-copy-1">To Copy:</h4>
142
+
143
+ <ol>
144
+ <li>Press <kbd>Control</kbd> + <kbd>C</kbd></li>
145
+ </ol>
146
+
147
+ <h4 id="to-paste-1">To Paste</h4>
148
+
149
+ <ol>
150
+ <li>Press <kbd>Control</kbd> + <kbd>V</kbd></li>
151
+ </ol>
152
+
153
+ <h3 id="step-1---downloading-ruby-installer">Step 1 - Downloading Ruby Installer</h3>
154
+
155
+ <ol>
156
+ <li>Open a Web Browser
157
+ <ul>
158
+ <li>Web Browser ex: Chrome, Firefox, IE, Safari, Edge, Opera, etc…</li>
159
+ </ul>
160
+ </li>
161
+ <li>Copy/paste this into the browser’s URL bar <code class="highlighter-rouge">https://rubyinstaller.org/downloads/</code></li>
162
+ <li>Press <kbd>Enter</kbd></li>
163
+ <li>Download the appropriate installer</li>
164
+ </ol>
165
+
166
+ <h3 id="step-2---installing-ruby--rubygems">Step 2 - Installing Ruby &amp; RubyGems</h3>
167
+
168
+ <ol>
169
+ <li>Open the <code class="highlighter-rouge">rubyinstaller.exe</code> (may be named differently for you)</li>
170
+ <li>Proceed with the installation</li>
171
+ </ol>
172
+
173
+ <h3 id="step-3---installing-rpsg">Step 3 - Installing RPSG</h3>
174
+
175
+ <ol>
176
+ <li>Open the <code class="highlighter-rouge">Command Prompt</code></li>
177
+ <li>Type in the following: <code class="highlighter-rouge">gem install rpsg</code></li>
178
+ </ol>
179
+
180
+ <h3 id="step-4---running-rpsg">Step 4 - Running RPSG</h3>
181
+
182
+ <ol>
183
+ <li>Any time you would like to play rock paper scissors, just open the <code class="highlighter-rouge">Command Prompt</code> and type in: <code class="highlighter-rouge">rpsg</code> and hit <kbd>enter</kbd></li>
184
+ </ol>
185
+
186
+
187
+
188
+ <footer class="site-footer">
189
+
190
+ <h2 id="site-nav">Site Navigation</h2>
191
+ <table>
192
+ <tr>
193
+ <td><a href="./">Home</a></td>
194
+ <td><a href="readme">README File</a></td>
195
+ <td><a href="install">Install</a></td>
196
+ <td><a href="update">Update</a></td>
197
+ <td><a href="uninstall">Uninstall</a></td>
198
+ <td><a href="code">Master Code</a></td>
199
+ <td><a href="simple">Simple Code</td>
200
+ <td><a href="bundler">Bundler</a></td>
201
+ </tr>
202
+ </table>
203
+ <br/>
204
+ <hr/>
205
+ <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>
206
+
207
+ </footer>
208
+ </section>
209
+
210
+
211
+ </body>
212
+ </html>
@@ -2,12 +2,12 @@
2
2
  <html lang="en-us">
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
- <title>README</title>
5
+ <title>README - RPSG</title>
6
6
  <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
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=efe05ab70afce604cc2491b938df47c643454987"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=71a557b53af5e905f0322456201237a9ff2729d1"/>
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"/>
@@ -26,7 +26,7 @@
26
26
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
27
 
28
28
  <a href="http://github.com/bag3318/RPSG" class="btn" target="_blank">View on GitHub</a>
29
- <a href="" target="_blank" class="btn">Report a Bug</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>
@@ -87,7 +87,6 @@
87
87
 
88
88
  <p>RubyGems page: <a href="https://rubygems.org/gems/rpsg" target="_blank">https://rubygems.org/gems/rpsg</a></p>
89
89
 
90
-
91
90
 
92
91
  <footer class="site-footer">
93
92
 
@@ -96,8 +95,12 @@
96
95
  <tr>
97
96
  <td><a href="./">Home</a></td>
98
97
  <td><a href="readme">README File</a></td>
98
+ <td><a href="install">Install</a></td>
99
+ <td><a href="update">Update</a></td>
100
+ <td><a href="uninstall">Uninstall</a></td>
99
101
  <td><a href="code">Master Code</a></td>
100
102
  <td><a href="simple">Simple Code</td>
103
+ <td><a href="bundler">Bundler</a></td>
101
104
  </tr>
102
105
  </table>
103
106
  <br/>
@@ -2,12 +2,12 @@
2
2
  <html lang="en-us">
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
- <title>Simple Code</title>
5
+ <title>Simple Code - RPSG</title>
6
6
  <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
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=efe05ab70afce604cc2491b938df47c643454987"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=71a557b53af5e905f0322456201237a9ff2729d1"/>
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"/>
@@ -26,7 +26,7 @@
26
26
  <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
27
 
28
28
  <a href="http://github.com/bag3318/RPSG" class="btn" target="_blank">View on GitHub</a>
29
- <a href="" target="_blank" class="btn">Report a Bug</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>
@@ -85,8 +85,12 @@
85
85
  <tr>
86
86
  <td><a href="./">Home</a></td>
87
87
  <td><a href="readme">README File</a></td>
88
+ <td><a href="install">Install</a></td>
89
+ <td><a href="update">Update</a></td>
90
+ <td><a href="uninstall">Uninstall</a></td>
88
91
  <td><a href="code">Master Code</a></td>
89
92
  <td><a href="simple">Simple Code</td>
93
+ <td><a href="bundler">Bundler</a></td>
90
94
  </tr>
91
95
  </table>
92
96
  <br/>
@@ -0,0 +1,126 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en-us">
3
+ <head>
4
+ <meta charset="UTF-8"/>
5
+ <title>Test</title>
6
+ <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
7
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
+ <meta name="theme-color" content="#157878"/>
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=71a557b53af5e905f0322456201237a9ff2729d1"/>
11
+ <script src="assets/js/pace.min.js"></script>
12
+
13
+ <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
14
+ <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
15
+ <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
16
+ <link rel="manifest" href="assets/favicons/manifest.json"/>
17
+ <link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
18
+ <!--
19
+ <meta name="theme-color" content="#ffffff">
20
+ -->
21
+ </head>
22
+ <body>
23
+
24
+ <section class="page-header">
25
+ <h1 class="project-name">Rock Paper Scissors Game</h1>
26
+ <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
+
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
+
31
+
32
+ <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
33
+ <a href="http://github.com/bag3318/RPSG/tarball/gh-pages" class="btn">Download .tar.gz</a>
34
+
35
+ <br/>
36
+
37
+ <a href="#site-nav" class="btn">Site Navigation</a>
38
+
39
+
40
+ <a href="./" class="btn">Home</a>
41
+
42
+ </section>
43
+ <section class="main-content">
44
+
45
+ <h1 id="this-is-a-test">This is a test</h1>
46
+
47
+ <h1 id="this-is-a-test-1">This is a test</h1>
48
+
49
+ <hr />
50
+
51
+ <p><strong>kramdown comment</strong></p>
52
+
53
+ <!-- hello world -->
54
+
55
+ <p><strong>liquid comment</strong></p>
56
+
57
+ <p><strong>html comment</strong></p>
58
+
59
+ <!--
60
+ hello world
61
+ -->
62
+
63
+ <p><strong>markdown comments</strong></p>
64
+
65
+ <hr />
66
+
67
+ <p><a href="https://www.google.com/" target="_blank">Google</a>
68
+ <a href="https://www.google.com/" target="_blank">Google</a></p>
69
+
70
+ <hr />
71
+
72
+ <div class="highlighter-rouge"><pre class="highlight"><code># code
73
+ </code></pre>
74
+ </div>
75
+
76
+ <p><code class="highlighter-rouge">code</code></p>
77
+
78
+ <h1 id="syntax-highlighting">syntax highlighting</h1>
79
+
80
+ <h2 id="markdown-method">markdown method</h2>
81
+
82
+ <div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="nb">print</span> <span class="s2">"Hello World"</span>
83
+ </code></pre>
84
+ </div>
85
+
86
+ <div class="language-python highlighter-rouge"><pre class="highlight"><code><span class="k">print</span> <span class="s">"hello"</span>
87
+ </code></pre>
88
+ </div>
89
+
90
+ <h2 id="kramdown-method">kramdown method</h2>
91
+
92
+ <div class="language-ruby highlighter-rouge"><pre class="highlight"><code><span class="nb">puts</span> <span class="s2">"hello world"</span>
93
+ </code></pre>
94
+ </div>
95
+
96
+ <h2 id="liquid-method">liquid method</h2>
97
+
98
+ <figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="nb">puts</span> <span class="s2">"ruby"</span></code></pre></figure>
99
+
100
+
101
+
102
+ <footer class="site-footer">
103
+
104
+ <h2 id="site-nav">Site Navigation</h2>
105
+ <table>
106
+ <tr>
107
+ <td><a href="./">Home</a></td>
108
+ <td><a href="readme">README File</a></td>
109
+ <td><a href="install">Install</a></td>
110
+ <td><a href="update">Update</a></td>
111
+ <td><a href="uninstall">Uninstall</a></td>
112
+ <td><a href="code">Master Code</a></td>
113
+ <td><a href="simple">Simple Code</td>
114
+ <td><a href="bundler">Bundler</a></td>
115
+ </tr>
116
+ </table>
117
+ <br/>
118
+ <hr/>
119
+ <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>
120
+
121
+ </footer>
122
+ </section>
123
+
124
+
125
+ </body>
126
+ </html>
@@ -0,0 +1,85 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en-us">
3
+ <head>
4
+ <meta charset="UTF-8"/>
5
+ <title>How to Uninstall - RPSG</title>
6
+ <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
7
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
+ <meta name="theme-color" content="#157878"/>
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=71a557b53af5e905f0322456201237a9ff2729d1"/>
11
+ <script src="assets/js/pace.min.js"></script>
12
+
13
+ <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
14
+ <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
15
+ <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
16
+ <link rel="manifest" href="assets/favicons/manifest.json"/>
17
+ <link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
18
+ <!--
19
+ <meta name="theme-color" content="#ffffff">
20
+ -->
21
+ </head>
22
+ <body>
23
+
24
+ <section class="page-header">
25
+ <h1 class="project-name">Rock Paper Scissors Game</h1>
26
+ <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
+
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
+
31
+
32
+ <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
33
+ <a href="http://github.com/bag3318/RPSG/tarball/gh-pages" class="btn">Download .tar.gz</a>
34
+
35
+ <br/>
36
+
37
+ <a href="#site-nav" class="btn">Site Navigation</a>
38
+
39
+
40
+ <a href="./" class="btn">Home</a>
41
+
42
+ </section>
43
+ <section class="main-content">
44
+
45
+ <h1 id="how-to-uninstall">How to Uninstall</h1>
46
+
47
+ <blockquote>
48
+ <p>This guide will show you how to quickly uninstall <code class="highlighter-rouge">RPSG</code></p>
49
+ </blockquote>
50
+
51
+ <h2 id="mac-osxwindows">Mac (OSX)/Windows</h2>
52
+
53
+ <ol>
54
+ <li>Open <code class="highlighter-rouge">Command Prompt</code>/<code class="highlighter-rouge">Terminal</code> (depending on OS)</li>
55
+ <li>Type in <code class="highlighter-rouge">gem uninstall rpsg</code></li>
56
+ <li>Hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)</li>
57
+ <li>Confirm Uninstallation</li>
58
+ </ol>
59
+
60
+
61
+ <footer class="site-footer">
62
+
63
+ <h2 id="site-nav">Site Navigation</h2>
64
+ <table>
65
+ <tr>
66
+ <td><a href="./">Home</a></td>
67
+ <td><a href="readme">README File</a></td>
68
+ <td><a href="install">Install</a></td>
69
+ <td><a href="update">Update</a></td>
70
+ <td><a href="uninstall">Uninstall</a></td>
71
+ <td><a href="code">Master Code</a></td>
72
+ <td><a href="simple">Simple Code</td>
73
+ <td><a href="bundler">Bundler</a></td>
74
+ </tr>
75
+ </table>
76
+ <br/>
77
+ <hr/>
78
+ <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>
79
+
80
+ </footer>
81
+ </section>
82
+
83
+
84
+ </body>
85
+ </html>
@@ -0,0 +1,85 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en-us">
3
+ <head>
4
+ <meta charset="UTF-8"/>
5
+ <title>How to Update - RPSG</title>
6
+ <meta name="description" content="A Ruby Programmed Rock Paper Scissors Game"/>
7
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
+ <meta name="theme-color" content="#157878"/>
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=71a557b53af5e905f0322456201237a9ff2729d1"/>
11
+ <script src="assets/js/pace.min.js"></script>
12
+
13
+ <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"/>
14
+ <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"/>
15
+ <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png"/>
16
+ <link rel="manifest" href="assets/favicons/manifest.json"/>
17
+ <link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5"/>
18
+ <!--
19
+ <meta name="theme-color" content="#ffffff">
20
+ -->
21
+ </head>
22
+ <body>
23
+
24
+ <section class="page-header">
25
+ <h1 class="project-name">Rock Paper Scissors Game</h1>
26
+ <h2 class="project-tagline">A Ruby Programmed Rock Paper Scissors Game</h2>
27
+
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
+
31
+
32
+ <a href="http://github.com/bag3318/RPSG/zipball/gh-pages" class="btn">Download .zip</a>
33
+ <a href="http://github.com/bag3318/RPSG/tarball/gh-pages" class="btn">Download .tar.gz</a>
34
+
35
+ <br/>
36
+
37
+ <a href="#site-nav" class="btn">Site Navigation</a>
38
+
39
+
40
+ <a href="./" class="btn">Home</a>
41
+
42
+ </section>
43
+ <section class="main-content">
44
+
45
+ <h1 id="update-guide">Update Guide</h1>
46
+
47
+ <blockquote>
48
+ <p>This guide will show you how to easily update RPSG.</p>
49
+ </blockquote>
50
+
51
+ <h2 id="mac-osxwindows">Mac (OSX)/Windows</h2>
52
+
53
+ <ol>
54
+ <li>Open <code class="highlighter-rouge">Terminal</code>/<code class="highlighter-rouge">Command Prompt</code> (depending on OS)</li>
55
+ <li>Type in the following: <code class="highlighter-rouge">gem update rpsg</code></li>
56
+ <li>Hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)</li>
57
+ </ol>
58
+
59
+
60
+
61
+ <footer class="site-footer">
62
+
63
+ <h2 id="site-nav">Site Navigation</h2>
64
+ <table>
65
+ <tr>
66
+ <td><a href="./">Home</a></td>
67
+ <td><a href="readme">README File</a></td>
68
+ <td><a href="install">Install</a></td>
69
+ <td><a href="update">Update</a></td>
70
+ <td><a href="uninstall">Uninstall</a></td>
71
+ <td><a href="code">Master Code</a></td>
72
+ <td><a href="simple">Simple Code</td>
73
+ <td><a href="bundler">Bundler</a></td>
74
+ </tr>
75
+ </table>
76
+ <br/>
77
+ <hr/>
78
+ <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>
79
+
80
+ </footer>
81
+ </section>
82
+
83
+
84
+ </body>
85
+ </html>
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.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
data/rpsg.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rpsg"
3
- spec.version = "0.3.0"
4
- spec.date = "2017-10-14" # format: YYYY/MM/DD
3
+ spec.version = "0.3.1"
4
+ spec.date = "2017-10-15" # format: YYYY/MM/DD
5
5
  spec.summary = "A Rock Paper Scissors Game RubyGem"
6
6
  spec.description = <<-EOF
7
7
  A Ruby-programmed rock paper scissors game.
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
24
24
  spec.bindir = "bin"
25
25
  spec.metadata = {
26
26
  "issue_tracker" => "https://github.com/bag3318/RPSG/issues",
27
- "source_code" => "https://github.com/bag3318/RPSG",
27
+ "source_code" => "https://github.com/bag3318/RPSG" ,
28
28
  "website" => "https://bag3318.github.io/RPSG"
29
29
  }
30
30
  spec.executables << "rpsg"
data/test/test_rpsg.rb CHANGED
@@ -1,3 +1,5 @@
1
+ # $LOAD_PATH.unshift(".")
2
+
1
3
  bin = File.expand_path("../../bin", __FILE__)
2
4
 
3
5
  $:.unshift(bin)