History for collection_of changes
This commit is contained in:
parent
ff00dd3b50
commit
bf22222fd9
|
@ -22,7 +22,6 @@ Gem::Specification.new do |s|
|
||||||
"README.md",
|
"README.md",
|
||||||
"Rakefile",
|
"Rakefile",
|
||||||
"THANKS.md",
|
"THANKS.md",
|
||||||
"examples/model/example.rb",
|
|
||||||
"history.txt",
|
"history.txt",
|
||||||
"lib/couchrest/model.rb",
|
"lib/couchrest/model.rb",
|
||||||
"lib/couchrest/model/associations.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-map.js",
|
||||||
"spec/fixtures/views/test_view/test-reduce.js",
|
"spec/fixtures/views/test_view/test-reduce.js",
|
||||||
"spec/spec.opts",
|
"spec/spec.opts",
|
||||||
"spec/spec_helper.rb",
|
"spec/spec_helper.rb"
|
||||||
"utils/remap.rb",
|
|
||||||
"utils/subset.rb"
|
|
||||||
]
|
]
|
||||||
s.homepage = %q{http://github.com/couchrest/couchrest_model}
|
s.homepage = %q{http://github.com/couchrest/couchrest_model}
|
||||||
s.rdoc_options = ["--charset=UTF-8"]
|
s.rdoc_options = ["--charset=UTF-8"]
|
||||||
|
@ -123,8 +120,7 @@ Gem::Specification.new do |s|
|
||||||
"spec/fixtures/more/cat.rb",
|
"spec/fixtures/more/cat.rb",
|
||||||
"spec/fixtures/more/client.rb",
|
"spec/fixtures/more/client.rb",
|
||||||
"spec/fixtures/more/sale_entry.rb",
|
"spec/fixtures/more/sale_entry.rb",
|
||||||
"spec/fixtures/more/course.rb",
|
"spec/fixtures/more/course.rb"
|
||||||
"examples/model/example.rb"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if s.respond_to? :specification_version then
|
if s.respond_to? :specification_version then
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
* Major enhancements
|
* Major enhancements
|
||||||
|
|
||||||
* Minor enhancements
|
* Minor enhancements
|
||||||
|
* Raise error on adding objects to "collection_of" without an id
|
||||||
|
|
||||||
== CouchRest Model 1.0.0.beta7
|
== CouchRest Model 1.0.0.beta7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue