RPSrb 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39d2226eb32ff55c9438d638e79d9ea7b2bdbefb
4
- data.tar.gz: c79ebafce73b8392bee88f5a575dae425974dd49
3
+ metadata.gz: a38c7e7119dc161568e0a4840a3c6997c986458e
4
+ data.tar.gz: 1215c365b8de9b800ce5aae9f5fa7c6f0d0419fa
5
5
  SHA512:
6
- metadata.gz: 1bf2c049a6c5807cc71590b66b81936ac7b7b0a924f7789ee38431e4d325c80d015409dc38f45444820ee0dce2a65891b66f83817d0ba33893249340cf0972db
7
- data.tar.gz: c809efedf8946449520b6d54bf8e447fd81aa594c7c4cffabc15066675e047b7f5f9f72fd4d211068cb9bde735e91dc618ef24055a1b8b2096f6124bc386e4a6
6
+ metadata.gz: 463a6baa4998a567b827445d881dc1968a708a4dab7749f4ab57846c9043f0e2830fe4ede0dbf14d0a5350e6b2cb1cd9b5f270953e4dbe0945af816ac0f3cb04
7
+ data.tar.gz: 58cd9cefa289bb701c61b5305a23945a3c3a16d3d747fec625034fa7a952cac3c47339fb1ff2633d032f54cde37409f4bd7beeaf421639541ffb324dac83e004
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "RPSrb"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.date = "2017-12-12" # format: YYYY/MM/DD
5
5
  spec.summary = "A Rock Paper Scissors Game RubyGem"
6
6
  spec.description = <<-EOF
@@ -1,4 +1,4 @@
1
- Tue, 12 Dec 2017 10:03:36 -0800
1
+ Tue, 12 Dec 2017 10:07:37 -0800
2
2
  lib/exec.rb Tue, 12 Dec 2017 09:59:08 -0800
3
3
  lib/RockPaperScissors.rb Tue, 12 Dec 2017 10:03:25 -0800
4
- lib/RPSrb/Version.rb Tue, 12 Dec 2017 09:53:54 -0800
4
+ lib/RPSrb/Version.rb Tue, 12 Dec 2017 10:07:17 -0800
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # = RubyGems version constant
2
2
  # this is required for all rubygem packages
3
3
  module RPSrb
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: RPSrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bag3318