active_mocker 2.4.0 → 2.4.1

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: a77d43b16f10346cb55967ea8dcb22e2f0e3474d
4
- data.tar.gz: d6b4efa5cff2e6a9f3c60ff80120ca9a7b1473d4
3
+ metadata.gz: 8379be073b5e2849d1500ef8090c0bf12db30bfe
4
+ data.tar.gz: 7dcbb215ad5f23fcce705c03cdc793bfa6bf1088
5
5
  SHA512:
6
- metadata.gz: f8f488dc87b52e8ee02a96a3e1428d38fddaa37601cdf666667f6ee0dc569a18989a8a5d0ca5dcdfb1f31e92d519d767d440a3b2efbb2b6e8b070d91628c3b89
7
- data.tar.gz: 69d308aa84a28cc683d063cda2483f0051055748476de80e811b6fda30bc852835e6d7845e701d0bf87aeb11e59ac97df0f687d3fb1839cb8de29d5859c55abf
6
+ metadata.gz: 76eb625a99cf4d13a5ee3c2cb5f07ce09ad2f8c35065ccc026d028aaff33d1d025c92a4c773ae6cab59fc6f87a7c64b4cfd5883a196b2aa87e424e729b874524
7
+ data.tar.gz: 14e0c300079cc1951c3cb5b58b461ddea4b18846c5ebfde3d417030ab475d73e01e162442e1b465adacb409fc15a1a5959ba54f783734b476fae8cc06f19b693
@@ -191,7 +191,7 @@ module ActiveMocker
191
191
 
192
192
  def setup_instance_variables
193
193
  @types = self.class.send(:types)
194
- @attributes = self.class.send(:attributes).dup
194
+ @attributes = self.class.send(:attributes).deep_dup
195
195
  @associations = self.class.send(:associations).dup
196
196
  end
197
197
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ActiveMocker
3
- VERSION = "2.4.0"
3
+ VERSION = "2.4.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_mocker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Zeisler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-14 00:00:00.000000000 Z
11
+ date: 2017-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport