switchman 1.12.1 → 1.12.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/switchman/shard_internal.rb +1 -0
- data/lib/switchman/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: d30c5f9189d259f408422987d4b1541fbe4102ff
|
4
|
+
data.tar.gz: d3e6037589283e074d1574daf373cedf4527c654
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44d60d03f4fffc373cb5d0d431e5499abbd63d5e84d1045e524a2c6d451196ae6d414bc549e150ee790af5986a76f14be24c7c6ef01bcd3700eab1b18486f420
|
7
|
+
data.tar.gz: d0e16a2da2cd08f015ea7cb1d65203885597b5e19c149a2f0c7db5c6634873e1500f1062a16ffafdcb8fffaf184f13b692ba79eeedc2b9c2dadf2bf9d549bb2d
|
@@ -128,6 +128,7 @@ module Switchman
|
|
128
128
|
attributes.each do |attr, value|
|
129
129
|
shard.send(:"#{attr}=", value)
|
130
130
|
end
|
131
|
+
shard.clear_changes_information
|
131
132
|
shard.instance_variable_set(:@new_record, false)
|
132
133
|
# connection info doesn't exist in database.yml;
|
133
134
|
# pretend the shard doesn't exist either
|
data/lib/switchman/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: switchman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.12.
|
4
|
+
version: 1.12.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Cutrer
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2018-04-
|
13
|
+
date: 2018-04-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|