PlayRockPaperScissorsGame 2.1.3 → 2.1.4

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: 5515536e602fe693e73110b116848d4c3bc39f97
4
- data.tar.gz: 711abd300dcbb112d7c8cfb39fc9f62bcfacd818
3
+ metadata.gz: 84ac1bbb94f16641ee589b8a3a88ee7ba3211d8c
4
+ data.tar.gz: f5c19941ee41ae7e67102103aec387ec943aea85
5
5
  SHA512:
6
- metadata.gz: 21c220a63a7bc72c546b04d4a9832a7bd051992819ddacddc6d0efbe780b06c7b55fa2f1c02f8cbb26d566d69d03000d01a6e83979a38ec2447700ee2b929433
7
- data.tar.gz: b1546d72e2227016ced9a6d665a5058c534b27226b01d2a3ff32a111f206684da24daf092ebb82afba159b050dba29d9d974c53e9117b112be060dfa65e43a4e
6
+ metadata.gz: 505871433fa4157b1360aafbb02f26fc2c3908562a4eddeba5dae150db454a626a853d41ce70cd8fed9c69989edaa32a7b2fb35e9b55c1300dfa51fc304099f7
7
+ data.tar.gz: 33a7bf5e14dce34155ec40749079890429f44b7c272e9eabdce2b3f601f4229d952b26a86cedd94ab9529548581b135af5023b7ab15d368537eba144ec5d64f6
checksums.yaml.gz.sig CHANGED
Binary file
data/Rakefile CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'rdoc/task'
2
+ require 'rake/testtask'
2
3
 
3
- task :default => [:test, :PlayRockPaperScissorsGame, :rps]
4
+ task :default => [:PlayRockPaperScissorsGame, :rps]
4
5
 
5
6
  file_path = "./test/test_rps.rb"
6
7
 
@@ -18,8 +19,9 @@ task :rps do
18
19
  ruby file_path
19
20
  end
20
21
 
21
-
22
22
  RDoc::Task.new do |rdoc|
23
23
  rdoc.main = "README.md"
24
- rdoc.rdoc_files.include(`git ls-files -z`.split("\x0"))
24
+ # rdoc.rdoc_files.include(`git ls-files -z`.split("\x0"))
25
+ rdoc.rdoc_files.include(["lib/**/*.rb", "bin/*", "test/*.rb", "Gemfile", "Rakefile", "rps.gemspec", "README.md"])
26
+ rdoc.rdoc_dir = "rdoc"
25
27
  end
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module PlayRockPaperScissorsGame
2
- VERSION = "2.1.3"
2
+ VERSION = "2.1.4"
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.1.3"
3
+ spec.version = "2.1.4"
4
4
  spec.date = "2017-04-03"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  EOF
12
12
  spec.author = "bag3318"
13
13
  spec.platform = Gem::Platform::RUBY
14
- spec.require_paths = ["lib", "lib/ref", "lib/rps", "test", "exec", "bin", "docs", "certs"]
14
+ spec.require_paths = ["lib", "test", "exec", "bin", "docs", "certs"]
15
15
  spec.files = `git ls-files -z`.split("\x0")
16
16
  spec.test_files = ["test/test_rps.rb"]
17
17
  spec.post_install_message = "Thanks for installing! I hope you have fun playing rock paper scissors! :)"
data.tar.gz.sig CHANGED
Binary file
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.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -171,8 +171,6 @@ post_install_message: Thanks for installing! I hope you have fun playing rock pa
171
171
  rdoc_options: []
172
172
  require_paths:
173
173
  - lib
174
- - lib/ref
175
- - lib/rps
176
174
  - test
177
175
  - exec
178
176
  - bin
metadata.gz.sig CHANGED
Binary file