Skip to content

Commit

Permalink
Remove usage of TM_RUBY.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Nov 20, 2010
1 parent 4380518 commit 08e84ec
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Commands/Add to multifile Gist.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/add_to_multifile_gist.rb"
ruby -- "${TM_BUNDLE_SUPPORT}/bin/add_to_multifile_gist.rb"
</string>
<key>input</key>
<string>selection</string>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Annotate-Blame Command-Line.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/comment_on_line.rb"
ruby -- "${TM_BUNDLE_SUPPORT}/bin/comment_on_line.rb"
</string>
<key>input</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Create Gist from Selection.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/create_gist_from_selection.rb"</string>
ruby -- "${TM_BUNDLE_SUPPORT}/bin/create_gist_from_selection.rb"</string>
<key>input</key>
<string>selection</string>
<key>keyEquivalent</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Create private Gist from Selection.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/create_gist_from_selection.rb" "private"</string>
ruby -- "${TM_BUNDLE_SUPPORT}/bin/create_gist_from_selection.rb" "private"</string>
<key>input</key>
<string>selection</string>
<key>keyEquivalent</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Send multifile Gist.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/send_multifile_gist.rb"
ruby -- "${TM_BUNDLE_SUPPORT}/bin/send_multifile_gist.rb"
</string>
<key>input</key>
<string>selection</string>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Send private multifile Gist.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/send_multifile_gist.rb" "private"
ruby -- "${TM_BUNDLE_SUPPORT}/bin/send_multifile_gist.rb" "private"
</string>
<key>input</key>
<string>selection</string>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Show Network in GitHub.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/show_network_in_github.rb"
ruby -- "${TM_BUNDLE_SUPPORT}/bin/show_network_in_github.rb"
</string>
<key>input</key>
<string>document</string>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Show in GitHub.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>nop</string>
<key>command</key>
<string>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/show_in_github.rb"
ruby -- "${TM_BUNDLE_SUPPORT}/bin/show_in_github.rb"
</string>
<key>input</key>
Expand Down

0 comments on commit 08e84ec

Please sign in to comment.