eurydice 1.2.0-java → 1.2.1-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.
@@ -84,12 +84,12 @@ module Eurydice
84
84
  start_batch(options)
85
85
  begin
86
86
  yield current_batch_mutator
87
- rescue
87
+ end_batch!
88
+ ensure
88
89
  clear_batch!
89
- raise
90
90
  end
91
- end_batch!
92
91
  end
92
+ nil
93
93
  end
94
94
 
95
95
  private
@@ -126,12 +126,10 @@ module Eurydice
126
126
 
127
127
  def clear_batch!
128
128
  thread_local_storage.delete(@batch_key)
129
- nil
130
129
  end
131
130
 
132
131
  def end_batch!
133
132
  current_batch_mutator.execute!(current_batch_options)
134
- clear_batch!
135
133
  end
136
134
 
137
135
  def thread_local_storage
@@ -2,5 +2,5 @@
2
2
 
3
3
 
4
4
  module Eurydice
5
- VERSION = '1.2.0'
5
+ VERSION = '1.2.1'
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.0
5
+ version: 1.2.1
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-03-03 00:00:00 Z
13
+ date: 2012-04-10 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: pelops-jars