PlayRockPaperScissorsGame 2.0.8 → 2.0.9
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/doc/created.rid +4 -3
- data/doc/js/search_index.js.gz +0 -0
- data/doc/rps_gemspec.html +6 -3
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +2 -2
- metadata +2 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46dab03dc20eb5ad800f7dae047d778056efd225
|
|
4
|
+
data.tar.gz: 9ebe56deb0f8a71b4dc42a0b6624e185d25d8837
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42bd243be7fc7da87f4be598df42974befa59c51c2b7fca3ccfc6a72ce590414d671c2ec85f867fb08c89d3cfd007e4438ad0d5eb5a98ee0903767b080720d6a
|
|
7
|
+
data.tar.gz: 34752e416fc0be5338858229df45299b093fb6401cd8c1778778f24a3ee567c4338b0a7b533cc30891d2ee3fe0b527c0401df45391542734dbb206664066bd56
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/doc/created.rid
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Sun, 02 Apr 2017 18:
|
|
1
|
+
Sun, 02 Apr 2017 18:40:30 -0700
|
|
2
2
|
./bin/PlayRockPaperScissorsGame Sat, 01 Apr 2017 17:34:37 -0700
|
|
3
3
|
./bin/rps Sat, 01 Apr 2017 17:35:12 -0700
|
|
4
4
|
./certs/gem-public_cert.pem Sat, 01 Apr 2017 18:29:40 -0700
|
|
@@ -40,13 +40,14 @@ Sun, 02 Apr 2017 18:35:15 -0700
|
|
|
40
40
|
./Gemfile.lock Sun, 02 Apr 2017 17:37:27 -0700
|
|
41
41
|
./lib/ref/Constants.rb Sat, 01 Apr 2017 17:29:20 -0700
|
|
42
42
|
./lib/ref/PrivateMethods.rb Sat, 01 Apr 2017 17:35:24 -0700
|
|
43
|
-
./lib/rps/version.rb Sun, 02 Apr 2017 18:
|
|
43
|
+
./lib/rps/version.rb Sun, 02 Apr 2017 18:40:26 -0700
|
|
44
44
|
./lib/rps.rb Sat, 01 Apr 2017 17:27:41 -0700
|
|
45
45
|
./LICENSE Sat, 01 Apr 2017 07:43:20 -0700
|
|
46
46
|
./PlayRockPaperScissorsGame-2.0.7.gem Sun, 02 Apr 2017 18:20:59 -0700
|
|
47
|
+
./PlayRockPaperScissorsGame-2.0.8.gem Sun, 02 Apr 2017 18:38:51 -0700
|
|
47
48
|
./Rakefile Sat, 01 Apr 2017 14:43:11 -0700
|
|
48
49
|
./README.md Sun, 02 Apr 2017 17:40:30 -0700
|
|
49
50
|
./RockPaperScissors.sublime-project Wed, 29 Mar 2017 12:37:26 -0700
|
|
50
51
|
./RockPaperScissors.sublime-workspace Fri, 31 Mar 2017 20:25:13 -0700
|
|
51
|
-
./rps.gemspec Sun, 02 Apr 2017 18:
|
|
52
|
+
./rps.gemspec Sun, 02 Apr 2017 18:40:21 -0700
|
|
52
53
|
./test/test_rps.rb Sat, 01 Apr 2017 19:02:07 -0700
|
data/doc/js/search_index.js.gz
CHANGED
|
Binary file
|
data/doc/rps_gemspec.html
CHANGED
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<p>Gem::Specification.new do |spec|</p>
|
|
153
153
|
|
|
154
154
|
<pre class="ruby"><span class="ruby-identifier">spec</span>.<span class="ruby-identifier">name</span> = <span class="ruby-string">"PlayRockPaperScissorsGame"</span>
|
|
155
|
-
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> = <span class="ruby-string">"2.0.
|
|
155
|
+
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> = <span class="ruby-string">"2.0.9"</span>
|
|
156
156
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">date</span> = <span class="ruby-string">"2017-04-02"</span>
|
|
157
157
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">"A Rock Paper Scissors Ruby Gem"</span>
|
|
158
158
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">" A Ruby-programmed rock paper scissors game.
|
|
@@ -168,8 +168,11 @@
|
|
|
168
168
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">post_install_message</span> = <span class="ruby-string">"Thanks for installing! I hope you have fun playing rock paper scissors! :)"</span>
|
|
169
169
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">"MIT"</span>
|
|
170
170
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">"https://bag3318.github.io/RockPaperScissors/"</span>
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
</pre>
|
|
172
|
+
|
|
173
|
+
<p># spec.extra_rdoc_files = “README.md”</p>
|
|
174
|
+
|
|
175
|
+
<pre class="ruby"><span class="ruby-identifier">spec</span>.<span class="ruby-identifier">required_ruby_version</span> = <span class="ruby-string">">= 2.0.0"</span>
|
|
173
176
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">required_rubygems_version</span> = <span class="ruby-string">">= 2.6.0"</span>
|
|
174
177
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">cert_chain</span> = [<span class="ruby-string">"certs/gem-public_cert.pem"</span>]
|
|
175
178
|
<span class="ruby-identifier">spec</span>.<span class="ruby-identifier">signing_key</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">expand_path</span>(<span class="ruby-string">"~/.ssh/gem-private_key.pem"</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">$0</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">/gem\z/</span>
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
|
3
|
-
spec.version = "2.0.
|
|
3
|
+
spec.version = "2.0.9"
|
|
4
4
|
spec.date = "2017-04-02"
|
|
5
5
|
spec.summary = "A Rock Paper Scissors Ruby Gem"
|
|
6
6
|
spec.description = <<-EOF
|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
|
|
|
17
17
|
spec.post_install_message = "Thanks for installing! I hope you have fun playing rock paper scissors! :)"
|
|
18
18
|
spec.license = "MIT"
|
|
19
19
|
spec.homepage = "https://bag3318.github.io/RockPaperScissors/"
|
|
20
|
-
|
|
20
|
+
# spec.extra_rdoc_files = "README.md"
|
|
21
21
|
spec.required_ruby_version = ">= 2.0.0"
|
|
22
22
|
spec.required_rubygems_version = ">= 2.6.0"
|
|
23
23
|
spec.cert_chain = ["certs/gem-public_cert.pem"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: PlayRockPaperScissorsGame
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bag3318
|
|
@@ -96,8 +96,7 @@ executables:
|
|
|
96
96
|
- rps
|
|
97
97
|
- PlayRockPaperScissorsGame
|
|
98
98
|
extensions: []
|
|
99
|
-
extra_rdoc_files:
|
|
100
|
-
- README.md
|
|
99
|
+
extra_rdoc_files: []
|
|
101
100
|
files:
|
|
102
101
|
- ".gitignore"
|
|
103
102
|
- Gemfile
|
metadata.gz.sig
CHANGED
|
Binary file
|