switchman 1.2.39 → 1.2.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7189ef00c7a27fa867d3e671b59f6aab8276bd56
4
- data.tar.gz: 098f9d0660d6a964829fd745883fc20c414246cc
3
+ metadata.gz: 394ecb489a1b29715c5ad1780702a6a302380740
4
+ data.tar.gz: aaf98b95857eebff5780fd5887f1c9601e35fc02
5
5
  SHA512:
6
- metadata.gz: 493d691384ec4b86098a026025cbb31fddc9d1c52c6a8311fd1755af516ffe8fdfedb659443528382b049e7d1bf956ac94f0857ca020d721c4a72e299793ecb7
7
- data.tar.gz: ec1172b932ab83fe0615dde5984eeb56c15fc09efa326ca05ff4a144f66fa1ec30256ca538c6faf5bdb6faeaf604947372461364b8e2611261240557e06f5ea5
6
+ metadata.gz: 32f35c2a076474ce6f3682127d3907bfe782a411851ac9a8229acc0ff58dd935c842ac4db6aeafbe9e63647211d7e83a6e29b2a5c12e9cc8921f410da37624d7
7
+ data.tar.gz: 624a461ff2967fb281a0b954442e61335a40176740c602f872d11f8b6d3fb879ba76781ac9bed588476fd5257845af7699a502cc3dc7e977a4d04ca13bd2833f
@@ -226,7 +226,7 @@ module Switchman
226
226
  rescue
227
227
  shard.destroy
228
228
  shard.drop_database if shard.name == name rescue nil
229
- reset_column_information
229
+ reset_column_information rescue nil
230
230
  raise
231
231
  end
232
232
  end
@@ -1,3 +1,3 @@
1
1
  module Switchman
2
- VERSION = "1.2.39"
2
+ VERSION = "1.2.40"
3
3
  end
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.2.39
4
+ version: 1.2.40
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: 2015-08-06 00:00:00.000000000 Z
13
+ date: 2015-08-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties