forked from metaskills/grouped_scope
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.6.0 for rails 2.3.2 compatibility.
- Loading branch information
1 parent
59feaeb
commit a5cf387
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
module GroupedScope | ||
|
||
VERSION = '0.5.1' | ||
VERSION = '0.6.0' | ||
|
||
end | ||
|