bread_calculator 0.5.2 → 0.5.3
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 +3 -2
- data/lib/bread_calculator.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87bf5f7590db7685003c1eee7387902879118e53
|
|
4
|
+
data.tar.gz: 3eb7b66bb260f264e350a2e108154dccf9b562f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 279d32342271916a0b968f0f2282ccfbcca8800641fb200c09dc1fec56882ec864b23aadc61a7e86b0d512283d39dae2709301becfd9766eb6cdfb749576c8b2
|
|
7
|
+
data.tar.gz: 1836ee1ecb8be461ac0cff2a689b963bffd82cf9199ec8e50bfa030e94348c6f4aa0b0f54816f6dfa4d6483590ed552755fde18cc47df3659cd2c03d27cd5fe4
|
data/README.md
CHANGED
|
@@ -4,12 +4,12 @@ A ruby gem to calculate baker's percentages
|
|
|
4
4
|
|
|
5
5
|
Installation
|
|
6
6
|
---------
|
|
7
|
-
`gem install
|
|
7
|
+
`gem install bread_calculator`
|
|
8
8
|
|
|
9
9
|
or, if you want the latest and the greatest,
|
|
10
10
|
or if you want the man page installed:
|
|
11
11
|
|
|
12
|
-
git clone https://github.com/bread-calculator
|
|
12
|
+
git clone https://github.com/nbirnel/bread-calculator
|
|
13
13
|
cd bread-calculator
|
|
14
14
|
rake install
|
|
15
15
|
|
|
@@ -38,6 +38,7 @@ MIT license
|
|
|
38
38
|
|
|
39
39
|
[](https://travis-ci.org/nbirnel/bread-calculator)
|
|
40
40
|
[](https://codeclimate.com/github/nbirnel/bread-calculator)
|
|
41
|
+
[](http://badge.fury.io/rb/bread_calculator)
|
|
41
42
|
|
|
42
43
|
Man page
|
|
43
44
|
---------
|
data/lib/bread_calculator.rb
CHANGED