eurydice 1.2.2-java → 1.2.3-java
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.
- data/Gemfile.lock +1 -1
- data/lib/eurydice/pelops.rb +2 -1
- data/lib/eurydice/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/lib/eurydice/pelops.rb
CHANGED
|
@@ -13,6 +13,7 @@ module Pelops
|
|
|
13
13
|
import 'org.scale7.cassandra.pelops.exceptions.InvalidRequestException'
|
|
14
14
|
import 'org.scale7.cassandra.pelops.exceptions.NotFoundException'
|
|
15
15
|
import 'org.scale7.cassandra.pelops.exceptions.ApplicationException'
|
|
16
|
+
import 'org.scale7.cassandra.pelops.exceptions.TimedOutException'
|
|
16
17
|
end
|
|
17
18
|
|
|
18
19
|
module Eurydice
|
|
@@ -105,7 +106,7 @@ module Eurydice
|
|
|
105
106
|
raise NotFoundError, e.cause.message, e.backtrace
|
|
106
107
|
when ::Pelops::ApplicationException
|
|
107
108
|
raise EurydiceError, e.cause.message, e.backtrace
|
|
108
|
-
when Thrift::TTransportException
|
|
109
|
+
when Thrift::TTransportException, ::Pelops::TimedOutException
|
|
109
110
|
raise TimeoutError, e.cause.message, e.backtrace
|
|
110
111
|
end
|
|
111
112
|
end
|
data/lib/eurydice/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: eurydice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.2.
|
|
5
|
+
version: 1.2.3
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Theo Hultberg
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-
|
|
13
|
+
date: 2012-12-31 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: pelops-jars
|