Skip to content

Commit

Permalink
Release 0.6.0 for rails 2.3.2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed May 6, 2009
1 parent 59feaeb commit a5cf387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grouped_scope.gemspec
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
s.homepage = "http://github.com/metaskills/grouped_scope/"
Expand Down
2 changes: 1 addition & 1 deletion lib/grouped_scope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

module GroupedScope

VERSION = '0.5.1'
VERSION = '0.6.0'

end

0 comments on commit a5cf387

Please sign in to comment.