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 +4 -4
- data/README.md +5 -20
- data/coin_flip-0.1.0.gem +0 -0
- data/lib/coin_flip/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fcbddc85a2bcf8af255c076a6f58fe8b6037ab7
|
4
|
+
data.tar.gz: 2af6d071be17d1e5349f351978bbc580c0fa04f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
-
|
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
|
-
|
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
|
-
|
16
|
+
You will get your Heads or Tails!
|
32
17
|
|
33
18
|
## Contributing
|
34
19
|
|
data/coin_flip-0.1.0.gem
ADDED
Binary file
|
data/lib/coin_flip/version.rb
CHANGED
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.
|
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
|