From 4a1ec4260b799878f833942507d6bbc2a6a911f5 Mon Sep 17 00:00:00 2001 From: Nick Ragaz Date: Tue, 20 Sep 2011 23:54:23 -0400 Subject: [PATCH] bump version --- date_range_scopes.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/date_range_scopes.gemspec b/date_range_scopes.gemspec index 9dc4d62..8958e5c 100644 --- a/date_range_scopes.gemspec +++ b/date_range_scopes.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.summary = "Automatically add scopes for day, week, month and year ranges to Active Record models." s.description = "Automatically add scopes for day, week, month and year ranges to Active Record models." s.files = Dir["lib/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"] - s.version = "0.0.2" + s.version = "0.0.3" s.authors = ["Nick Ragaz"] s.email = "nick.ragaz@gmail.com" s.homepage = "http://github.com/nragaz/date_range_scopes"