Created
September 10, 2012 13:01
-
-
Save btisdall/3690794 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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