backbone_extensions 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,7 +132,7 @@
132
132
 
133
133
  _(source).extend(associations, {
134
134
  associations: function() {
135
- _(arguments).chain().toArray().each(function(options) {
135
+ _(arguments).chain().toArray().compact().each(function(options) {
136
136
  _(associations).chain().keys().each(function(associationType) {
137
137
  if (options[associationType]) {
138
138
  associations[associationType].call(source, options[associationType], _(options).omit(associationType));
@@ -1,3 +1,3 @@
1
1
  module BackboneExtensions
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backbone_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -126,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
126
  version: '0'
127
127
  segments:
128
128
  - 0
129
- hash: -4118179705553602004
129
+ hash: -2349636657687252698
130
130
  required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  none: false
132
132
  requirements:
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  segments:
137
137
  - 0
138
- hash: -4118179705553602004
138
+ hash: -2349636657687252698
139
139
  requirements: []
140
140
  rubyforge_project:
141
141
  rubygems_version: 1.8.24