History for collection_of changes

bundler
Sam Lown 2010-08-11 17:41:58 +02:00
parent ff00dd3b50
commit bf22222fd9
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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