Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
build extension and dev depend on rake* gems
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Mar 31, 2012
1 parent 7ee8a13 commit 5c7fd6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
script: testrb test/base/base.rb
after_install: rake compile
script: testrb -Ilib test/base/base.rb
rvm:
- 1.9.3
2 changes: 2 additions & 0 deletions debugger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ handling, bindings for stack frames among other things.
s.add_dependency("columnize", ">= 0.3.1")
s.add_dependency("ruby_core_source", ">= 0.1.5")
s.add_dependency "debugger-linecache"
s.add_development_dependency 'rake'
s.add_development_dependency 'rake-compiler'
end

0 comments on commit 5c7fd6c

Please sign in to comment.