Skip to content

Commit

Permalink
Fix date in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsykes committed May 2, 2010
1 parent 182810f commit 8bb3283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim_scrooge.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Stephen Sykes"]
s.date = %q{2010-04-05}
s.date = %q{2010-05-02}
s.description = %q{Slim scrooge boosts speed in Rails ActiveRecord Models by only querying the database for what is needed.}
s.email = %q{sdsykes@gmail.com}
s.extensions = ["ext/Rakefile"]
Expand Down

0 comments on commit 8bb3283

Please sign in to comment.