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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- eurydice (1.2.2-java)
4
+ eurydice (1.2.3-java)
5
5
  pelops-jars (>= 1.3.0)
6
6
 
7
7
  GEM
@@ -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
@@ -2,5 +2,5 @@
2
2
 
3
3
 
4
4
  module Eurydice
5
- VERSION = '1.2.2'
5
+ VERSION = '1.2.3'
6
6
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: eurydice
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.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-04-30 00:00:00 Z
13
+ date: 2012-12-31 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pelops-jars