diff --git a/CHANGELOG b/CHANGELOG index 5f6fd42..fcf9719 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,7 @@ * -*0.5.0* (January 7th 2009) +*0.5.1* (January 7th 2009) * Add rails 2.2.2 to test task and remove quite backtrace usage so 1.2.6 testing can run. [Ken Collins] diff --git a/grouped_scope.gemspec b/grouped_scope.gemspec index 0cc1d73..50234ef 100644 --- a/grouped_scope.gemspec +++ b/grouped_scope.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "grouped_scope" - s.version = "0.5.0" + s.version = "0.5.1" s.date = "2009-01-07" s.summary = "Extends has_many associations to group scope." s.email = "ken@metaskills.net" @@ -23,7 +23,7 @@ Gem::Specification.new do |s| "lib/grouped_scope/has_many_association.rb", "lib/grouped_scope/has_many_through_association.rb", "lib/grouped_scope/instance_methods.rb", - "lib/grouped_scope/self_grouping.rb"] + "lib/grouped_scope/self_grouping.rb" ] s.test_files = [ "test/factories.rb", "test/grouped_scope/association_reflection_test.rb", diff --git a/lib/grouped_scope.rb b/lib/grouped_scope.rb index 00da638..80b263c 100644 --- a/lib/grouped_scope.rb +++ b/lib/grouped_scope.rb @@ -9,7 +9,7 @@ module GroupedScope - VERSION = '0.5.0' + VERSION = '0.5.1' end