Skip to content

Commit

Permalink
updated for 0.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
shillerey committed Nov 29, 2011
1 parent a2c2d60 commit 7d31a29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions History.txt
@@ -1,3 +1,6 @@
== 0.5.21 / 2011-11-29
* merged pull request #26 - symlink ey_bundler_binstubs to bin

== 0.5.20 / 2011-07-21
* merged pull request #25 - added :except clause for non-nginx app servers
* merged pull request #24 - exclude 'test' and 'development' in bundler
Expand Down
4 changes: 2 additions & 2 deletions eycap.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{eycap}
s.version = "0.5.20"
s.version = "0.5.21"

s.specification_version = 2 if s.respond_to? :specification_version=

Expand All @@ -22,4 +22,4 @@ Gem::Specification.new do |s|

s.add_dependency(%q<capistrano>, [">= 2.2.0"])
s.add_dependency(%q<hoe>, [">= 1.5.1"])
end
end
2 changes: 1 addition & 1 deletion lib/eycap.rb
@@ -1,3 +1,3 @@
module Eycap
VERSION = '0.5.18'
VERSION = '0.5.21'
end

0 comments on commit 7d31a29

Please sign in to comment.