# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{active_collection} s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Martin Emde"] s.date = %q{2009-09-16} s.description = %q{A lazy-loading, Array-like collection proxy for ActiveRecord that understands conditions and paging.} s.email = %q{martin.emde@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", "Rakefile", "VERSION.yml", "active_collection.gemspec", "lib/active_collection.rb", "lib/active_collection/base.rb", "lib/active_collection/includes.rb", "lib/active_collection/member_class.rb", "lib/active_collection/order.rb", "lib/active_collection/pagination.rb", "lib/active_collection/scope.rb", "lib/active_collection/serialization.rb", "spec/active_collection_spec.rb", "spec/pagination_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/martinemde/active_collection} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{collection} s.rubygems_version = %q{1.3.5} s.summary = %q{A lazy-loading, Array-like collection proxy for ActiveRecord that understands conditions and paging.} s.test_files = [ "spec/active_collection_spec.rb", "spec/pagination_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) end end