global_uid 3.6.0 → 3.6.1
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 +4 -4
- data/lib/global_uid.rb +3 -3
- 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: 9cf3d892a063bd22bf5ab7777f659fbd6f1c6f099a8830e604acb349c25cf730
|
|
4
|
+
data.tar.gz: d92ea219bed1755eb262ecfac947ed34e09a4037157fd06655cb1e664d661e87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3bb4991bfb74950492d60146f0bc3da53dd380cb6ccf9c2be227ce24583cca76302a05704e57e6334df5f95b932d6ab71b2d2ee9516aea8b7aa5cbac2ae3f95
|
|
7
|
+
data.tar.gz: 86b9d8d66129cca0e16fc1d8da27d242d0994977db6e3a184720379bdcdc02d1b4a31d99fe9c1a56382db871565c04956edc67e0806e3d3c3b427dfaaa5fdf52
|
data/lib/global_uid.rb
CHANGED
|
@@ -6,9 +6,9 @@ require "global_uid/migration_extension"
|
|
|
6
6
|
require "global_uid/schema_dumper_extension"
|
|
7
7
|
|
|
8
8
|
module GlobalUid
|
|
9
|
-
class NoServersAvailableException <
|
|
10
|
-
class ConnectionTimeoutException <
|
|
11
|
-
class TimeoutException <
|
|
9
|
+
class NoServersAvailableException < StandardError ; end
|
|
10
|
+
class ConnectionTimeoutException < StandardError ; end
|
|
11
|
+
class TimeoutException < StandardError ; end
|
|
12
12
|
|
|
13
13
|
autoload :ServerVariables, "global_uid/server_variables"
|
|
14
14
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: global_uid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.6.
|
|
4
|
+
version: 3.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Osheroff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|