coin_flip 0.1.1 → 0.1.2

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: 6fcbddc85a2bcf8af255c076a6f58fe8b6037ab7
4
- data.tar.gz: 2af6d071be17d1e5349f351978bbc580c0fa04f9
3
+ metadata.gz: d9b81baf55aff32e7ae81e0b2d8ec5e2639c8d87
4
+ data.tar.gz: ed75d09659e7df721594be366065283370cd7d68
5
5
  SHA512:
6
- metadata.gz: 870f27eac5e07addd320507d2a6b243317329f37ff9adccb583c95e0eb71bf731256ec8dd0964f87e1a05202d3681023227f751f6a7961e0d0bad4c6f45aed8d
7
- data.tar.gz: ec39b7bd194b20cf6859f9cf4b5bfb92262ceb73354cb6cf3d0ebd27d34bdaa84eddd5896fe63ad546c00f8961dc1fb52c91aad31b7b997559a86c92e1656652
6
+ metadata.gz: f40b4e67710785e0f34b61e1782c095a97e1ad3815f548c6657372a6d9ffa5214bc37d464d3b2ea83b82cd35bac1cd161f93127dab6a5784281a98fbba0bdacc
7
+ data.tar.gz: 5a8bbe92f0c6ca9d37963cd9e4262a9dd7d4de900036a94d036993219d0530c4a480f1252c9e179a9a4e4e104bc6ac7510181ace9968cfaf1be1f1be972e742c
data/README.md CHANGED
@@ -13,7 +13,8 @@ Run this command in your terminal:
13
13
 
14
14
  $ coin_flip
15
15
 
16
- You will get your Heads or Tails!
16
+ You will get Heads or Tails!
17
+ So much easier than finding a coin and using a thumb!
17
18
 
18
19
  ## Contributing
19
20
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module CoinFlip
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coin_flip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Cardle
@@ -74,6 +74,7 @@ files:
74
74
  - bin/console
75
75
  - bin/setup
76
76
  - coin_flip-0.1.0.gem
77
+ - coin_flip-0.1.1.gem
77
78
  - coin_flip.gemspec
78
79
  - lib/coin_flip.rb
79
80
  - lib/coin_flip/cli.rb