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 +4 -4
- data/lib/active_mocker/mock/base.rb +1 -1
- data/lib/active_mocker/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8379be073b5e2849d1500ef8090c0bf12db30bfe
|
4
|
+
data.tar.gz: 7dcbb215ad5f23fcce705c03cdc793bfa6bf1088
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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).
|
194
|
+
@attributes = self.class.send(:attributes).deep_dup
|
195
195
|
@associations = self.class.send(:associations).dup
|
196
196
|
end
|
197
197
|
|
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.
|
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:
|
11
|
+
date: 2017-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|