PlayRockPaperScissorsGame 2.0.8 → 2.0.9

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: 663175c88ec6b932fa5a70e4044bc9993dd36386
4
- data.tar.gz: c6c86a8b9e60127df38ee218740242c987665ee2
3
+ metadata.gz: 46dab03dc20eb5ad800f7dae047d778056efd225
4
+ data.tar.gz: 9ebe56deb0f8a71b4dc42a0b6624e185d25d8837
5
5
  SHA512:
6
- metadata.gz: 1d08a50fc0aae32c9f1fe4d7d41da30c272238adf0d5e74de140f9c9f932aae3aae5ef377f88bf701b97ccf79f23399dc368fa8107d296e2e0d9235a4957871a
7
- data.tar.gz: 54b9273a2ac5aa76ec055dd3eff8a55ec746ecd7c696f7ffb6678d0e1c7a31dd6fbae12628325a3d23f4a86b370439ba836fe82bdb021b81cb42deee7023655c
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:35:15 -0700
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:20:26 -0700
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:20:31 -0700
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
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">&quot;PlayRockPaperScissorsGame&quot;</span>
155
- <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> = <span class="ruby-string">&quot;2.0.7&quot;</span>
155
+ <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">version</span> = <span class="ruby-string">&quot;2.0.9&quot;</span>
156
156
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">date</span> = <span class="ruby-string">&quot;2017-04-02&quot;</span>
157
157
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">summary</span> = <span class="ruby-string">&quot;A Rock Paper Scissors Ruby Gem&quot;</span>
158
158
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">description</span> = <span class="ruby-string">&quot; 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">&quot;Thanks for installing! I hope you have fun playing rock paper scissors! :)&quot;</span>
169
169
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">license</span> = <span class="ruby-string">&quot;MIT&quot;</span>
170
170
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">homepage</span> = <span class="ruby-string">&quot;https://bag3318.github.io/RockPaperScissors/&quot;</span>
171
- <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">extra_rdoc_files</span> = <span class="ruby-string">&quot;README.md&quot;</span>
172
- <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">required_ruby_version</span> = <span class="ruby-string">&quot;&gt;= 2.0.0&quot;</span>
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">&quot;&gt;= 2.0.0&quot;</span>
173
176
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">required_rubygems_version</span> = <span class="ruby-string">&quot;&gt;= 2.6.0&quot;</span>
174
177
  <span class="ruby-identifier">spec</span>.<span class="ruby-identifier">cert_chain</span> = [<span class="ruby-string">&quot;certs/gem-public_cert.pem&quot;</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">&quot;~/.ssh/gem-private_key.pem&quot;</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
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "2.0.8"
2
+ VERSION = "2.0.9"
3
3
  end
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.8"
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
- spec.extra_rdoc_files = "README.md"
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.8
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