Commit Graph

31985 Commits

Author SHA1 Message Date
Den Patin c489d03ec3 Added name to the boxcryptor-classic.rb cask 2015-02-08 14:04:26 +03:00
Den Patin ebc174893f Added name to the box-sync.rb cask 2015-02-08 14:03:57 +03:00
Den Patin de5aae0fb9 Added name and appcast's sha256 to the BootChamp.app 2015-02-08 14:03:22 +03:00
Den Patin 3151018cba Added name to the boot2docker.rb cask 2015-02-08 14:01:40 +03:00
Den Patin c49f7e675a Added name to the bookends.rb cask 2015-02-08 14:01:29 +03:00
Den Patin b4c02cb904 Added name to the boinxtv.rb cask 2015-02-08 14:01:17 +03:00
Den Patin 2ad7de3d2c Added name to the bob.rb cask 2015-02-08 14:01:06 +03:00
Den Patin 03e1358738 Added name to the bluej.rb cask 2015-02-08 14:00:56 +03:00
Den Patin 92851c7ecf Added name to the bluegriffon.rb cask 2015-02-08 14:00:39 +03:00
Den Patin d662cee6f2 Added name to the blink1control.rb cask 2015-02-08 14:00:29 +03:00
Den Patin 6e8e47f650 Added name to the blackvue-viewer.rb cask 2015-02-08 14:00:09 +03:00
Den Patin 265409617d Added name to the black-light.rb cask 2015-02-08 13:59:49 +03:00
Den Patin 92ae639528 Added name to the bitwig-studio.rb cask 2015-02-08 13:59:37 +03:00
Den Patin 6872d5cbf5 Added name to the bittorrent-sync.rb cask 2015-02-08 13:59:26 +03:00
Den Patin 0409b21ffa Added name to the bitmessage.rb cask 2015-02-08 13:58:54 +03:00
Den Patin c9505a0ef6 Added name to the bitcoin-core.rb cask 2015-02-08 13:58:43 +03:00
Den Patin f697c2717b Added name to the bit-slicer.rb cask 2015-02-08 13:58:15 +03:00
Den Patin bcb8302c75 Added name to the bino.rb cask 2015-02-08 13:57:46 +03:00
Den Patin d88b28efe9 Added name to the bibdesk.rb cask 2015-02-08 13:57:12 +03:00
Den Patin ee31cbb11f Added name to the bfxr.rb cask 2015-02-08 13:55:44 +03:00
Den Patin 845efca036 Added name and appcast's sha256 to BetterZip.app 2015-02-08 13:54:34 +03:00
Den Patin 5021653064 Added name to the beatport-pro.rb cask 2015-02-08 13:50:31 +03:00
Den Patin d6abddb48e Added name to the bean.rb cask 2015-02-08 13:45:10 +03:00
Amorymeltzer ede9e542cd Merge pull request #9482 from root-io/patch-1
Update jitsi icense
2015-02-07 18:21:58 -08:00
David Routhieau 0d20d02ac7 Update license 2015-02-08 02:05:46 +00:00
Roland Walker add0279512 Merge pull request #9478 from caskroom/rename-cleanup-cli-option
cli: [refactor] rename outdated option internally
2015-02-07 19:12:13 -05:00
Roland Walker fa4f23715b Merge pull request #9480 from caskroom/sprout-hbc-cask-object-from-namespace
core: [refactor] separate Hbc::Cask from Hbc
2015-02-07 19:06:51 -05:00
Paul Hinze 5bbba24bf9 cli: [refactor] rename outdated option internally
The `Hbc.outdated` boolean was in the way of my implementation of an
`outdated` scope for `brew cask outdated`, so I took the opportunity to:

 * rename the flag internally to `cleanup_outdated`
 * move the cleanup tests over to rspec and rework them to test in a
   stubbed cleanroom environment
 * refactor the implementation of cleanup to make it a bit more
   testable - most importantly: inject the cache location and outdated
   config dependencies instead of looking them up from constants

Note that there's no change to the user-facing interface, it's still

```
brew cask cleanup --outdated
```
2015-02-07 18:06:51 -06:00
Paul Hinze 63d748e14c core: [refactor] separate Hbc::Cask from Hbc
Hbc is the namespace, Hbc::Cask is the object representing a Cask

One step on the path to reducing the surface area of the God-object
we've grown over the years. :)
2015-02-07 16:37:32 -06:00
Paul Hinze 428b97eecc Merge pull request #9457 from psibre/macfusion
macfusion: fix for #9450
2015-02-07 14:49:17 -06:00
Vítor Galvão 238e82af35 Merge pull request #9479 from vitorgalvao/update-dolphin
updated dolphin (4.0-5416)
2015-02-07 20:06:10 +00:00
Vítor Galvão 2abdd33820 Merge pull request #9477 from tmoreira2020/patch-1
Update Yourkit to version 2014-build-14118
2015-02-07 20:05:43 +00:00
Vítor Galvão c958ed9ae8 updated dolphin (4.0-5416) 2015-02-07 20:03:33 +00:00
Thiago Leão Moreira e5b7b970d2 Update Yourkit to version 2014-build-14118 2015-02-07 18:00:03 -02:00
ndr d539cc418b Merge pull request #9473 from rolandwalker/bold_text_not_white
Use bold terminal escapes instead of white
2015-02-07 17:31:14 +00:00
Roland Walker 8a81cb54a1 Use bold terminal escapes instead of white
Let the terminal decide how to display bold.  Fixes #9349.
The issue arose when integrating Homebrew's `Tty` class.
Homebrew's `Tty.white` actually emits escapes for bold.

Fixing `Tty.white` to do what the method name says caused
loss of visibility on light backgrounds.
2015-02-07 12:16:45 -05:00
Paul Hinze 35a59b3c08 Merge pull request #9472 from rolandwalker/doc_maintainer_tweak
Iterate on the new maintainer doc: friendliness
2015-02-07 10:47:30 -06:00
Roland Walker a7516e3c8e Iterate on the new maintainer doc: friendliness
* spellcheck
* move practical paragraph under "Reviewing Incoming Casks"
* add bullet points "Friendliness" and "Supporting each other"
2015-02-07 11:37:51 -05:00
Guyzmo 493d683212 updated logic cask to install latest version supporting the new saleae devices
Signed-off-by: Guyzmo <guyzmo+github@m0g.net>
2015-02-07 16:06:51 +00:00
Roland Walker a2d4415948 Merge pull request #9470 from wzxu/patch-1
Update Squirrel to 0.9.26.2
2015-02-07 08:30:30 -05:00
wzxu 323c79fd2e Update Squirrel to 0.9.26.2 2015-02-07 20:15:28 +08:00
Caleb Xu 0ceb6e6474 Merge pull request #9468 from rianrainey/master
Update Navicat for SQL Server to 11.1.9
2015-02-07 06:55:37 -05:00
Rian Rainey 46ae33f3d0 Update Navicat for SQL Server to 11.1.9 2015-02-06 22:46:17 -06:00
Roland Walker b28f9f3c62 macfusion: constrain scope of chdir in postflight stanza 2015-02-07 00:06:58 +01:00
Roland Walker 6366efc44b Merge pull request #9239 from caskroom/stub-maintainers-doc
stub doc for maintainers
2015-02-06 16:53:20 -05:00
Caleb Xu 2c3a612a68 Merge pull request #9460 from thebyrd/patch-1
Bowery version bump to 3.5.0
2015-02-06 16:10:07 -05:00
Amorymeltzer 6db5308c8a Merge pull request #9465 from caskroom/qt-creator
qt-creator.rb: change download to http

#9336
2015-02-06 12:49:26 -08:00
Paul Hinze 81897eade3 Merge pull request #9466 from denpatin/fix-pvsdk
Add uninstall parameter to Parallels Virtualization SDK
2015-02-06 14:42:36 -06:00
Den Patin 90469874bf Add uninstall parameter to Parallels Virtualization SDK 2015-02-06 23:32:33 +03:00
Vítor Galvão 32f57121da Merge pull request #9464 from denpatin/patch-2
Update appcast's sha256 for Poedit.app
2015-02-06 20:04:55 +00:00