Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 4a874a7

Browse files
committed
Generate bin/wad.
1 parent 18184db commit 4a874a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: bin/wad

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
22

3-
# Generated on: 11-10-2013 at 11:50
3+
# Generated on: 11-10-2013 at 11:55
44

55
require 'time'
66
require 'net/http'
@@ -256,6 +256,10 @@ end
256256
# Utility class to push and fetch Bundler directories to speed up
257257
# test runs on Travis-CI
258258
class Wad
259+
if RUBY_VERSION < '1.9.0'
260+
RUBY_ENGINE = 'ruby'
261+
end
262+
259263
def initialize
260264
write_cacert
261265
s3_configure

0 commit comments

Comments
 (0)