mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user