rpsg 0.3.3 → 0.3.4

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: 947eb3ec6ff66507a85bf6b755a6ec73ea01bbb6
4
- data.tar.gz: 53dbc36684f843eae9a2dab5cc118b7cb0918631
3
+ metadata.gz: 1821d1e280ce27b2c208eb5cd0f78a16ca3f2802
4
+ data.tar.gz: 815423ded7aecee846f9b0e2834009a6b14e18c4
5
5
  SHA512:
6
- metadata.gz: 6065a2da2817620cc64ef55b682d042d661e04f7612bd47f010b4ae31ea62477f1828531e21c70af6ebe7dc5fb1ae8409e422dd0ae68d3cc2eb6da36ae66ff6a
7
- data.tar.gz: ff00629721be7560b4f4cc1ed78fd4a13a2c7a0e826d39453ce92e4f92b158bfbffb660d0084bf519c6e96ab1ff7e19fb7201a7af696d73f69b2229eea3c859d
6
+ metadata.gz: 22d2329e5e7925b4684a6f63d35d204b280b61c943d1a5ed368b7f6e5c7e16dad453991ebcc5d0291445c95159c289570f0b5b4c83e623ea090abc0e25b9caba
7
+ data.tar.gz: fa88ceca2c2fc6fd9cca0af6068df3403340b18d9c109650a7d16cac619915461a0b2b5fb2e9ce4f77f2428d71f7be8bcb9eb1ef6b8899aa244d4b52a185a168
@@ -244,7 +244,7 @@ scissors</p>
244
244
  <span class="ruby-keyword">else</span>
245
245
  <span class="ruby-identifier">puts</span> <span class="ruby-string">&quot;\nIt&#39;s a tie!\n&quot;</span>
246
246
  <span class="ruby-keyword">end</span>
247
- <span class="ruby-identifier">print</span> <span class="ruby-string">&quot;\n[press any key to exit game]&quot;</span>
247
+ <span class="ruby-identifier">print</span> <span class="ruby-string">&quot;\n[press the enter/return key to exit game]&quot;</span>
248
248
  <span class="ruby-identifier">gets</span>
249
249
  <span class="ruby-keyword">end</span></pre>
250
250
  </div>
data/doc/created.rid CHANGED
@@ -1,5 +1,5 @@
1
- Mon, 16 Oct 2017 11:40:37 -0700
1
+ Mon, 16 Oct 2017 11:46:58 -0700
2
2
  lib/Constants.rb Mon, 16 Oct 2017 10:51:39 -0700
3
- lib/Main.rb Mon, 16 Oct 2017 11:33:54 -0700
3
+ lib/Main.rb Mon, 16 Oct 2017 11:45:25 -0700
4
4
  lib/PrivateMethods.rb Mon, 16 Oct 2017 10:51:29 -0700
5
- lib/rpsg/version.rb Mon, 16 Oct 2017 07:50:02 -0700
5
+ lib/rpsg/version.rb Mon, 16 Oct 2017 11:44:51 -0700
Binary file
Binary file
Binary file
data/docs/_pages/code.txt CHANGED
@@ -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.3"
39
+ VERSION = "0.3.4"
40
40
  end
41
41
 
42
42
  # create module that holds all contents for this script
@@ -129,7 +129,7 @@ class RockPaperScissorsGame
129
129
  else
130
130
  puts "\nIt's a tie!\n"
131
131
  end
132
- print "\n[press any key to exit game]"
132
+ print "\n[press the enter/return key to exit game]"
133
133
  gets
134
134
  end
135
135
 
@@ -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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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"/>
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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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.3"</span>
77
+ <span class="no">VERSION</span> <span class="o">=</span> <span class="s2">"0.3.4"</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>
@@ -167,7 +167,7 @@
167
167
  <span class="k">else</span>
168
168
  <span class="nb">puts</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">It's a tie!</span><span class="se">\n</span><span class="s2">"</span>
169
169
  <span class="k">end</span>
170
- <span class="nb">print</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">[press any key to exit game]"</span>
170
+ <span class="nb">print</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">[press the enter/return key to exit game]"</span>
171
171
  <span class="nb">gets</span>
172
172
  <span class="k">end</span>
173
173
 
@@ -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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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"/>
data/docs/_site/test.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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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=a5baafbc722707c67aa6887b8c329cac4fb1a8fe"/>
10
+ <link rel="stylesheet" href="/assets/css/style.css?v=99aa3ba4838f7c1dfc972536e8124d81a090c7b3"/>
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"/>
data/lib/Main.rb CHANGED
@@ -58,7 +58,7 @@ class RockPaperScissorsGame
58
58
  else
59
59
  puts "\nIt's a tie!\n"
60
60
  end
61
- print "\n[press any key to exit game]"
61
+ print "\n[press the enter/return key to exit game]"
62
62
  gets
63
63
  end
64
64
 
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.3"
4
+ VERSION = "0.3.4"
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.3.3"
3
+ spec.version = "0.3.4"
4
4
  spec.date = "2017-10-16" # format: YYYY/MM/DD
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.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318