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.
Bump up version to 0.5.1 to see if gem builds.
- Loading branch information
1 parent
9223481
commit 47606bd
Showing
3 changed files
with
4 additions
and
4 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
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,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 = "[email protected]" | ||
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
module GroupedScope | ||
|
||
VERSION = '0.5.0' | ||
VERSION = '0.5.1' | ||
|
||
end | ||
|