rpsg 0.3.6 → 0.3.7

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: 69f4c5cd3f3b69775a37793c9bdbddaf8ef5ba21
4
- data.tar.gz: a89996a251d71265cd562a696e36d23993a1ff4b
3
+ metadata.gz: 82408f6cbef0352b5cdd07604991f8203cef0622
4
+ data.tar.gz: 72be82ccc404bfece51e2fa421fbe58ab7577df5
5
5
  SHA512:
6
- metadata.gz: 02af8650b0b3442fcbb0fa356a1194882a71c0ad1f4d7cb5d21bdb528ef8fea54d57258ba100b1d8b31618f3b9d35c7b307d01e29856aec9509b7e585c27561e
7
- data.tar.gz: 2fdee5de43c29cffc204398ca8d751193a7c8ab3fa792c23b2c41a2f4c1b967e19f04ca9128952d8bfce11bd24cc6f58ee448796c6fd53548c988dc883952b88
6
+ metadata.gz: f51fc2162723a7bd56631fea902238509458230eadf200789ea87a7c82d5df976410dc159a093f03d01112227cdc6a8ac7631cd68f5be85687f703b3c68f5afc
7
+ data.tar.gz: 99ba28195ef397a0de13a278d6bca8c31a9b4fcba8621cf24b6ecac750aea6b408076045a82e230664feb8f9dfd505034794655b4c33c9550d257f884036e297
@@ -1,5 +1,5 @@
1
- Sat, 28 Oct 2017 11:30:22 -0700
1
+ Sat, 28 Oct 2017 17:00:42 -0700
2
2
  lib/Constants.rb Sat, 28 Oct 2017 11:28:45 -0700
3
3
  lib/Main.rb Sat, 28 Oct 2017 11:29:41 -0700
4
4
  lib/PrivateMethods.rb Sat, 28 Oct 2017 11:29:09 -0700
5
- lib/rpsg/version.rb Wed, 25 Oct 2017 12:42:39 -0700
5
+ lib/rpsg/version.rb Sat, 28 Oct 2017 12:33:20 -0700
Binary file
Binary file
Binary file
@@ -36,7 +36,7 @@ class RockPaperScissorsGame
36
36
  # specify the version for the rubygem
37
37
  module RPSG
38
38
  # create version constant for the rubygem
39
- VERSION = "0.3.6"
39
+ VERSION = "0.3.7"
40
40
  end
41
41
 
42
42
  # create module that holds all contents for this script
@@ -15,7 +15,7 @@ permalink: /install.html
15
15
 
16
16
  __What you will install:__
17
17
 
18
- 1. Ruby
18
+ 1. Ruby
19
19
  2. RubyGems
20
20
  3. Homebrew
21
21
  4. RVM
@@ -55,7 +55,7 @@ __What you will install:__
55
55
 
56
56
  ### Step 4 - Installing RPSG
57
57
 
58
- 1. Close `Terminal` by pressing <kbd>Command</kbd> + <kbd>Q</bkd>
58
+ 1. Close `Terminal` by pressing <kbd>Command</kbd> + <kbd>Q</kbd>
59
59
  2. Open `Terminal` again
60
60
  3. Type in the following: `gem install rpsg`, then hit <kbd>Return</kbd>
61
61
 
@@ -108,5 +108,3 @@ __What you will install:__
108
108
  ### Step 4 - Running RPSG
109
109
 
110
110
  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>
111
-
112
-
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -74,7 +74,7 @@
74
74
  <span class="c1"># specify the version for the rubygem</span>
75
75
  <span class="k">module</span> <span class="nn">RPSG</span>
76
76
  <span class="c1"># create version constant for the rubygem</span>
77
- <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"0.3.6"</span>
77
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"0.3.7"</span>
78
78
  <span class="k">end</span>
79
79
 
80
80
  <span class="c1"># create module that holds all contents for this script</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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -140,7 +140,7 @@
140
140
  <h3 id="step-4---installing-rpsg">Step 4 - Installing RPSG</h3>
141
141
 
142
142
  <ol>
143
- <li>Close <code class="highlighter-rouge">Terminal</code> by pressing <kbd>Command</kbd> + <kbd>Q&lt;/bkd&gt;</kbd></li>
143
+ <li>Close <code class="highlighter-rouge">Terminal</code> by pressing <kbd>Command</kbd> + <kbd>Q</kbd></li>
144
144
  <li>Open <code class="highlighter-rouge">Terminal</code> again</li>
145
145
  <li>Type in the following: <code class="highlighter-rouge">gem install rpsg</code>, then hit <kbd>Return</kbd></li>
146
146
  </ol>
@@ -216,7 +216,6 @@
216
216
  <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>
217
217
  </ol>
218
218
 
219
-
220
219
 
221
220
  <footer class="site-footer">
222
221
 
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -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=79b195a757ede2a8ba73e25b563d20b7367d2e92"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=20f43b138b847f35bd0d087940f31aabe97fa248"/>
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"/>
@@ -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.6"
4
+ VERSION = "0.3.7"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rpsg"
3
- spec.version = "0.3.6"
3
+ spec.version = "0.3.7"
4
4
  spec.date = "2017-10-28" # format: YYYY/MM/DD
5
5
  spec.summary = "A Rock Paper Scissors Game RubyGem"
6
6
  spec.description = <<-EOF
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  Now you can play rock paper scissors on your computer whenever you'd like! :)
9
9
  EOF
10
10
  spec.author = "bag3318"
11
- spec.email = "disclosed"
11
+ spec.email = "private"
12
12
  spec.homepage = "https://bag3318.github.io/RPSG"
13
13
  spec.platform = Gem::Platform::RUBY
14
14
  spec.require_paths = ["lib"]
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.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -113,7 +113,7 @@ dependencies:
113
113
  description: |2
114
114
  A Ruby-programmed rock paper scissors game.
115
115
  Now you can play rock paper scissors on your computer whenever you'd like! :)
116
- email: disclosed
116
+ email: private
117
117
  executables:
118
118
  - rpsg
119
119
  extensions: []