* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. 0.10.3 11/17/08 - a backtrace now warns when it thinks the callstack is truncated which it gets by comparing with caller() - fix setting $0. - fix bug in showing variables in post-mortem - Document how Debugger.start with a block is intended to be used. - Move Kernel#debugger from ruby-debug-base into ruby-debug - Get regression tests working again - Warn and add a "confirmation" when setting a breakpoint on a file that is not loaded.
18 lines
587 B
Text
18 lines
587 B
Text
@comment $NetBSD: PLIST,v 1.4 2010/09/10 05:17:36 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/AUTHORS
|
|
${GEM_LIBDIR}/CHANGES
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/README
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/ext/breakpoint.c
|
|
${GEM_LIBDIR}/ext/extconf.rb
|
|
${GEM_LIBDIR}/ext/ruby_debug.c
|
|
${GEM_LIBDIR}/ext/ruby_debug.h
|
|
${GEM_LIBDIR}/lib/ChangeLog
|
|
${GEM_LIBDIR}/lib/ruby-debug-base.rb
|
|
${GEM_LIBDIR}/lib/ruby_debug.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/test/base/base.rb
|
|
${GEM_LIBDIR}/test/base/binding.rb
|
|
${GEM_LIBDIR}/test/base/catchpoint.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|