rpsg 0.3.0 → 0.3.1

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: 6709bbe98364706f650d7416a82eae9ba4ef9145
4
- data.tar.gz: 75a01fd7fc23080ebac5b67bbeb92e3bacb4754c
3
+ metadata.gz: c34f1a6d29f48b1b9c112369c4a067a272157a9a
4
+ data.tar.gz: 2e9c8ffe4ca6d150dcc73995381c050e839f8631
5
5
  SHA512:
6
- metadata.gz: 5dce2c0e6747dec5f6d7124151eae9885cd50fb3788dbcc3975da9d7b852d99298ae9366e87e210efbad613766da233453f4220e0dc394495c65dd08d0499bf4
7
- data.tar.gz: 88ad1434243f34341f94f1ef4f81f66ba824ae0c7f905e73dc2ba78a401071866a56c58dbfce80b5d3b7df2a0e80200f82277e4fede286362229ebc00f7734a8
6
+ metadata.gz: 072e6ea88830866d235b4a8b57ff1284b3ee378b86a14e6e3e0a960c3dfcc44466806cfcebcce12cd8786c8877ddb54124dd94c8b5254c25b35e7e454e811a5f
7
+ data.tar.gz: 21765f7982d83893e932338b92db5a1c2b2de709d3e7adcfbbc97f8519aaa2cc3d1f331f5b974771aeea50c7fe8dfc9c8e9dca7e196b83484ebe771441bf5876
data/Rakefile CHANGED
@@ -5,6 +5,7 @@ require 'rdoc/task'
5
5
  file_path = "./test/test_rpsg.rb"
6
6
 
7
7
  task :test do
8
+ # tests the ruby test file
8
9
  ruby file_path
9
10
  end
10
11
 
data/bin/rpsg CHANGED
@@ -1,8 +1,11 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ # $LOAD_PATH.unshift(".")
4
+
3
5
  lib = File.expand_path("../../lib", __FILE__)
4
6
 
5
7
  $:.unshift(lib)
6
8
 
9
+
7
10
  load "Main.rb"
8
11
 
data/doc/created.rid CHANGED
@@ -1,5 +1,5 @@
1
- Sat, 14 Oct 2017 11:11:04 -0700
1
+ Sun, 15 Oct 2017 13:25:12 -0700
2
2
  lib/Constants.rb Sat, 14 Oct 2017 09:28:48 -0700
3
3
  lib/Main.rb Fri, 13 Oct 2017 18:50:13 -0700
4
4
  lib/PrivateMethods.rb Thu, 12 Oct 2017 18:36:58 -0700
5
- lib/rpsg/version.rb Sat, 14 Oct 2017 09:29:16 -0700
5
+ lib/rpsg/version.rb Sat, 14 Oct 2017 11:58:49 -0700
Binary file
Binary file
Binary file
data/docs/_config.yml CHANGED
@@ -8,11 +8,10 @@ theme: jekyll-theme-cayman # important
8
8
  url: "https://bag3318.github.io/RPSG"
9
9
  repository: "bag3318/RPSG"
10
10
  port: 1988
11
- include:
12
- - index.md
13
- - code.md
14
- - simple.md
15
- - README.md
11
+
12
+ include: [
13
+ '_pages'
14
+ ]
16
15
  exclude:
17
16
  - Gemfile
18
17
  - Gemfile.lock
@@ -20,17 +19,43 @@ exclude:
20
19
  - thumbnail.png
21
20
  - LICENSE
22
21
  - script
22
+
23
23
  plugins: # gems:
24
24
  - github-pages
25
+
25
26
  # Sass/SCSS
26
27
  sass:
27
28
  sass_dir: _sass
28
29
  style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
30
+
29
31
  liquid:
30
32
  error_mode: warn
33
+
31
34
  keep_files:
32
35
  - ".git"
33
36
  - ".svn"
37
+ encoding: "utf-8"
38
+ markdown_ext: "markdown,mkdown,mkdn,mkd,md,txt"
39
+
40
+ # Conversion
41
+ markdown: kramdown
42
+ highlighter: rouge
43
+ lsi: false
44
+ excerpt_separator: "\n\n"
45
+ incremental: false
46
+
47
+
48
+ # Markdown Processing
49
+ kramdown:
50
+ input: GFM
51
+ hard_wrap: false
52
+ auto_ids: true
53
+ footnote_nr: 1
54
+ entity_output: as_char
55
+ toc_levels: 1..6
56
+ smart_quotes: lsquo,rsquo,ldquo,rdquo
57
+ enable_coderay: false
58
+
34
59
  include:
35
60
  - ".htaccess"
36
61
  destination: ./_site
@@ -41,3 +66,8 @@ defaults:
41
66
  values:
42
67
  layout: "default"
43
68
  author: "bag3318"
69
+
70
+ collections:
71
+ pages:
72
+ output: true
73
+ permalink: /_pages/
@@ -5,8 +5,12 @@
5
5
  <tr>
6
6
  <td><a href="./">Home</a></td>
7
7
  <td><a href="{{ domain }}readme">README File</a></td>
8
+ <td><a href="{{ domain }}install">Install</a></td>
9
+ <td><a href="{{ domain }}update">Update</a></td>
10
+ <td><a href="{{ domain }}uninstall">Uninstall</a></td>
8
11
  <td><a href="{{ domain }}code">Master Code</a></td>
9
12
  <td><a href="{{ domain }}simple">Simple Code</td>
13
+ <td><a href="{{ domain }}bundler">{% comment %}Using {% endcomment %}Bundler</a></td>
10
14
  </tr>
11
15
  </table>
12
16
  <br/>
@@ -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 != "RPSG" and site.github.is_project_page %}
16
+ {% if page.title != "Rock Paper Scissors Game - RPSG" and site.github.is_project_page %}
17
17
  <a href="./" class="btn">Home</a>
18
18
  {% endif %}
19
19
  </section>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: default
3
3
  permalink: /readme.html
4
- title: README
4
+ title: "README - RPSG"
5
5
  ---
6
6
 
7
7
 
@@ -41,4 +41,3 @@ How To Use
41
41
  ________
42
42
 
43
43
  RubyGems page: [https://rubygems.org/gems/rpsg](https://rubygems.org/gems/rpsg){: target="_blank"}
44
-
@@ -0,0 +1,23 @@
1
+ ---
2
+ layout: default
3
+ title: "Using Bundler - RPSG"
4
+ permalink: /bundler.html
5
+ ---
6
+
7
+ # Utilizing Bundler
8
+
9
+ > Bundler is an easy and efficient way to get all the correct gem versions installed for `RPSG`
10
+
11
+ ## Windows/Mac (OSX)
12
+
13
+ ### Using Bundle Install
14
+
15
+ 1. Open `Command Prompt`/`Terminal` depending on OS
16
+ 2. `cd` to the directory of the `Gemfile` in the `RPSG` repository folder
17
+ * do download the `RPSG` repo folder, go [here](https://github.com/bag3318/RPSG){: target="_blank"} and click `Download` then `Download ZIP`
18
+ 3. type `bundle install` and hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)
19
+
20
+ ### Using Bundle Update
21
+
22
+ 1. `cd` to the directory of the `Gemfile` in the `RPSG` repository folder
23
+ 2. type `bundle update` and hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)
@@ -1,18 +1,22 @@
1
1
  ---
2
2
  layout: default
3
3
  permalink: /code.html
4
- title: "Master Code"
4
+ title: "Master Code - RPSG"
5
5
  ---
6
6
 
7
+ {::comment}
8
+ contains complete RPSG code
9
+ {:/comment}
10
+
7
11
  # Master Code
8
12
 
9
- > the master code will look like this:
13
+ > The master code will look like this:
10
14
 
11
15
  ```
12
16
  % rpsg
13
17
  ```
14
18
 
15
- ```ruby
19
+ ~~~ruby
16
20
  #!/usr/bin/env ruby
17
21
 
18
22
  =begin
@@ -161,4 +165,4 @@ end
161
165
  RockPaperScissorsGame.new.play(2) # best out of 3
162
166
 
163
167
  $end
164
- ```
168
+ ~~~
@@ -0,0 +1,13 @@
1
+ ---
2
+ layout: default
3
+ title: "Rock Paper Scissors Game - RPSG"
4
+ permalink: /index.html
5
+ ---
6
+
7
+ # Rock Paper Scissors Game
8
+
9
+ > Welcome to my **RPSG** home site. I created my `RPSG` gem with __Ruby__, the programming language. {::comment}<br/>{:/comment}
10
+
11
+ > _**Please Enjoy! :)**_{: style="text-decoration: underline;"}
12
+
13
+
@@ -0,0 +1,109 @@
1
+ ---
2
+ layout: default
3
+ title: "How to Install - RPSG"
4
+ permalink: /install.html
5
+ ---
6
+
7
+ # Install Guide
8
+
9
+ > This guide will tell you how to install everything that is needed for using my **`RPSG`** gem.
10
+
11
+ ## For Mac/OSX
12
+
13
+ __What you will install:__
14
+
15
+ 1. Ruby
16
+ 2. RubyGems
17
+ 3. Homebrew
18
+ 4. RVM
19
+ 5. XCode Command Line Tools
20
+ 5. RPSG (my RubyGem)
21
+
22
+ ### Useful Skills:
23
+
24
+ #### To open the `Terminal`:
25
+
26
+ 1. Press <kbd>Command</kbd> + <kbd>Space</kbd>
27
+ 2. Type in `Terminal`
28
+ 3. Press <kbd>Return</kbd>
29
+
30
+ #### To Copy:
31
+
32
+ 1. Press <kbd>Command</kbd> + <kbd>C</kbd>
33
+
34
+ #### To Paste
35
+
36
+ 1. Press <kbd>Command</kbd> + <kbd>V</kbd>
37
+
38
+ ### Step 1 - Installing XCode Command Line Tools
39
+
40
+ 1. Open `Terminal` and copy/paste this: `sudo xcode-select --install` and hit <kbd>Return</kbd>
41
+ 2. You might need to enter your password a few times
42
+
43
+ ### Step 2 - Installing Homebrew
44
+
45
+ 1. In the `Terminal`, copy/paste this: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`, and hit <kbd>Return</kbd>
46
+ 2. You might need to enter your password
47
+
48
+ ### Step 3 - Installing RVM/Ruby/RubyGems
49
+
50
+ 1. In the `Terminal`, copy/paste this: `\curl -sSL https://get.rvm.io | bash -s stable --ruby` and hit <kbd>Return</kbd>
51
+ 2. You might need to enter your password
52
+
53
+ ### Step 4 - Installing RPSG
54
+
55
+ 1. Close `Terminal` by pressing <kbd>Command</kbd> + <kbd>Q</bkd>
56
+ 2. Open `Terminal` again
57
+ 3. Type in the following: `gem install rpsg`, then hit <kbd>Return</kbd>
58
+
59
+ ### Step 5 - Running RPSG
60
+
61
+ 1. Whenever you want to play Rock Paper Scissors, just open `Terminal` and type in: `rpsg`, then hit <kbd>Return</kbd>
62
+
63
+ ## For Windows
64
+
65
+ __What you will install:__
66
+
67
+ 1. Ruby
68
+ 2. RubyGems
69
+ 3. RPSG (my RubyGem)
70
+
71
+ ### Useful Skills
72
+
73
+ #### Opening the Command Prompt
74
+
75
+ 1. Press <kbd>Windows</kbd> + <kbd>R</kbd>
76
+ 2. Type in `cmd`
77
+ 3. Press <kbd>Enter</kbd>
78
+
79
+ #### To Copy:
80
+
81
+ 1. Press <kbd>Control</kbd> + <kbd>C</kbd>
82
+
83
+ #### To Paste
84
+
85
+ 1. Press <kbd>Control</kbd> + <kbd>V</kbd>
86
+
87
+ ### Step 1 - Downloading Ruby Installer
88
+
89
+ 1. Open a Web Browser
90
+ * Web Browser ex: Chrome, Firefox, IE, Safari, Edge, Opera, etc...
91
+ 2. Copy/paste this into the browser's URL bar `https://rubyinstaller.org/downloads/`
92
+ 3. Press <kbd>Enter</kbd>
93
+ 4. Download the appropriate installer
94
+
95
+ ### Step 2 - Installing Ruby & RubyGems
96
+
97
+ 1. Open the `rubyinstaller.exe` (may be named differently for you)
98
+ 2. Proceed with the installation
99
+
100
+ ### Step 3 - Installing RPSG
101
+
102
+ 1. Open the `Command Prompt`
103
+ 2. Type in the following: `gem install rpsg`
104
+
105
+ ### Step 4 - Running RPSG
106
+
107
+ 1. Any time you would like to play rock paper scissors, just open the `Command Prompt` and type in: `rpsg` and hit <kbd>enter</kbd>
108
+
109
+
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  layout: default
3
- title: "Simple Code"
3
+ title: "Simple Code - RPSG"
4
4
  permalink: /simple.html
5
5
  ---
6
6
 
@@ -0,0 +1,73 @@
1
+ ---
2
+ layout: default
3
+ permalink: /test.html
4
+ title: Test
5
+ ---
6
+
7
+ # This is a test
8
+
9
+ This is a test
10
+ ==============
11
+
12
+ __________________________________
13
+
14
+ **kramdown comment**
15
+
16
+ {::comment}
17
+ hello world
18
+ {:/comment}
19
+
20
+ **liquid comment**
21
+
22
+ {% comment %}
23
+ hell world
24
+ {% endcomment %}
25
+
26
+ **html comment**
27
+
28
+ <!--
29
+ hello world
30
+ -->
31
+
32
+ **markdown comments**
33
+
34
+ [//]: # (comment)
35
+ [//]: # "comment"
36
+
37
+ __________________________________
38
+
39
+ [Google](https://www.google.com/){: target="_blank"}
40
+ <a href="https://www.google.com/" target="_blank">Google</a>
41
+
42
+ __________________________________
43
+
44
+ ```
45
+ # code
46
+ ```
47
+
48
+ `code`
49
+
50
+
51
+ # syntax highlighting
52
+
53
+ ## markdown method
54
+
55
+ ```ruby
56
+ print "Hello World"
57
+ ```
58
+
59
+ ```python
60
+ print "hello"
61
+ ```
62
+
63
+ ## kramdown method
64
+
65
+ ~~~ruby
66
+ puts "hello world"
67
+ ~~~
68
+
69
+ ## liquid method
70
+
71
+ {% highlight ruby %}
72
+ puts "ruby"
73
+ {% endhighlight %}
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: default
3
+ title: "How to Uninstall - RPSG"
4
+ permalink: /uninstall.html
5
+ ---
6
+
7
+ # How to Uninstall
8
+
9
+ > This guide will show you how to quickly uninstall `RPSG`
10
+
11
+ ## Mac (OSX)/Windows
12
+
13
+ 1. Open `Command Prompt`/`Terminal` (depending on OS)
14
+ 2. Type in `gem uninstall rpsg`
15
+ 3. Hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)
16
+ 4. Confirm Uninstallation
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: default
3
+ title: "How to Update - RPSG"
4
+ permalink: /update.html
5
+ ---
6
+
7
+ # Update Guide
8
+
9
+ > This guide will show you how to easily update RPSG.
10
+
11
+ ## Mac (OSX)/Windows
12
+
13
+ 1. Open `Terminal`/`Command Prompt` (depending on OS)
14
+ 2. Type in the following: `gem update rpsg`
15
+ 3. Hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)
16
+
@@ -0,0 +1,97 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en-us">
3
+ <head>
4
+ <meta charset="UTF-8"/>
5
+ <title>Using Bundler - 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="utilizing-bundler">Utilizing Bundler</h1>
46
+
47
+ <blockquote>
48
+ <p>Bundler is an easy and efficient way to get all the correct gem versions installed for <code class="highlighter-rouge">RPSG</code></p>
49
+ </blockquote>
50
+
51
+ <h2 id="windowsmac-osx">Windows/Mac (OSX)</h2>
52
+
53
+ <h3 id="using-bundle-install">Using Bundle Install</h3>
54
+
55
+ <ol>
56
+ <li>Open <code class="highlighter-rouge">Command Prompt</code>/<code class="highlighter-rouge">Terminal</code> depending on OS</li>
57
+ <li><code class="highlighter-rouge">cd</code> to the directory of the <code class="highlighter-rouge">Gemfile</code> in the <code class="highlighter-rouge">RPSG</code> repository folder
58
+ <ul>
59
+ <li>do download the <code class="highlighter-rouge">RPSG</code> repo folder, go <a href="https://github.com/bag3318/RPSG" target="_blank">here</a> and click <code class="highlighter-rouge">Download</code> then <code class="highlighter-rouge">Download ZIP</code></li>
60
+ </ul>
61
+ </li>
62
+ <li>type <code class="highlighter-rouge">bundle install</code> and hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)</li>
63
+ </ol>
64
+
65
+ <h3 id="using-bundle-update">Using Bundle Update</h3>
66
+
67
+ <ol>
68
+ <li><code class="highlighter-rouge">cd</code> to the directory of the <code class="highlighter-rouge">Gemfile</code> in the <code class="highlighter-rouge">RPSG</code> repository folder</li>
69
+ <li>type <code class="highlighter-rouge">bundle update</code> and hit <kbd>Enter</kbd>/<kbd>Return</kbd> (depending on OS)</li>
70
+ </ol>
71
+
72
+
73
+ <footer class="site-footer">
74
+
75
+ <h2 id="site-nav">Site Navigation</h2>
76
+ <table>
77
+ <tr>
78
+ <td><a href="./">Home</a></td>
79
+ <td><a href="readme">README File</a></td>
80
+ <td><a href="install">Install</a></td>
81
+ <td><a href="update">Update</a></td>
82
+ <td><a href="uninstall">Uninstall</a></td>
83
+ <td><a href="code">Master Code</a></td>
84
+ <td><a href="simple">Simple Code</td>
85
+ <td><a href="bundler">Bundler</a></td>
86
+ </tr>
87
+ </table>
88
+ <br/>
89
+ <hr/>
90
+ <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>
91
+
92
+ </footer>
93
+ </section>
94
+
95
+
96
+ </body>
97
+ </html>
data/docs/_site/code.html CHANGED
@@ -2,12 +2,12 @@
2
2
  <html lang="en-us">
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
- <title>Master Code</title>
5
+ <title>Master 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>
@@ -42,10 +42,12 @@
42
42
  </section>
43
43
  <section class="main-content">
44
44
 
45
- <h1 id="master-code">Master Code</h1>
45
+ <!-- contains complete RPSG code -->
46
+
47
+ <h1 id="master-code">Master Code</h1>
46
48
 
47
49
  <blockquote>
48
- <p>the master code will look like this:</p>
50
+ <p>The master code will look like this:</p>
49
51
  </blockquote>
50
52
 
51
53
  <div class="highlighter-rouge"><pre class="highlight"><code>% rpsg
@@ -211,8 +213,12 @@
211
213
  <tr>
212
214
  <td><a href="./">Home</a></td>
213
215
  <td><a href="readme">README File</a></td>
216
+ <td><a href="install">Install</a></td>
217
+ <td><a href="update">Update</a></td>
218
+ <td><a href="uninstall">Uninstall</a></td>
214
219
  <td><a href="code">Master Code</a></td>
215
220
  <td><a href="simple">Simple Code</td>
221
+ <td><a href="bundler">Bundler</a></td>
216
222
  </tr>
217
223
  </table>
218
224
  <br/>
@@ -2,12 +2,12 @@
2
2
  <html lang="en-us">
3
3
  <head>
4
4
  <meta charset="UTF-8"/>
5
- <title>RPSG</title>
5
+ <title>Rock Paper Scissors Game - 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>
@@ -43,8 +43,11 @@
43
43
  <h1 id="rock-paper-scissors-game">Rock Paper Scissors Game</h1>
44
44
 
45
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>
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/> --></p>
47
+ </blockquote>
48
+
49
+ <blockquote>
50
+ <p><em style="text-decoration: underline;"><strong>Please Enjoy! :)</strong></em></p>
48
51
  </blockquote>
49
52
 
50
53
 
@@ -56,8 +59,12 @@
56
59
  <tr>
57
60
  <td><a href="./">Home</a></td>
58
61
  <td><a href="readme">README File</a></td>
62
+ <td><a href="install">Install</a></td>
63
+ <td><a href="update">Update</a></td>
64
+ <td><a href="uninstall">Uninstall</a></td>
59
65
  <td><a href="code">Master Code</a></td>
60
66
  <td><a href="simple">Simple Code</td>
67
+ <td><a href="bundler">Bundler</a></td>
61
68
  </tr>
62
69
  </table>
63
70
  <br/>