From 5330087ed2bcaaf533b7307054ac2cb499a58cac Mon Sep 17 00:00:00 2001 From: Matt Parker Date: Sun, 16 Jan 2011 13:47:58 -0500 Subject: [PATCH] gemspec updated via "rake gemspec" --- couchrest_model.gemspec | 230 ++++++++++++++++++++-------------------- 1 file changed, 115 insertions(+), 115 deletions(-) diff --git a/couchrest_model.gemspec b/couchrest_model.gemspec index bae1e33..f80ba94 100644 --- a/couchrest_model.gemspec +++ b/couchrest_model.gemspec @@ -1,131 +1,131 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{couchrest_model} - s.version = "1.0.0.beta8" + s.version = "1.0.0.beta9" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["J. Chris Anderson", "Matt Aimonetti", "Marcos Tapajos", "Will Leinweber", "Sam Lown"] - s.date = %q{2010-10-23} + s.date = %q{2011-01-16} s.description = %q{CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.} s.email = %q{jchris@apache.org} s.extra_rdoc_files = [ "LICENSE", - "README.md", - "THANKS.md" + "README.md", + "THANKS.md" ] s.files = [ "LICENSE", - "README.md", - "Rakefile", - "THANKS.md", - "history.txt", - "lib/couchrest/model.rb", - "lib/couchrest/model/associations.rb", - "lib/couchrest/model/base.rb", - "lib/couchrest/model/callbacks.rb", - "lib/couchrest/model/casted_array.rb", - "lib/couchrest/model/casted_model.rb", - "lib/couchrest/model/class_proxy.rb", - "lib/couchrest/model/collection.rb", - "lib/couchrest/model/configuration.rb", - "lib/couchrest/model/design_doc.rb", - "lib/couchrest/model/document_queries.rb", - "lib/couchrest/model/errors.rb", - "lib/couchrest/model/extended_attachments.rb", - "lib/couchrest/model/persistence.rb", - "lib/couchrest/model/properties.rb", - "lib/couchrest/model/property.rb", - "lib/couchrest/model/property_protection.rb", - "lib/couchrest/model/support/couchrest.rb", - "lib/couchrest/model/support/hash.rb", - "lib/couchrest/model/typecast.rb", - "lib/couchrest/model/validations.rb", - "lib/couchrest/model/validations/casted_model.rb", - "lib/couchrest/model/validations/locale/en.yml", - "lib/couchrest/model/validations/uniqueness.rb", - "lib/couchrest/model/views.rb", - "lib/couchrest/railtie.rb", - "lib/couchrest_model.rb", - "lib/rails/generators/couchrest_model.rb", - "lib/rails/generators/couchrest_model/model/model_generator.rb", - "lib/rails/generators/couchrest_model/model/templates/model.rb", - "spec/couchrest/assocations_spec.rb", - "spec/couchrest/attachment_spec.rb", - "spec/couchrest/base_spec.rb", - "spec/couchrest/casted_model_spec.rb", - "spec/couchrest/casted_spec.rb", - "spec/couchrest/class_proxy_spec.rb", - "spec/couchrest/configuration_spec.rb", - "spec/couchrest/inherited_spec.rb", - "spec/couchrest/persistence_spec.rb", - "spec/couchrest/property_protection_spec.rb", - "spec/couchrest/property_spec.rb", - "spec/couchrest/subclass_spec.rb", - "spec/couchrest/validations.rb", - "spec/couchrest/view_spec.rb", - "spec/fixtures/attachments/README", - "spec/fixtures/attachments/couchdb.png", - "spec/fixtures/attachments/test.html", - "spec/fixtures/base.rb", - "spec/fixtures/more/article.rb", - "spec/fixtures/more/card.rb", - "spec/fixtures/more/cat.rb", - "spec/fixtures/more/client.rb", - "spec/fixtures/more/course.rb", - "spec/fixtures/more/event.rb", - "spec/fixtures/more/invoice.rb", - "spec/fixtures/more/person.rb", - "spec/fixtures/more/question.rb", - "spec/fixtures/more/sale_entry.rb", - "spec/fixtures/more/sale_invoice.rb", - "spec/fixtures/more/service.rb", - "spec/fixtures/more/user.rb", - "spec/fixtures/views/lib.js", - "spec/fixtures/views/test_view/lib.js", - "spec/fixtures/views/test_view/only-map.js", - "spec/fixtures/views/test_view/test-map.js", - "spec/fixtures/views/test_view/test-reduce.js", - "spec/spec_helper.rb" + "README.md", + "Rakefile", + "THANKS.md", + "history.txt", + "lib/couchrest/model.rb", + "lib/couchrest/model/associations.rb", + "lib/couchrest/model/base.rb", + "lib/couchrest/model/callbacks.rb", + "lib/couchrest/model/casted_array.rb", + "lib/couchrest/model/casted_model.rb", + "lib/couchrest/model/class_proxy.rb", + "lib/couchrest/model/collection.rb", + "lib/couchrest/model/configuration.rb", + "lib/couchrest/model/design_doc.rb", + "lib/couchrest/model/document_queries.rb", + "lib/couchrest/model/errors.rb", + "lib/couchrest/model/extended_attachments.rb", + "lib/couchrest/model/persistence.rb", + "lib/couchrest/model/properties.rb", + "lib/couchrest/model/property.rb", + "lib/couchrest/model/property_protection.rb", + "lib/couchrest/model/support/couchrest.rb", + "lib/couchrest/model/support/hash.rb", + "lib/couchrest/model/typecast.rb", + "lib/couchrest/model/validations.rb", + "lib/couchrest/model/validations/casted_model.rb", + "lib/couchrest/model/validations/locale/en.yml", + "lib/couchrest/model/validations/uniqueness.rb", + "lib/couchrest/model/view.rb", + "lib/couchrest/model/views.rb", + "lib/couchrest/railtie.rb", + "lib/couchrest_model.rb", + "lib/rails/generators/couchrest_model.rb", + "lib/rails/generators/couchrest_model/model/model_generator.rb", + "lib/rails/generators/couchrest_model/model/templates/model.rb", + "spec/couchrest/assocations_spec.rb", + "spec/couchrest/attachment_spec.rb", + "spec/couchrest/base_spec.rb", + "spec/couchrest/casted_model_spec.rb", + "spec/couchrest/casted_spec.rb", + "spec/couchrest/class_proxy_spec.rb", + "spec/couchrest/configuration_spec.rb", + "spec/couchrest/inherited_spec.rb", + "spec/couchrest/persistence_spec.rb", + "spec/couchrest/property_protection_spec.rb", + "spec/couchrest/property_spec.rb", + "spec/couchrest/subclass_spec.rb", + "spec/couchrest/validations.rb", + "spec/couchrest/view_spec.rb", + "spec/fixtures/attachments/README", + "spec/fixtures/attachments/couchdb.png", + "spec/fixtures/attachments/test.html", + "spec/fixtures/base.rb", + "spec/fixtures/more/article.rb", + "spec/fixtures/more/card.rb", + "spec/fixtures/more/cat.rb", + "spec/fixtures/more/client.rb", + "spec/fixtures/more/course.rb", + "spec/fixtures/more/event.rb", + "spec/fixtures/more/invoice.rb", + "spec/fixtures/more/person.rb", + "spec/fixtures/more/question.rb", + "spec/fixtures/more/sale_entry.rb", + "spec/fixtures/more/sale_invoice.rb", + "spec/fixtures/more/service.rb", + "spec/fixtures/more/user.rb", + "spec/fixtures/views/lib.js", + "spec/fixtures/views/test_view/lib.js", + "spec/fixtures/views/test_view/only-map.js", + "spec/fixtures/views/test_view/test-map.js", + "spec/fixtures/views/test_view/test-reduce.js", + "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/couchrest/couchrest_model} - s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Extends the CouchRest Document for advanced modelling.} s.test_files = [ - "spec/spec_helper.rb", - "spec/couchrest/configuration_spec.rb", - "spec/couchrest/property_spec.rb", - "spec/couchrest/property_protection_spec.rb", - "spec/couchrest/casted_spec.rb", - "spec/couchrest/subclass_spec.rb", - "spec/couchrest/persistence_spec.rb", - "spec/couchrest/casted_model_spec.rb", - "spec/couchrest/assocations_spec.rb", - "spec/couchrest/validations.rb", - "spec/couchrest/view_spec.rb", - "spec/couchrest/inherited_spec.rb", - "spec/couchrest/attachment_spec.rb", - "spec/couchrest/class_proxy_spec.rb", - "spec/couchrest/base_spec.rb", - "spec/fixtures/base.rb", - "spec/fixtures/more/card.rb", - "spec/fixtures/more/event.rb", - "spec/fixtures/more/user.rb", - "spec/fixtures/more/sale_invoice.rb", - "spec/fixtures/more/article.rb", - "spec/fixtures/more/service.rb", - "spec/fixtures/more/invoice.rb", - "spec/fixtures/more/person.rb", - "spec/fixtures/more/question.rb", - "spec/fixtures/more/cat.rb", - "spec/fixtures/more/client.rb", - "spec/fixtures/more/sale_entry.rb", - "spec/fixtures/more/course.rb" + "spec/couchrest/assocations_spec.rb", + "spec/couchrest/attachment_spec.rb", + "spec/couchrest/base_spec.rb", + "spec/couchrest/casted_model_spec.rb", + "spec/couchrest/casted_spec.rb", + "spec/couchrest/class_proxy_spec.rb", + "spec/couchrest/configuration_spec.rb", + "spec/couchrest/inherited_spec.rb", + "spec/couchrest/persistence_spec.rb", + "spec/couchrest/property_protection_spec.rb", + "spec/couchrest/property_spec.rb", + "spec/couchrest/subclass_spec.rb", + "spec/couchrest/validations.rb", + "spec/couchrest/view_spec.rb", + "spec/fixtures/base.rb", + "spec/fixtures/more/article.rb", + "spec/fixtures/more/card.rb", + "spec/fixtures/more/cat.rb", + "spec/fixtures/more/client.rb", + "spec/fixtures/more/course.rb", + "spec/fixtures/more/event.rb", + "spec/fixtures/more/invoice.rb", + "spec/fixtures/more/person.rb", + "spec/fixtures/more/question.rb", + "spec/fixtures/more/sale_entry.rb", + "spec/fixtures/more/sale_invoice.rb", + "spec/fixtures/more/service.rb", + "spec/fixtures/more/user.rb", + "spec/spec_helper.rb" ] if s.respond_to? :specification_version then @@ -135,25 +135,25 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 1.0.1"]) s.add_runtime_dependency(%q, ["~> 1.15"]) - s.add_runtime_dependency(%q, ["~> 3.0.0.rc"]) + s.add_runtime_dependency(%q, ["~> 3.0.0"]) s.add_runtime_dependency(%q, ["~> 0.3.22"]) - s.add_runtime_dependency(%q, ["~> 3.0.0.rc"]) - s.add_development_dependency(%q, ["~> 2.0.0.beta.19"]) + s.add_runtime_dependency(%q, ["~> 3.0.0"]) + s.add_development_dependency(%q, [">= 2.0.0"]) else s.add_dependency(%q, ["~> 1.0.1"]) s.add_dependency(%q, ["~> 1.15"]) - s.add_dependency(%q, ["~> 3.0.0.rc"]) + s.add_dependency(%q, ["~> 3.0.0"]) s.add_dependency(%q, ["~> 0.3.22"]) - s.add_dependency(%q, ["~> 3.0.0.rc"]) - s.add_dependency(%q, ["~> 2.0.0.beta.19"]) + s.add_dependency(%q, ["~> 3.0.0"]) + s.add_dependency(%q, [">= 2.0.0"]) end else s.add_dependency(%q, ["~> 1.0.1"]) s.add_dependency(%q, ["~> 1.15"]) - s.add_dependency(%q, ["~> 3.0.0.rc"]) + s.add_dependency(%q, ["~> 3.0.0"]) s.add_dependency(%q, ["~> 0.3.22"]) - s.add_dependency(%q, ["~> 3.0.0.rc"]) - s.add_dependency(%q, ["~> 2.0.0.beta.19"]) + s.add_dependency(%q, ["~> 3.0.0"]) + s.add_dependency(%q, [">= 2.0.0"]) end end