Skip to content

Commit

Permalink
Publish gemspec for 0.5.0 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jan 7, 2009
1 parent 4b0a68a commit cfa36eb
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

* master
*master*

*


*0.5.0* (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
47 changes: 47 additions & 0 deletions grouped_scope.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Gem::Specification.new do |s|
s.name = "grouped_scope"
s.version = "0.5.0"
s.date = "2009-01-07"
s.summary = "Extends has_many associations to group scope."
s.email = "[email protected]"
s.homepage = "http://github.com/metaskills/grouped_scope/"
s.description = "Extends has_many associations to group scope."
s.has_rdoc = true
s.authors = ["Ken Collins"]
s.files = [
"CHANGELOG",
"MIT-LICENSE",
"Rakefile",
"README.rdoc",
"init.rb",
"lib/grouped_scope.rb",
"lib/grouped_scope/association_reflection.rb",
"lib/grouped_scope/class_methods.rb",
"lib/grouped_scope/core_ext.rb",
"lib/grouped_scope/errors.rb",
"lib/grouped_scope/grouping.rb",
"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"]
s.test_files = [
"test/factories.rb",
"test/grouped_scope/association_reflection_test.rb",
"test/grouped_scope/class_methods_test.rb",
"test/grouped_scope/has_many_association_test.rb",
"test/grouped_scope/has_many_through_association_test.rb",
"test/grouped_scope/self_grouping_test.rb",
"test/helper.rb",
"test/lib/boot.rb",
"test/lib/core_ext.rb",
"test/lib/named_scope.rb",
"test/lib/named_scope/core_ext.rb",
"test/lib/named_scope/named_scope.rb",
"test/lib/named_scope/named_scope_patch_1.2.rb",
"test/lib/named_scope/named_scope_patch_2.0.rb",
"test/lib/test_case.rb" ]
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files = ["README.rdoc","CHANGELOG","MIT-LICENSE"]
end


1 change: 0 additions & 1 deletion install.rb

This file was deleted.

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.4'
VERSION = '0.5.0'

end

4 changes: 0 additions & 4 deletions tasks/grouped_scope_tasks.rake

This file was deleted.

1 change: 0 additions & 1 deletion uninstall.rb

This file was deleted.

0 comments on commit cfa36eb

Please sign in to comment.