Skip to content

Commit

Permalink
Bump up version to 0.5.1 to see if gem builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jan 8, 2009
1 parent 9223481 commit 47606bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
4 changes: 2 additions & 2 deletions grouped_scope.gemspec
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]"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/grouped_scope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

module GroupedScope

VERSION = '0.5.0'
VERSION = '0.5.1'

end

0 comments on commit 47606bd

Please sign in to comment.