Skip to content

Instantly share code, notes, and snippets.

@btisdall
Created September 10, 2012 13:01
Show Gist options
  • Save btisdall/3690794 to your computer and use it in GitHub Desktop.
Save btisdall/3690794 to your computer and use it in GitHub Desktop.
Index: what_version
===================================================================
--- what_version (revision 46893)
+++ what_version (working copy)
@@ -1,6 +1,8 @@
#!/usr/bin/env ruby
-require_relative "BabelRelease"
+$: << '.' if RUBY_VERSION >= '1.9.2'
+
+require "BabelRelease"
require "capistrano"
require "httparty"
require "term/ansicolor"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment