public
Description: TextMate bundle - Amplified Mate Productivity
Homepage: http://code.leadmediapartners.com/tools/rubyamp
Clone URL: git://github.com/timcharper/rubyamp.git
Updated licensing and credits for public release
timcharper (author)
Fri Mar 28 12:41:53 -0700 2008
commit  65418c225cf5121813c0d86c16fafee5fd9825f8
tree    efdef8975511a59e76fa437e4295355d197df342
parent  19695504c67a1686cf1b8a2924db73660ce34f65
...
3
4
5
6
7
8
9
10
 
11
12
13
...
3
4
5
 
 
 
 
 
6
7
8
9
0
@@ -3,11 +3,7 @@ require 'rubygems'
0
 require 'appscript'
0
 require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/ruby_tm_helpers.rb"
0
 
0
-# Html output code by Henrik Nyh <http://henrik.nyh.se> 2007-06-26
0
-# Free to modify and redistribute with credit.
0
-#
0
-# Improved upon by Tim Harper with Lead Media Partners.
0
-# http://code.google.com/p/productivity-bundle/
0
+# Output-code derived from Henrik Nyh <http://henrik.nyh.se> 2007-06-26
0
 
0
 %w{ui web_preview escape}.each { |lib| require "%s/lib/%s" % [ENV['TM_SUPPORT_PATH'], lib] }
0
 
...
1
2
3
4
5
6
7
 
8
9
10
...
1
2
 
 
 
 
 
3
4
5
6
0
@@ -1,10 +1,6 @@
0
 # Ruby-debug interface helper methods
0
 #
0
-# Code adapted from ruby-debug bundle by Kent Sibilev
0
-# http://www.datanoise.com/articles/2006/8/27/control-debugger-from-textmate
0
-#
0
-# Improved upon by Tim Harper with Lead Media Partners.
0
-# http://code.google.com/p/productivity-bundle/
0
+# The following code was derived from Kent Sibilev's ruby-debug bundle.
0
 
0
 require 'socket'
0
 

Comments

    No one has commented yet.