coin_toss 1.0.0 → 1.0.1

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: 7829df194a0bcb22e35dcc3b2fab8e056d9e80d7
4
- data.tar.gz: 78ace31d40b65b27f67861d79c8ad9fd0788f053
3
+ metadata.gz: 9e1b3395c6dfbbf664fe84efd7549c0ce67e5ea2
4
+ data.tar.gz: 50ac32dff05833104c23bcbc3361fd0eb13d648d
5
5
  SHA512:
6
- metadata.gz: 65c24d7e61f6e1428054784ed12e7eced3361b0c281767c3e5ed7fc421e3db0bb7626df0383494c57a1126cb2b1f260651ac4ce020e10dbd32d45892757bfe5d
7
- data.tar.gz: e685d605f2025637ba159468734509670cdd60cd2146c2318540d169ae46cf4542251005c8d19dc350d934699045ce4e8ace1663d2ef1b5c70ee7181f761c1d4
6
+ metadata.gz: a9c919e22fdbbbfcf49f53e93e55d5be3fd89ac29543f8cd75c40f5e3001ea904845cc8fb9b90aa6832652475fe2f757a0798b34566cfe0877322173497a4ebd
7
+ data.tar.gz: 15388e9330fa6f5f9f85d3f50fee9b79cc183310763a8d818bd6242b3238d76b32a2b37e21bdb1229d87d1f82f5bfb5e2441d406d927113f33467a09c0055cf9
data/coin_toss.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["shantanu020623@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A simple coin toss program}
13
- spec.description = %q{To be run on the Ubuntu terminal}
13
+ spec.description = %q{A program which assigns heads and tails to 2 players, virtually tosses a coin and declares the winner. To be run on the Ubuntu terminal.}
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module CoinToss
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coin_toss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shantanu Chaturvedi
@@ -38,7 +38,8 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: To be run on the Ubuntu terminal
41
+ description: A program which assigns heads and tails to 2 players, virtually tosses
42
+ a coin and declares the winner. To be run on the Ubuntu terminal.
42
43
  email:
43
44
  - shantanu020623@gmail.com
44
45
  executables: []