beer_recipe 0.4.8 → 0.4.9

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: 1cefcead7d8f4e76d6a069508409014f4997cf20
4
- data.tar.gz: 2c349c9cf66a2324d196800b1c92d97083ec8135
3
+ metadata.gz: 5cc265b45be05ab969b2e57f501f309dc597e105
4
+ data.tar.gz: c929aa5d05533158f70eeafa509e189a469a1240
5
5
  SHA512:
6
- metadata.gz: f0bef2eb48ca75899c49e65bdc6f87129f2ed6913939e67d99278200bc9d8440736c3f89f3914430c7e33cd75bda508f9c070d1b0f25a13bb9ad01609f0a45b2
7
- data.tar.gz: 91af2b3727f40e189558f6a6acf5ba0a9f0c88c99091fea1768905eaf0ab7794d1acffc09803042cae2ed0597fc1cec3d60011dacb8d102bb120e20f0112d009
6
+ metadata.gz: 3f52750a8bd1f7055bed2455913450b24f3fb39ddd07468062bea036f7d808c50fc29ea56cd15560d9e2cba752880a4b98b952fcd2c945cc750e129fcac8a342
7
+ data.tar.gz: 6192e607c419c4dd4c5fafcaeb93f31b6370e1d3a8331484a38c4bd1e2dfeedebf05c9c478eb19a92a070eda884ca49606944e5802b84cbf26f19ec78a303d5f
@@ -40,7 +40,7 @@ class BeerRecipe::HopWrapper < BeerRecipe::Wrapper
40
40
  elsif @record.use == 'First Wort'
41
41
  ibu *= 1.10
42
42
  elsif @record.use == 'Aroma'
43
- ibu *= 0.10
43
+ ibu *= 0.50
44
44
  end
45
45
  ibu
46
46
  end
@@ -1,3 +1,3 @@
1
1
  module BeerRecipe
2
- VERSION = '0.4.8'
2
+ VERSION = '0.4.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beer_recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olle Johansson