Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Commit

Permalink
Updated gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
agibralter committed Jun 17, 2010
1 parent 392857c commit 347016c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ar-async-counter-cache.gemspec
Expand Up @@ -5,18 +5,19 @@

Gem::Specification.new do |s|
s.name = %q{ar-async-counter-cache}
s.version = "0.0.2"
s.version = "0.0.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Gibralter"]
s.date = %q{2010-06-16}
s.date = %q{2010-06-17}
s.description = %q{Increment ActiveRecord's counter cache column asynchronously (using Resque).}
s.email = %q{aaron.gibralter@gmail.com}
s.extra_rdoc_files = [
"README"
]
s.files = [
"README",
".gitignore",
"README",
"Rakefile",
"VERSION",
"ar-async-counter-cache.gemspec",
Expand Down

0 comments on commit 347016c

Please sign in to comment.