embedded_associations 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -9,6 +9,4 @@ group :test do
9
9
 
10
10
  gem 'rspec'
11
11
  gem 'rspec-rails'
12
-
13
- gem 'pry'
14
12
  end
@@ -1,3 +1,3 @@
1
1
  module EmbeddedAssociations
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -90,7 +90,6 @@ module EmbeddedAssociations
90
90
  end
91
91
 
92
92
  definition.each do |name, child_definition|
93
- binding.pry unless parent
94
93
  reflection = parent.class.reflect_on_association(name)
95
94
  attrs = parent_params && parent_params.delete(name.to_s)
96
95
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embedded_associations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-26 00:00:00.000000000 Z
12
+ date: 2013-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties