diff --git a/grouped_scope.gemspec b/grouped_scope.gemspec index 51360d6..26bd353 100644 --- a/grouped_scope.gemspec +++ b/grouped_scope.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = "grouped_scope" - s.version = "0.5.1" - s.date = "2009-01-07" + s.version = "0.6.0" + s.date = "2009-05-06" s.summary = "Extends has_many associations to group scope." s.email = "ken@metaskills.net" s.homepage = "http://github.com/metaskills/grouped_scope/" diff --git a/lib/grouped_scope.rb b/lib/grouped_scope.rb index ec30270..ec4ce18 100644 --- a/lib/grouped_scope.rb +++ b/lib/grouped_scope.rb @@ -10,7 +10,7 @@ module GroupedScope - VERSION = '0.5.1' + VERSION = '0.6.0' end