Skip to content

Commit

Permalink
cut v0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Feb 8, 2015
1 parent 41fcf55 commit ca79d4b
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
source 'https://rubygems.org'

group :release do
gem 'ronn', '0.7.3'
end

group :test do
gem 'minitest', '5.4.1'
gem 'minitest-colorize'
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
hpricot (0.8.6)
metaclass (0.0.4)
minitest (5.4.1)
minitest-colorize (0.0.5)
minitest (>= 2.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
mustache (1.0.0)
rake (10.0.4)
rdiscount (2.1.8)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
rdiscount (>= 1.5.8)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
Expand All @@ -30,4 +37,5 @@ DEPENDENCIES
minitest-colorize
mocha (= 1.1.0)
rake
ronn (= 0.7.3)
rspec (~> 3.0.0)
39 changes: 39 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# CHANGELOG

## 0.53.1

* __Casks__
- 34 Casks added (576 updated) by 109 contributors since 0.53.0
- 2273 total Casks
* __Features__
- none
* __Breaking Changes__
- none
* __Fixes__
- [#9473][] Use bold terminal escapes instead of white
- [#9455][] alfred: bring back cli command as stub
* __Internal Changes__
- [#9478][] cli: [refactor] rename outdated option internally
- [#9480][] core: [refactor] separate Hbc::Cask from Hbc
- [#9152][] add a task `console` on rake. <3 [@WitzHsiao][]
- [#9216][] Use Hbc::Verify in Hbc::Installer
- [#9225][] Add test for creating binarydir if it doesn't exist
- [#9223][] Test casks decoupled
- [#9218][] binary_test (minitest) -> binary_spec (rspec)
* __Documentation__
- N doc commits since ...
* __Contributors__
- N new contributors since ...
- N total contributors
* __Release Date__
- 2015-02-08 14:00:00 UTC

[#9152]: https://github.com/caskroom/homebrew-cask/issues/9152
[#9216]: https://github.com/caskroom/homebrew-cask/issues/9216
[#9218]: https://github.com/caskroom/homebrew-cask/issues/9218
[#9223]: https://github.com/caskroom/homebrew-cask/issues/9223
[#9225]: https://github.com/caskroom/homebrew-cask/issues/9225
[#9455]: https://github.com/caskroom/homebrew-cask/issues/9455
[#9473]: https://github.com/caskroom/homebrew-cask/issues/9473
[#9478]: https://github.com/caskroom/homebrew-cask/issues/9478
[#9480]: https://github.com/caskroom/homebrew-cask/issues/9480
[@WitzHsiao]: https://github.com/WitzHsiao

## 0.53.0

* __Casks__
Expand Down
2 changes: 1 addition & 1 deletion doc/man/brew-cask.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "HOMEBREW\-CASK" "1" "January 2015" "Homebrew-cask" "brew-cask"
.TH "HOMEBREW\-CASK" "1" "February 2015" "Homebrew-cask" "brew-cask"
.
.SH "NAME"
\fBhomebrew\-cask\fR \- A friendly binary installer for OS X
Expand Down
2 changes: 1 addition & 1 deletion lib/hbc/version.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HBC_VERSION = '0.53.0'
HBC_VERSION = '0.53.1'

0 comments on commit ca79d4b

Please sign in to comment.