coin_flip 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: aca2a6973c58471e3a1c554b9c593c24adf046a3
4
- data.tar.gz: a530b1c2f241f09a2b1a2cde6ae61aff4a102406
3
+ metadata.gz: 6fcbddc85a2bcf8af255c076a6f58fe8b6037ab7
4
+ data.tar.gz: 2af6d071be17d1e5349f351978bbc580c0fa04f9
5
5
  SHA512:
6
- metadata.gz: a46d0b22c63ee2c84ceddc412c507b7c1db3a6ac03c8966090c0708229a65ecb101e979a46c405e64ffc524ad043561990a2746f26a566ace922f5587d30eb62
7
- data.tar.gz: 1669993475d395c90de2aa5cc715e055f63a66f7d65d71c1ac8871a1036c6da6138882ff89aa75e57cc787606f2ef4a98f1d66475f671f41512436001e2f4182
6
+ metadata.gz: 870f27eac5e07addd320507d2a6b243317329f37ff9adccb583c95e0eb71bf731256ec8dd0964f87e1a05202d3681023227f751f6a7961e0d0bad4c6f45aed8d
7
+ data.tar.gz: ec39b7bd194b20cf6859f9cf4b5bfb92262ceb73354cb6cf3d0ebd27d34bdaa84eddd5896fe63ad546c00f8961dc1fb52c91aad31b7b997559a86c92e1656652
data/README.md CHANGED
@@ -1,34 +1,19 @@
1
1
  # CoinFlip
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/coin_flip`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Welcome to CoinFlip! Need to make a 50/50 decision and don't have any change? Or worse, don't want to stress your thumb muscles or hurt your nail on the coin? (I agree it is too much physical activity for one day!) No worries! Just install this gem and let this make the decision for you!
6
4
 
7
5
  ## Installation
8
6
 
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'coin_flip'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
7
+ Install it yourself from your terminal:
20
8
 
21
9
  $ gem install coin_flip
22
10
 
23
11
  ## Usage
12
+ Run this command in your terminal:
24
13
 
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
14
+ $ coin_flip
30
15
 
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
16
+ You will get your Heads or Tails!
32
17
 
33
18
  ## Contributing
34
19
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module CoinFlip
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Cardle
@@ -73,6 +73,7 @@ files:
73
73
  - bin/coin_flip
74
74
  - bin/console
75
75
  - bin/setup
76
+ - coin_flip-0.1.0.gem
76
77
  - coin_flip.gemspec
77
78
  - lib/coin_flip.rb
78
79
  - lib/coin_flip/cli.rb