PlayRockPaperScissorsGame 1.8.4 → 1.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rps/version.rb +1 -1
- data/rps.gemspec +8 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2153f70bb890e58bdabfa5099a2005154477b66a
|
4
|
+
data.tar.gz: aae19efc255a2ce5558a66c53eea85c3f3b08129
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb629c9481686ec5eb95eb1db9d540e8008e399da03f99c7f073a90b12c380e24cccf9a7a0930b4ea17a4de87d5a9a61859471fab0d6d472f7ef3903d5d3e20e
|
7
|
+
data.tar.gz: b1d486249eb96c60a79c8aceb8040d37f323aedd4b0c0c9374ca4aae38563adfd83280f3cbd9a01649743504e2732da2ae6f32141613f43203a0a418d12cdcc8
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
3
|
-
spec.version = "1.8.
|
3
|
+
spec.version = "1.8.5"
|
4
4
|
spec.date = "2017-04-01"
|
5
5
|
spec.summary = "A Rock Paper Scissors Ruby Gem"
|
6
6
|
spec.description = <<-EOF
|
7
7
|
A Ruby-programmed rock paper scissors game.
|
8
|
-
To install: gem install PlayRockPaperScissorsGame
|
9
|
-
To run: rps; or: PlayRockPaperScissorsGame
|
8
|
+
To install: gem install PlayRockPaperScissorsGame;
|
9
|
+
To run: rps; or: PlayRockPaperScissorsGame;
|
10
10
|
For issues: https://github.com/bag3318/RockPaperScis sors/issues
|
11
11
|
EOF
|
12
12
|
spec.author = "bag3318"
|
@@ -15,7 +15,11 @@ Gem::Specification.new do |spec|
|
|
15
15
|
# spec.files = ["lib/rps.rb", "lib/ref/PrivateMethods.rb", "lib/ref/Constants.rb", "lib/rps/version.rb", "exec/run.bat", "exec/rps.bash", "exec/uninstall.sh", "rps.gemspec", "Rakefile", "Gemfile", "LICENSE", "README.md"]
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
17
17
|
spec.test_files = ["test/test_rps.rb"]
|
18
|
-
spec.metadata = {
|
18
|
+
spec.metadata = {
|
19
|
+
"issue_tracker" => "https://github.com/bag3318/RockPaperScissors/issues",
|
20
|
+
"source_code" => "https://github.com/bag3318/RockPaperScissors",
|
21
|
+
"releases" => "https://github.com/bag3318/RockPaperScissors/releases"
|
22
|
+
}
|
19
23
|
spec.post_install_message = "Thanks for installing! I hope you have fun playing rock paper scissors! :)"
|
20
24
|
spec.license = "MIT"
|
21
25
|
spec.homepage = "https://rubygems.org/gems/PlayRockPaperScissorsGame/"
|
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: 1.8.
|
4
|
+
version: 1.8.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -67,8 +67,8 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 1.11.3.9
|
69
69
|
description: " A Ruby-programmed rock paper scissors game. \n To install: gem
|
70
|
-
install PlayRockPaperScissorsGame
|
71
|
-
\
|
70
|
+
install PlayRockPaperScissorsGame;\n To run: rps; or: PlayRockPaperScissorsGame;
|
71
|
+
\n For issues: https://github.com/bag3318/RockPaperScis sors/issues\n"
|
72
72
|
email:
|
73
73
|
executables:
|
74
74
|
- rps
|