PlayRockPaperScissorsGame 1.8.5 → 1.8.6
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 +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80db3556aacbb709fe74179f634f70bde2146b6e
|
4
|
+
data.tar.gz: bd94da9857d3d433c0da58e7b00abe1a16a9a142
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e0aee3c3c07ad2f9473fa8757b99f5d15e07aeb5e8a85a9a18af370cf9c8a371b798128f2a34c4bbd14bcf834c4e6657969f0e200c23510018022cbfd4010d6
|
7
|
+
data.tar.gz: 0c51bde6258835e4b6f82f90bd886891759323cb9f90c2c52fcc74d00fe48822f3b88a87a91c20c6561351b1c29973926cc71a8bf9ec5e9faae8cf85270c817b
|
data/lib/rps/version.rb
CHANGED
data/rps.gemspec
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "PlayRockPaperScissorsGame"
|
3
|
-
spec.version = "1.8.
|
3
|
+
spec.version = "1.8.6"
|
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
8
|
To install: gem install PlayRockPaperScissorsGame;
|
9
9
|
To run: rps; or: PlayRockPaperScissorsGame;
|
10
|
-
For issues: https://github.com/bag3318/
|
10
|
+
For issues: https://github.com/bag3318/RockPaperScissors/issues
|
11
11
|
EOF
|
12
12
|
spec.author = "bag3318"
|
13
13
|
spec.platform = Gem::Platform::RUBY
|
14
14
|
spec.require_paths = ["lib", "lib/ref", "lib/rps", "test", "exec", "bin"]
|
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
15
|
spec.files = `git ls-files -z`.split("\x0")
|
17
16
|
spec.test_files = ["test/test_rps.rb"]
|
18
17
|
spec.metadata = {
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bag3318
|
@@ -68,7 +68,7 @@ dependencies:
|
|
68
68
|
version: 1.11.3.9
|
69
69
|
description: " A Ruby-programmed rock paper scissors game. \n To install: gem
|
70
70
|
install PlayRockPaperScissorsGame;\n To run: rps; or: PlayRockPaperScissorsGame;
|
71
|
-
\n For issues: https://github.com/bag3318/
|
71
|
+
\n For issues: https://github.com/bag3318/RockPaperScissors/issues\n"
|
72
72
|
email:
|
73
73
|
executables:
|
74
74
|
- rps
|