Skip to content

Commit

Permalink
Updating to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Feb 16, 2010
1 parent 6fe6463 commit 1dc9d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.0.6
4 changes: 2 additions & 2 deletions after_commit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{after_commit}
s.version = "1.0.5"
s.version = "1.0.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Muerdter", "David Yip", "Pat Allan"]
s.date = %q{2009-11-26}
s.date = %q{2010-02-16}
s.description = %q{
A Ruby on Rails plugin to add an after_commit callback. This can be used to trigger methods only after the entire transaction is complete.
}
Expand Down

0 comments on commit 1dc9d88

Please sign in to comment.