Skip to content

Commit

Permalink
ingredients
Browse files Browse the repository at this point in the history
  • Loading branch information
error400 committed Feb 17, 2012
1 parent d3a6682 commit e5b9c38
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
gem.name = "pork_with_peaches"
gem.homepage = "http://github.com/error400/pork_with_peaches"
gem.license = "MIT"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.summary = "Pork with Peaces"
gem.description = "Recipe"
gem.email = "zilgar@mac.com"
gem.authors = ["error400"]
# dependencies defined in Gemfile
Expand Down
17 changes: 17 additions & 0 deletions lib/pork_with_peaches.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# encoding: utf-8

class PorkWithPeaches
def self.recipe
puts """
Zutaten:
- 600g Schweinefilet
- 1 große Dose Pfirsiche (halbe Frucht)
- 1 Flasche BBQ Sauce
- Sojasauce
- 1 Packung Sahne
- 1 EL Butter
- Salz, Pfeffer
- Thymian, Majoran, Currypulver
"""
end
end

0 comments on commit e5b9c38

Please sign in to comment.