<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{couchrest}
-  s.version = &quot;0.22&quot;
+  s.version = &quot;0.23&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;J. Chris Anderson&quot;, &quot;Matt Aimonetti&quot;]
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
   s.description = %q{CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.}
   s.email = %q{jchris@apache.org}
   s.extra_rdoc_files = [&quot;README.md&quot;, &quot;LICENSE&quot;, &quot;THANKS.md&quot;]
-  s.files = [&quot;LICENSE&quot;, &quot;README.md&quot;, &quot;Rakefile&quot;, &quot;THANKS.md&quot;, &quot;examples/model&quot;, &quot;examples/model/example.rb&quot;, &quot;examples/word_count&quot;, &quot;examples/word_count/markov&quot;, &quot;examples/word_count/views&quot;, &quot;examples/word_count/views/books&quot;, &quot;examples/word_count/views/books/chunked-map.js&quot;, &quot;examples/word_count/views/books/united-map.js&quot;, &quot;examples/word_count/views/markov&quot;, &quot;examples/word_count/views/markov/chain-map.js&quot;, &quot;examples/word_count/views/markov/chain-reduce.js&quot;, &quot;examples/word_count/views/word_count&quot;, &quot;examples/word_count/views/word_count/count-map.js&quot;, &quot;examples/word_count/views/word_count/count-reduce.js&quot;, &quot;examples/word_count/word_count.rb&quot;, &quot;examples/word_count/word_count_query.rb&quot;, &quot;examples/word_count/word_count_views.rb&quot;, &quot;lib/couchrest&quot;, &quot;lib/couchrest/commands&quot;, &quot;lib/couchrest/commands/generate.rb&quot;, &quot;lib/couchrest/commands/push.rb&quot;, &quot;lib/couchrest/core&quot;, &quot;lib/couchrest/core/database.rb&quot;, &quot;lib/couchrest/core/design.rb&quot;, &quot;lib/couchrest/core/document.rb&quot;, &quot;lib/couchrest/core/response.rb&quot;, &quot;lib/couchrest/core/server.rb&quot;, &quot;lib/couchrest/core/view.rb&quot;, &quot;lib/couchrest/helper&quot;, &quot;lib/couchrest/helper/pager.rb&quot;, &quot;lib/couchrest/helper/streamer.rb&quot;, &quot;lib/couchrest/helper/upgrade.rb&quot;, &quot;lib/couchrest/mixins&quot;, &quot;lib/couchrest/mixins/attachments.rb&quot;, &quot;lib/couchrest/mixins/callbacks.rb&quot;, &quot;lib/couchrest/mixins/design_doc.rb&quot;, &quot;lib/couchrest/mixins/document_queries.rb&quot;, &quot;lib/couchrest/mixins/extended_attachments.rb&quot;, &quot;lib/couchrest/mixins/extended_document_mixins.rb&quot;, &quot;lib/couchrest/mixins/properties.rb&quot;, &quot;lib/couchrest/mixins/validation.rb&quot;, &quot;lib/couchrest/mixins/views.rb&quot;, &quot;lib/couchrest/mixins.rb&quot;, &quot;lib/couchrest/monkeypatches.rb&quot;, &quot;lib/couchrest/more&quot;, &quot;lib/couchrest/more/casted_model.rb&quot;, &quot;lib/couchrest/more/extended_document.rb&quot;, &quot;lib/couchrest/more/property.rb&quot;, &quot;lib/couchrest/support&quot;, &quot;lib/couchrest/support/blank.rb&quot;, &quot;lib/couchrest/support/class.rb&quot;, &quot;lib/couchrest/validation&quot;, &quot;lib/couchrest/validation/auto_validate.rb&quot;, &quot;lib/couchrest/validation/contextual_validators.rb&quot;, &quot;lib/couchrest/validation/validation_errors.rb&quot;, &quot;lib/couchrest/validation/validators&quot;, &quot;lib/couchrest/validation/validators/absent_field_validator.rb&quot;, &quot;lib/couchrest/validation/validators/confirmation_validator.rb&quot;, &quot;lib/couchrest/validation/validators/format_validator.rb&quot;, &quot;lib/couchrest/validation/validators/formats&quot;, &quot;lib/couchrest/validation/validators/formats/email.rb&quot;, &quot;lib/couchrest/validation/validators/formats/url.rb&quot;, &quot;lib/couchrest/validation/validators/generic_validator.rb&quot;, &quot;lib/couchrest/validation/validators/length_validator.rb&quot;, &quot;lib/couchrest/validation/validators/method_validator.rb&quot;, &quot;lib/couchrest/validation/validators/numeric_validator.rb&quot;, &quot;lib/couchrest/validation/validators/required_field_validator.rb&quot;, &quot;lib/couchrest.rb&quot;, &quot;spec/couchrest&quot;, &quot;spec/couchrest/core&quot;, &quot;spec/couchrest/core/couchrest_spec.rb&quot;, &quot;spec/couchrest/core/database_spec.rb&quot;, &quot;spec/couchrest/core/design_spec.rb&quot;, &quot;spec/couchrest/core/document_spec.rb&quot;, &quot;spec/couchrest/core/server_spec.rb&quot;, &quot;spec/couchrest/helpers&quot;, &quot;spec/couchrest/helpers/pager_spec.rb&quot;, &quot;spec/couchrest/helpers/streamer_spec.rb&quot;, &quot;spec/couchrest/more&quot;, &quot;spec/couchrest/more/casted_extended_doc_spec.rb&quot;, &quot;spec/couchrest/more/casted_model_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_attachment_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_subclass_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_view_spec.rb&quot;, &quot;spec/couchrest/more/property_spec.rb&quot;, &quot;spec/fixtures&quot;, &quot;spec/fixtures/attachments&quot;, &quot;spec/fixtures/attachments/couchdb.png&quot;, &quot;spec/fixtures/attachments/README&quot;, &quot;spec/fixtures/attachments/test.html&quot;, &quot;spec/fixtures/more&quot;, &quot;spec/fixtures/more/article.rb&quot;, &quot;spec/fixtures/more/card.rb&quot;, &quot;spec/fixtures/more/course.rb&quot;, &quot;spec/fixtures/more/event.rb&quot;, &quot;spec/fixtures/more/invoice.rb&quot;, &quot;spec/fixtures/more/person.rb&quot;, &quot;spec/fixtures/more/question.rb&quot;, &quot;spec/fixtures/more/service.rb&quot;, &quot;spec/fixtures/views&quot;, &quot;spec/fixtures/views/lib.js&quot;, &quot;spec/fixtures/views/test_view&quot;, &quot;spec/fixtures/views/test_view/lib.js&quot;, &quot;spec/fixtures/views/test_view/only-map.js&quot;, &quot;spec/fixtures/views/test_view/test-map.js&quot;, &quot;spec/fixtures/views/test_view/test-reduce.js&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;utils/remap.rb&quot;, &quot;utils/subset.rb&quot;]
+  s.files = [&quot;LICENSE&quot;, &quot;README.md&quot;, &quot;Rakefile&quot;, &quot;THANKS.md&quot;, &quot;examples/model&quot;, &quot;examples/model/example.rb&quot;, &quot;examples/word_count&quot;, &quot;examples/word_count/markov&quot;, &quot;examples/word_count/views&quot;, &quot;examples/word_count/views/books&quot;, &quot;examples/word_count/views/books/chunked-map.js&quot;, &quot;examples/word_count/views/books/united-map.js&quot;, &quot;examples/word_count/views/markov&quot;, &quot;examples/word_count/views/markov/chain-map.js&quot;, &quot;examples/word_count/views/markov/chain-reduce.js&quot;, &quot;examples/word_count/views/word_count&quot;, &quot;examples/word_count/views/word_count/count-map.js&quot;, &quot;examples/word_count/views/word_count/count-reduce.js&quot;, &quot;examples/word_count/word_count.rb&quot;, &quot;examples/word_count/word_count_query.rb&quot;, &quot;examples/word_count/word_count_views.rb&quot;, &quot;lib/couchrest&quot;, &quot;lib/couchrest/commands&quot;, &quot;lib/couchrest/commands/generate.rb&quot;, &quot;lib/couchrest/commands/push.rb&quot;, &quot;lib/couchrest/core&quot;, &quot;lib/couchrest/core/database.rb&quot;, &quot;lib/couchrest/core/design.rb&quot;, &quot;lib/couchrest/core/document.rb&quot;, &quot;lib/couchrest/core/response.rb&quot;, &quot;lib/couchrest/core/server.rb&quot;, &quot;lib/couchrest/core/view.rb&quot;, &quot;lib/couchrest/helper&quot;, &quot;lib/couchrest/helper/pager.rb&quot;, &quot;lib/couchrest/helper/streamer.rb&quot;, &quot;lib/couchrest/helper/upgrade.rb&quot;, &quot;lib/couchrest/mixins&quot;, &quot;lib/couchrest/mixins/attachments.rb&quot;, &quot;lib/couchrest/mixins/callbacks.rb&quot;, &quot;lib/couchrest/mixins/class_proxy.rb&quot;, &quot;lib/couchrest/mixins/design_doc.rb&quot;, &quot;lib/couchrest/mixins/document_queries.rb&quot;, &quot;lib/couchrest/mixins/extended_attachments.rb&quot;, &quot;lib/couchrest/mixins/extended_document_mixins.rb&quot;, &quot;lib/couchrest/mixins/properties.rb&quot;, &quot;lib/couchrest/mixins/validation.rb&quot;, &quot;lib/couchrest/mixins/views.rb&quot;, &quot;lib/couchrest/mixins.rb&quot;, &quot;lib/couchrest/monkeypatches.rb&quot;, &quot;lib/couchrest/more&quot;, &quot;lib/couchrest/more/casted_model.rb&quot;, &quot;lib/couchrest/more/extended_document.rb&quot;, &quot;lib/couchrest/more/property.rb&quot;, &quot;lib/couchrest/support&quot;, &quot;lib/couchrest/support/blank.rb&quot;, &quot;lib/couchrest/support/class.rb&quot;, &quot;lib/couchrest/validation&quot;, &quot;lib/couchrest/validation/auto_validate.rb&quot;, &quot;lib/couchrest/validation/contextual_validators.rb&quot;, &quot;lib/couchrest/validation/validation_errors.rb&quot;, &quot;lib/couchrest/validation/validators&quot;, &quot;lib/couchrest/validation/validators/absent_field_validator.rb&quot;, &quot;lib/couchrest/validation/validators/confirmation_validator.rb&quot;, &quot;lib/couchrest/validation/validators/format_validator.rb&quot;, &quot;lib/couchrest/validation/validators/formats&quot;, &quot;lib/couchrest/validation/validators/formats/email.rb&quot;, &quot;lib/couchrest/validation/validators/formats/url.rb&quot;, &quot;lib/couchrest/validation/validators/generic_validator.rb&quot;, &quot;lib/couchrest/validation/validators/length_validator.rb&quot;, &quot;lib/couchrest/validation/validators/method_validator.rb&quot;, &quot;lib/couchrest/validation/validators/numeric_validator.rb&quot;, &quot;lib/couchrest/validation/validators/required_field_validator.rb&quot;, &quot;lib/couchrest.rb&quot;, &quot;spec/couchrest&quot;, &quot;spec/couchrest/core&quot;, &quot;spec/couchrest/core/couchrest_spec.rb&quot;, &quot;spec/couchrest/core/database_spec.rb&quot;, &quot;spec/couchrest/core/design_spec.rb&quot;, &quot;spec/couchrest/core/document_spec.rb&quot;, &quot;spec/couchrest/core/server_spec.rb&quot;, &quot;spec/couchrest/helpers&quot;, &quot;spec/couchrest/helpers/pager_spec.rb&quot;, &quot;spec/couchrest/helpers/streamer_spec.rb&quot;, &quot;spec/couchrest/more&quot;, &quot;spec/couchrest/more/casted_extended_doc_spec.rb&quot;, &quot;spec/couchrest/more/casted_model_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_attachment_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_subclass_spec.rb&quot;, &quot;spec/couchrest/more/extended_doc_view_spec.rb&quot;, &quot;spec/couchrest/more/property_spec.rb&quot;, &quot;spec/fixtures&quot;, &quot;spec/fixtures/attachments&quot;, &quot;spec/fixtures/attachments/couchdb.png&quot;, &quot;spec/fixtures/attachments/README&quot;, &quot;spec/fixtures/attachments/test.html&quot;, &quot;spec/fixtures/more&quot;, &quot;spec/fixtures/more/article.rb&quot;, &quot;spec/fixtures/more/card.rb&quot;, &quot;spec/fixtures/more/course.rb&quot;, &quot;spec/fixtures/more/event.rb&quot;, &quot;spec/fixtures/more/invoice.rb&quot;, &quot;spec/fixtures/more/person.rb&quot;, &quot;spec/fixtures/more/question.rb&quot;, &quot;spec/fixtures/more/service.rb&quot;, &quot;spec/fixtures/views&quot;, &quot;spec/fixtures/views/lib.js&quot;, &quot;spec/fixtures/views/test_view&quot;, &quot;spec/fixtures/views/test_view/lib.js&quot;, &quot;spec/fixtures/views/test_view/only-map.js&quot;, &quot;spec/fixtures/views/test_view/test-map.js&quot;, &quot;spec/fixtures/views/test_view/test-reduce.js&quot;, &quot;spec/spec.opts&quot;, &quot;spec/spec_helper.rb&quot;, &quot;utils/remap.rb&quot;, &quot;utils/subset.rb&quot;]
   s.has_rdoc = true
   s.homepage = %q{http://github.com/jchris/couchrest}
   s.require_paths = [&quot;lib&quot;]</diff>
      <filename>couchrest.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c3e34fc9897c80eedc2c605f94424b50fa4e70c1</id>
    </parent>
  </parents>
  <author>
    <name>Matt Aimonetti</name>
    <email>mattaimonetti@gmail.com</email>
  </author>
  <url>http://github.com/jchris/couchrest/commit/266583805cb601c5c5434bee6c2e1cca9a82e5ad</url>
  <id>266583805cb601c5c5434bee6c2e1cca9a82e5ad</id>
  <committed-date>2009-03-27T11:54:05-07:00</committed-date>
  <authored-date>2009-03-27T11:54:05-07:00</authored-date>
  <message>updated the gemspec</message>
  <tree>35fe313c6774b8b4e001c1712914ee65f3d8e53a</tree>
  <committer>
    <name>Matt Aimonetti</name>
    <email>mattaimonetti@gmail.com</email>
  </committer>
</commit>
