souvlaki 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/souvlaki/translator.rb +3 -2
- metadata +3 -2
data/lib/souvlaki/translator.rb
CHANGED
@@ -6,7 +6,8 @@ class Souvlaki::Translator
|
|
6
6
|
def say_in
|
7
7
|
case @language
|
8
8
|
when "greek"
|
9
|
-
|
9
|
+
# ruby -Ilib ./bin/souvlaki
|
10
|
+
"Greek is comming soon"
|
10
11
|
else
|
11
12
|
"Ingredients
|
12
13
|
|
@@ -29,7 +30,7 @@ class Souvlaki::Translator
|
|
29
30
|
Place them in a bowl, sprinkle with salt and pepper and then immerse in 60 ml of the oil.
|
30
31
|
Put in the fridge for approx. 1 hour.
|
31
32
|
|
32
|
-
Remove from the bowl and grill on both sides on a barbecue or in the
|
33
|
+
Remove from the bowl and grill on both sides on a barbecue or in the grwill of the cooker.
|
33
34
|
Beat the remaining olive oil (setting aside 3 tbsp before you do so) in a bowl with the lemon juice.
|
34
35
|
|
35
36
|
Dip the souvlakia in this mixture and then place on a large dish or platter.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: souvlaki
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,8 @@ date: 2012-04-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
14
14
|
description: A simple souvlaki recipe gem
|
15
15
|
email: yannis.kolovos@gmail.com
|
16
|
-
executables:
|
16
|
+
executables:
|
17
|
+
- souvlaki
|
17
18
|
extensions: []
|
18
19
|
extra_rdoc_files: []
|
19
20
|
files:
|