From bf22222fd99f3a01ec4b760b8423c7d47010f264 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Wed, 11 Aug 2010 17:41:58 +0200 Subject: [PATCH] History for collection_of changes --- couchrest_model.gemspec | 8 ++------ history.txt | 1 + 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/couchrest_model.gemspec b/couchrest_model.gemspec index 3ccdac5..a1b6c7e 100644 --- a/couchrest_model.gemspec +++ b/couchrest_model.gemspec @@ -22,7 +22,6 @@ Gem::Specification.new do |s| "README.md", "Rakefile", "THANKS.md", - "examples/model/example.rb", "history.txt", "lib/couchrest/model.rb", "lib/couchrest/model/associations.rb", @@ -86,9 +85,7 @@ Gem::Specification.new do |s| "spec/fixtures/views/test_view/test-map.js", "spec/fixtures/views/test_view/test-reduce.js", "spec/spec.opts", - "spec/spec_helper.rb", - "utils/remap.rb", - "utils/subset.rb" + "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/couchrest/couchrest_model} s.rdoc_options = ["--charset=UTF-8"] @@ -123,8 +120,7 @@ Gem::Specification.new do |s| "spec/fixtures/more/cat.rb", "spec/fixtures/more/client.rb", "spec/fixtures/more/sale_entry.rb", - "spec/fixtures/more/course.rb", - "examples/model/example.rb" + "spec/fixtures/more/course.rb" ] if s.respond_to? :specification_version then diff --git a/history.txt b/history.txt index fd8b4a6..61e9f50 100644 --- a/history.txt +++ b/history.txt @@ -3,6 +3,7 @@ * Major enhancements * Minor enhancements + * Raise error on adding objects to "collection_of" without an id == CouchRest Model 1.0.0.beta7