PlayRockPaperScissorsGame 2.3.1 → 2.3.2

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: 3aa3256d94f7e41f49fb2d885938e62ccc9c54cd
4
- data.tar.gz: af7367843501b97eb5a2fc7ebedb39859ddef949
3
+ metadata.gz: 4914e556aa17c71af7bdea6bea54311aa3539bb9
4
+ data.tar.gz: 40301303e0eaa11eff0d396b52112c12c3494593
5
5
  SHA512:
6
- metadata.gz: b4a8924567eb625da3812bb7fad5bfa2d55b3cebf8a52f3955436300cab0f66c55121ee43e402d6b522c7847bdbcb20d1301bacf7f96d15ca134d8c783cd1d4c
7
- data.tar.gz: a37b292f53b39fbae5a1d6cc5c3cf013912dfe01e639af301dbe263e8062a25e74f63483f087e2b7ecad7e1f279c580a13e407397f6efef191dcaa2b0521d0e6
6
+ metadata.gz: ebdeddd7dd87804570a198c553374bbda6a2dae67bfd3c179008506b652763631cecc47f7c35d690ec9056bbd54296b233bb346db160286a1fb9ae85dd6a9b17
7
+ data.tar.gz: 70858096abe804d4d93afeeee2427a520b84790efdd7923bc9b4428e0949fcc7e3e2eb0fb53d58bf773e6739b3fb7ee10a68db0a2628db2085b7f48b08a1acbe
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/lib/rps/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RockPaperScissors
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.2"
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.3.1"
3
+ spec.version = "2.3.2"
4
4
  spec.date = "2017-04-05"
5
5
  spec.summary = "A Rock Paper Scissors Ruby Gem"
6
6
  spec.description = <<-EOF
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  EOF
10
10
  spec.author = "bag3318"
11
11
  spec.platform = Gem::Platform::RUBY
12
- spec.require_paths = ["lib", "test", "exec", "bin", "docs", "certs"]
12
+ spec.require_paths = ["lib"]
13
13
  spec.files = `git ls-files -z`.split("\x0")
14
14
  spec.test_files = ["test/test_rps.rb"]
15
15
  spec.post_install_message = "Thanks for installing! I hope you have fun playing rock paper scissors! :)"
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.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -172,11 +172,6 @@ post_install_message: Thanks for installing! I hope you have fun playing rock pa
172
172
  rdoc_options: []
173
173
  require_paths:
174
174
  - lib
175
- - test
176
- - exec
177
- - bin
178
- - docs
179
- - certs
180
175
  required_ruby_version: !ruby/object:Gem::Requirement
181
176
  requirements:
182
177
  - - ">="
metadata.gz.sig CHANGED
Binary file