Skip to content

Commit

Permalink
Added dependency to highline
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Nov 5, 2009
1 parent 3c89781 commit d46eb40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Expand Up @@ -11,7 +11,10 @@ begin
p.url = "http://github.com/"
p.author = ['Chris Wanstrath', 'Kevin Ballard', 'Scott Chacon']
p.email = "chris@ozmm.org"
p.dependencies = ["text-format"]
p.dependencies = [
"text-format >=1.0.0",
"highline ~>1.5.1"
]
end

rescue LoadError => boom
Expand Down

0 comments on commit d46eb40

Please sign in to comment.