beer_recipe 0.4.4 → 0.4.5
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/lib/beer_recipe/misc_wrapper.rb +1 -1
- data/lib/beer_recipe/version.rb +1 -1
- data/locales/en.yml +4 -0
- data/locales/se.yml +5 -1
- data/template/exalted_beer.html.erb +3 -0
- 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: eb89a375b81e9acad7770f2e994df045ad10c9f3
|
4
|
+
data.tar.gz: 63a0c37c7b5a1ec44c48cae060cd2db42ba297d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac0dd8723e6b20cbe4538651695dd01694f08d7252d73e2d80f776cae2cfe3b11e6b6de7e7fc5e4d1af5423d4bf09f2d7f87fde131deab0770b3d32de4cae574
|
7
|
+
data.tar.gz: 48f5a867f24cc40b648921e330b0d04038d2df18142fbb3641e57bdd690c79e0afea55d90a311523def706803de570ea2a19a22bbb4ae96a2b7ac3f406773164
|
data/lib/beer_recipe/version.rb
CHANGED
data/locales/en.yml
CHANGED
@@ -86,8 +86,12 @@ misc_use_for: Use for
|
|
86
86
|
misc_time: Time
|
87
87
|
Fining: Fining
|
88
88
|
Herb: Herb
|
89
|
+
Spice: Spice
|
90
|
+
Flavor: Flavor
|
89
91
|
Other: Other
|
90
92
|
Secondary: Secondary
|
91
93
|
Yeast Nutrient: Yeast Nutrient
|
92
94
|
Ginger Root: Ginger Root
|
93
95
|
Fermentation: Fermentation
|
96
|
+
Coffee: Coffee
|
97
|
+
Seeds of Paradise: Seeds of Paradise
|
data/locales/se.yml
CHANGED
@@ -84,9 +84,13 @@ misc_use: Användning
|
|
84
84
|
misc_use_for: Användningsområde
|
85
85
|
misc_time: Tid
|
86
86
|
Fining: Klarning
|
87
|
-
Herb:
|
87
|
+
Herb: Ört
|
88
|
+
Spice: Krydda
|
89
|
+
Flavor: Smak
|
88
90
|
Other: Övrigt
|
89
91
|
Secondary: Sekundär
|
90
92
|
Yeast Nutrient: Jästnäring
|
91
93
|
Ginger Root: Ingefära
|
92
94
|
Fermentation: Jäsning
|
95
|
+
Coffee: Kaffe
|
96
|
+
Seeds of Paradise: Paradisfrön
|
@@ -223,6 +223,7 @@
|
|
223
223
|
</table>
|
224
224
|
</section>
|
225
225
|
|
226
|
+
<% if miscs.count > 0 %>
|
226
227
|
<section class="recipe_miscs">
|
227
228
|
<h2><%= I18n.t(:miscs) %></h2>
|
228
229
|
<table>
|
@@ -232,6 +233,7 @@
|
|
232
233
|
<th><%= I18n.t(:misc_amount) %></th>
|
233
234
|
<th><%= I18n.t(:misc_type) %></th>
|
234
235
|
<th><%= I18n.t(:misc_use) %></th>
|
236
|
+
<th><%= I18n.t(:misc_time) %></th>
|
235
237
|
</tr>
|
236
238
|
</thead>
|
237
239
|
<tbody>
|
@@ -249,6 +251,7 @@
|
|
249
251
|
</tbody>
|
250
252
|
</table>
|
251
253
|
</section>
|
254
|
+
<% end %>
|
252
255
|
|
253
256
|
<section class="recipe_hops">
|
254
257
|
<h2><%= I18n.t(:hops) %></h2>
|