Skip to content

Commit

Permalink
Merge branch 'strip_launcher_from_names' of https://github.com/roland…
Browse files Browse the repository at this point in the history
…walker/homebrew-cask into rolandwalker-strip_launcher_from_names

Conflicts:
	Casks/googleappengine.rb
	doc/CASK_NAMING_REFERENCE.md
  • Loading branch information
vitorgalvao committed Jan 29, 2015
2 parents 5d194ba + 06fe09d commit 83c7127
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cask :v1 => 'googleappenginelauncher' do
cask :v1 => 'googleappengine' do
version '1.9.17'
sha256 '4af24bd90f0dce1c754b30edcaec72e407c13416ee3a4234f5ca1f68b61e8cbf'

Expand Down
3 changes: 1 addition & 2 deletions developer/bin/generate_cask_token
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ REMOVE_TRAILING_PATS = [

# generic terms
%r{\bapp}i,
# idea, but never discussed
# %r{\blauncher}i,
%r{\b(?:quick[\s-]*)?launcher}i,

# "mac", "for mac", "for OS X".
%r{\b(?:for)?[\s-]*mac(?:intosh)?}i,
Expand Down
2 changes: 2 additions & 0 deletions doc/cask_token_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ distribution, use the [`name`](CASK_LANGUAGE_REFERENCE.md#name-stanza-details) w
* If the version number is arranged to occur in the middle of the App name,
it should also be removed. Example: [IntelliJ IDEA 13 CE.app](../Casks/intellij-idea-ce.rb).

* Remove from the end: "Launcher", "Quick Launcher".

* Remove from the end: strings such as "Mac", "for Mac", "for OS X".
These terms are generally added to ported software such as "MAME OS X.app".
Exception: when the software is not a port, and "Mac" is an inseparable
Expand Down

0 comments on commit 83c7127

Please sign in to comment.