Skip to content

Commit

Permalink
Add dependency for prawn-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Jan 18, 2009
1 parent aec4df5 commit e7728d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec = Gem::Specification.new do |spec|
spec.files = Dir.glob("{examples,lib,spec,vendor,data}/**/**/*") +
["Rakefile"]
spec.require_path = "lib"

spec.add_dependency('prawn-layout')

spec.test_files = Dir[ "test/*_test.rb" ]
spec.has_rdoc = true
Expand Down

0 comments on commit e7728d3

Please sign in to comment.