diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:37:03 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:37:03 +0000 |
commit | 5aa532a083e70e03551ee0dff9924366d498ee5a (patch) | |
tree | 6fba67a4bbd3bcbce932d6fc065a65d9cb23edfe /lib/custodian/protocol-tests/http.rb | |
parent | 5848f01db41b1c1203296aa77a122b24f14ca804 (diff) |
Updated to use ruby1.8 explicitly
Diffstat (limited to 'lib/custodian/protocol-tests/http.rb')
-rwxr-xr-x | lib/custodian/protocol-tests/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocol-tests/http.rb b/lib/custodian/protocol-tests/http.rb index 0d4cdd3..f08856d 100755 --- a/lib/custodian/protocol-tests/http.rb +++ b/lib/custodian/protocol-tests/http.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/ruby1.8 require 'net/http' require 'net/https' |