Skip to content

Commit

Permalink
Added dependency on ParseTree
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby2smalltalk/dev/": change = 2752]
  • Loading branch information
zenspider committed Nov 16, 2006
1 parent d756e42 commit ce37438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Hoe.new('ruby2smalltalk', RubyToSmalltalk::VERSION) do |p|
p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1] p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
p.extra_deps << ["ParseTree", ">= 1.6.1"]
end end


# vim: syntax=Ruby # vim: syntax=Ruby

0 comments on commit ce37438

Please sign in to comment.