switchman 1.12.9 → 1.12.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/switchman/test_helper.rb +1 -1
- data/lib/switchman/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 960939c5e1e4c110af2e5b0866f7c516efaa626c9688c16ccd9d13527b968e84
|
4
|
+
data.tar.gz: 7d516367d1637db892adae5b10c6c04defcb9f46a83ae5dd966b1e750e826305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d3d22a204aad9fb0a392c6d39872c19841ff1f74e409c18ba47ef5f1f28b11d666499833cdb84efd274e4a0aa4c5ae149be13511d59ab5dde9c08e26abaa6cb
|
7
|
+
data.tar.gz: a0937e96e60fd706a6e7674daacbef06e0d617126c9f6390deaaa7f5ef92cdca22cc25fe081ac38581fe0bb760fea57206865540e5192603c7fd8c5b9ad6ba5c
|
@@ -3,7 +3,7 @@ module Switchman
|
|
3
3
|
class << self
|
4
4
|
def recreate_persistent_test_shards(dont_create: false)
|
5
5
|
# recreate the default shard (it got buhleted)
|
6
|
-
Switchman.cache.clear
|
6
|
+
::Shackles.activate(:deploy) { Switchman.cache.clear }
|
7
7
|
if Shard.default(true).is_a?(DefaultShard)
|
8
8
|
begin
|
9
9
|
Shard.create!(default: true)
|
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.10
|
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-09-
|
13
|
+
date: 2018-09-13 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|