Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
peregrinator committed Jan 8, 2013
1 parent 0d6d29d commit bac8798
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.mdown
@@ -1,14 +1,21 @@
== 0.0.14 (Jan 7, 2013)
* Remove references to the :static role (replacing with :worker role as
necessary). When using the 'gateway' option in Capistrano having two
roles run the same tasks leads to problems with symlinks getting nested.
Since :static and :worker roles are the same we just remove one of
them for simplicity. [Bob Burbach - github.com/peregrinator]

== 0.0.13 (Nov 9, 2012)
* Set rake to be "bundle exec rake" so that bundler is used for rake by
default. This prevents problems on servers that end up with multiple rakes.
default. This prevents problems on servers that end up with multiple rakes. [Bob Burbach - github.com/peregrinator]

== 0.0.12 (May 11, 2012)

* Use `bundle exec` when running `rake db:migrate`
* Use `bundle exec` when running `rake db:migrate` [Bob Burbach - github.com/peregrinator]

== 0.0.11 (December 3, 2010)

* Force compilation of sass stylesheets. If you have an external error (like a missing directory or submodule) they won't update even if you fix it. We now just force to make sure updates happen on deployment.
* Force compilation of sass stylesheets. If you have an external error (like a missing directory or submodule) they won't update even if you fix it. We now just force to make sure updates happen on deployment. [Bob Burbach - github.com/peregrinator]

== 0.0.10 (September 9, 2010)

Expand All @@ -17,7 +24,7 @@

== 0.0.9 (September 7, 2010)

* Fix role on database tasks - was :database, should be :db to fit conventions
* Fix role on database tasks - was :database, should be :db to fit conventions [Bob Burbach - github.com/peregrinator]

== 0.0.8 (September 1, 2010)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.13
0.0.14
4 changes: 2 additions & 2 deletions thunder_punch.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "thunder_punch"
s.version = "0.0.13"
s.version = "0.0.14"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bob Burbach"]
s.date = "2012-11-09"
s.date = "2013-01-08"
s.description = "Collection of capistano recipes for deployment and server tasks"
s.email = "info@criticaljuncture.org"
s.extra_rdoc_files = [
Expand Down

0 comments on commit bac8798

Please sign in to comment.