souvlaki 0.0.2 → 0.0.4

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.
data/bin/souvlaki CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'souvlaki'
4
- puts Souvlaki.hi(ARGV[0])
4
+ puts Souvlaki.say_in(ARGV[0])
@@ -3,14 +3,54 @@ class Souvlaki::Translator
3
3
  @language = language
4
4
  end
5
5
 
6
- def hi
6
+ def say_in
7
7
  case @language
8
8
  when "greek"
9
- "opaaaa souvlakiii! dance zorba"
10
- when "venezuela"
11
- "opa opaopa malakiaaas"
9
+
12
10
  else
13
- "hello english souvlaki"
11
+ "Ingredients
12
+
13
+ 1 kg shoulder of pork (boneless) cut into cubes
14
+ 10 pita breads
15
+ 1 large tomato finely sliced
16
+ 1 onion finely sliced and kept in a bowl with salted water
17
+ Juice from 1 lemon
18
+ 180 ml olive oil
19
+ 1 tsp salt and 1 tsp oregano mixed in a small bowl
20
+ 1/2 tsp salt
21
+ 1/2 tsp oregano
22
+ Salt and pepper
23
+ 10 thin wooden skewers
24
+
25
+
26
+ Preparation
27
+
28
+ Fix the pork cubes onto the skewers.
29
+ Place them in a bowl, sprinkle with salt and pepper and then immerse in 60 ml of the oil.
30
+ Put in the fridge for approx. 1 hour.
31
+
32
+ Remove from the bowl and grill on both sides on a barbecue or in the grill of the cooker.
33
+ Beat the remaining olive oil (setting aside 3 tbsp before you do so) in a bowl with the lemon juice.
34
+
35
+ Dip the souvlakia in this mixture and then place on a large dish or platter.
36
+ Sprinkle them with the salt and oregano mixture.
37
+
38
+
39
+ Cover them with aluminium foil to keep them warm while you prepare the pita breads.
40
+ Place the 3 tbsp oil you set aside earlier in a bowl, add the 1/2 tsp oregano and 1/2 tsp salt and stir.
41
+ Brush each pita bread with this and put under the grill. Turn over and brush the other side and grill.
42
+ Dont leave the bread under the grill too long as it shouldnt become hard. Just enough to warm it.
43
+
44
+ On a table or work surface put the souvlakia, pita breads, tomatoes, onions, French fries and tzatziki.
45
+ Remove the pork cubes from the skewer and place down the middle of the pita bread.
46
+
47
+ Depending on what each person wants, add tomatoes, onions, French fries and tzatziki.
48
+ Fold the pita bread around the ingredients and wrap the bottom half with greaseproof paper or aluminium foil.
49
+
50
+ An alternative is to get larger pork cubes and when you put them on the skewers add small slices of green, red and yellow peppers in between the cubes.
51
+ You prepare in the same way, but this is not served with pita bread, but eaten straight from the skewer.
52
+ "
14
53
  end
15
54
  end
55
+
16
56
  end
data/lib/souvlaki.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  class Souvlaki
2
- def self.hi(language)
2
+ def self.say_in(language)
3
3
  translator = Translator.new(language)
4
- translator.hi
4
+ translator.say_in
5
5
  end
6
6
  end
7
7
 
@@ -2,15 +2,15 @@ require 'test/unit'
2
2
  require 'souvlaki'
3
3
 
4
4
  class SouvlakiTest < Test::Unit::TestCase
5
- def test_english_hello
6
- assert_equal "hello english souvlaki", Souvlaki.hi("english")
7
- end
8
-
9
- def test_venezuela
10
- assert_equal "opa opaopa malakiaaas", Souvlaki.hi("venezuela")
11
- end
12
-
13
- def test_greek
14
- assert_equal "opaaaa souvlakiii! dance zorba", Souvlaki.hi("greek")
15
- end
5
+ # def test_english_hello
6
+ # assert_equal "hello english souvlaki", Souvlaki.hi("english")
7
+ # end
8
+ #
9
+ # def test_venezuela
10
+ # assert_equal "opa opaopa malakiaaas", Souvlaki.hi("venezuela")
11
+ # end
12
+ #
13
+ # def test_greek
14
+ # assert_equal "opaaaa souvlakiii! dance zorba", Souvlaki.hi("greek")
15
+ # end
16
16
  end
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.2
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,9 +9,9 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-30 00:00:00.000000000 Z
12
+ date: 2012-04-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: A simple hello world gem
14
+ description: A simple souvlaki recipe gem
15
15
  email: yannis.kolovos@gmail.com
16
16
  executables: []
17
17
  extensions: []