Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: drnic/github-tmbundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: infininight/github-tmbundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Nov 20, 2010

  1. Remove usage of TM_RUBY.

    infininight committed Nov 20, 2010
    Copy the full SHA
    08e84ec View commit details
2 changes: 1 addition & 1 deletion Commands/Add to multifile Gist.tmCommand
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion Commands/Annotate-Blame Command-Line.tmCommand
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion Commands/Create Gist from Selection.tmCommand
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion Commands/Create private Gist from Selection.tmCommand
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion Commands/Send multifile Gist.tmCommand
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion Commands/Send private multifile Gist.tmCommand
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion Commands/Show Network in GitHub.tmCommand
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion Commands/Show in GitHub.tmCommand
Original file line number Diff line number Diff line change
@@ -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>