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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -2
  3. data/lib/bread_calculator.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b606ac14a7ac0fd4443997be773a0c59272796f2
4
- data.tar.gz: 3165b0412c1dc75c266d3dc9de204318d3bc6ebb
3
+ metadata.gz: 87bf5f7590db7685003c1eee7387902879118e53
4
+ data.tar.gz: 3eb7b66bb260f264e350a2e108154dccf9b562f9
5
5
  SHA512:
6
- metadata.gz: 60cd6f789fc081a7bab93fabbbcd9230478cf1040040674c1ced5d47fa4079dca90d81bd90f24743a4c47a7291bd7c6287670675e67a82fd8ca14c697e380fbd
7
- data.tar.gz: 7f37b9980fe2c94a2369b0ddd0cde00e6cb9c365e0fd5761f00b2befee8504f63849172128a944d96a9e7f141b4416edceef830c471d39762f58934586d737b7
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 bakers_percentage`
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
  [![Build Status](https://travis-ci.org/nbirnel/bread-calculator.png?branch=master)](https://travis-ci.org/nbirnel/bread-calculator)
40
40
  [![Code Climate](https://codeclimate.com/github/nbirnel/bread-calculator.png)](https://codeclimate.com/github/nbirnel/bread-calculator)
41
+ [![Gem Version](https://badge.fury.io/rb/bread_calculator.png)](http://badge.fury.io/rb/bread_calculator)
41
42
 
42
43
  Man page
43
44
  ---------
@@ -23,7 +23,7 @@ module BreadCalculator
23
23
  class Version
24
24
  MAJOR = 0
25
25
  MINOR = 5
26
- PATCH = 2
26
+ PATCH = 3
27
27
 
28
28
  class << self
29
29
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bread_calculator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Birnel