generate_cask_token Ruby 2.0 shebang line

It was just carelessness that this script was written in
a way limited to Ruby 2.0, but we may as well be explicit
about that pending a fix.

closes #8021
This commit is contained in:
Roland Walker
2014-12-11 11:15:52 -05:00
parent 2db68b6bfa
commit e01ef5058a
+5 -1
View File
@@ -1,11 +1,15 @@
#!/usr/bin/env ruby
#!/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
#
# generate_cask_token
#
# todo:
#
# remove Ruby 2.0 dependency and change shebang line
#
# detect Cask files which differ only by the placement of hyphens.
#
# merge entirely into "brew cask create" command
#
###
### dependencies