Skip to content

Commit

Permalink
isolated and cleaned dependencies
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/RubyInline/dev/": change = 6416]
  • Loading branch information
zenspider committed Jun 30, 2011
1 parent 6725ce0 commit 787ab68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ Hoe.add_include_dirs "../../ZenTest/dev/lib"
Hoe.add_include_dirs "lib"

Hoe.plugin :seattlerb
Hoe.plugin :isolate

Hoe.spec "RubyInline" do
developer 'Ryan Davis', '[email protected]'

clean_globs << File.expand_path("~/.ruby_inline")
spec_extras[:requirements] =
"A POSIX environment and a compiler for your language."
extra_deps << ['ZenTest', '~> 4.3'] # for ZenTest mapping

dependency "ZenTest", "~> 4.3" # for ZenTest mapping
end

task :test => :clean
Expand Down

0 comments on commit 787ab68

Please sign in to comment.