replication 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad90fb7e58586f707553c38c7b26d1853eb9434c
4
- data.tar.gz: 929db885b57e51daff8924fa2dab390061946a2a
3
+ metadata.gz: 10c99c8155646cbb3c8e0d4de62067b4dab33800
4
+ data.tar.gz: f28a8bc30bc608030b56dcc334a6618f8a0d6b73
5
5
  SHA512:
6
- metadata.gz: 1defc33796d5d0499286c12ac84cc25c738449387f1ace480a03dacec1d36b7a9818b7ddf73d0f97ee0d550724b09d3a1f4e96a699809327174e1955fc5efd5b
7
- data.tar.gz: cfaaabb3d51e20e8b3810ebed626f3af27369a4ee16b2a4e45ffe4cc1456b02156b1e415ecc64834a900e46936df255d0b2d729637ad037e7e5980cfdbb14652
6
+ metadata.gz: a5a573a0db20f953effa6111662401c3d31cd2eea897c9a9c3e9ba1c5a966b7c2da3d61ffa57fbac7b0dd0f10e76bc184f44f78386a295df6fcc1be765a55a18
7
+ data.tar.gz: bf6386597539e4362e1ed12f9267f59f07e0b948064e09399aed5b3d71c14ef679d54e1002bfc26348729fbdf42bd94fb0fc1a59cd0545ec38a483e99c88d585
@@ -22,7 +22,7 @@ module Replication
22
22
  attributes_from_association.delete('id')
23
23
  attributes_from_association.delete(association_reflection.foreign_key)
24
24
  @strand_attributes.merge!({
25
- "#{a}_attributes".to_sym => self.send(association_reflection.name).select(*attributes_from_association).to_a.map(&:serializable_hash)
25
+ "#{a}_attributes".to_sym => self.send(association_reflection.name).select(attributes_from_association).to_a.map(&:serializable_hash)
26
26
  })
27
27
  end
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module Replication
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: replication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo DeAlmeida