Skip to content

Commit

Permalink
Merge pull request strags#5 from ryankevans/master
Browse files Browse the repository at this point in the history
fix: missing gem dependency (highline)
  • Loading branch information
strags committed May 9, 2011
2 parents 1e0b0df + 1adc6a1 commit fe56dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Echoe.new('processwanker', '0.0.7') do |p|
p.author = "Ben Stragnell"
p.email = "pw@codepuppies.com"
p.ignore_pattern = ["tmp/*", "script/*","docs/*","docs/prettify/*"]
p.runtime_dependencies = [ "echoe" ]
p.runtime_dependencies = [ "echoe", "highline" ]
p.development_dependencies = []
end

0 comments on commit fe56dd3

Please sign in to comment.