rpsg 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rpsg/version.rb +1 -1
  3. data/rpsg.gemspec +2 -2
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f979467f76b69166047624192106bfbb5e747548
4
- data.tar.gz: 4eb71114acca0c3230b10ae1e40ddf4ca02c22f3
3
+ metadata.gz: 7311e74fcf3d3014c43931a1762c9689e8a4e9c1
4
+ data.tar.gz: 050a570e882b04b97c6171d28de43b50053f0558
5
5
  SHA512:
6
- metadata.gz: 68532c4bed7518a4b31386ae03ea760b86186fa3bec66d82814c024bfcaccfc0e49fabbb5de7493d2fc643e4e1726f3ff59a0dd83ef894649f15e206ac999a20
7
- data.tar.gz: ef90eee3695d3937a9ec1347e72bd92dd53a778165561653e2fc21e32a22782c379588e41258ddf59f6665dbaf3f99c6d7f519fe593662131810518cc5174d17
6
+ metadata.gz: 2ecab1e900cc3c2a47d54ed11e3376edf74361707f895b130d916ba6582db5effd9c93487cccd2c58688ea0d5bf1c5b8401dcc77ac561f6890e1c891506f2f60
7
+ data.tar.gz: 44026b20a8413f92677c5582834966ecf8e3ea178ec542122b2b9edc199323a9949d091e9a30c54c4d148b2e97bd166668c5fb4d7b1b5f330f8ffc531f7fbb73
data/lib/rpsg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # specify the version for the rubygem
2
2
  module RPSG
3
3
  # create version constant for the rubygem
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
data/rpsg.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rpsg"
3
- spec.version = "0.1.3"
3
+ spec.version = "0.1.4"
4
4
  spec.date = "2017-10-12"
5
5
  spec.summary = "A Rock Paper Scissors Game Ruby Gem"
6
6
  spec.description = <<-EOF
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ""
12
12
  spec.homepage = "https://rubygems.org/gems/rpsg"
13
13
  spec.platform = Gem::Platform::RUBY
14
- spec.require_paths = ["lib"]
14
+ spec.require_paths = ["lib", "bin"]
15
15
  spec.files = `git ls-files -z`.split("\x0")
16
16
  spec.post_install_message = <<-EOF
17
17
  Thanks for installing! I hope you will have fun playing rock paper scissors! :)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rpsg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318
@@ -170,6 +170,7 @@ post_install_message: " Thanks for installing! I hope you will have fun playi
170
170
  rdoc_options: []
171
171
  require_paths:
172
172
  - lib
173
+ - bin
173
174
  required_ruby_version: !ruby/object:Gem::Requirement
174
175
  requirements:
175
176
  - - ">="