dalliance 0.0.7 → 0.0.8

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/lib/dalliance.rb CHANGED
@@ -109,7 +109,8 @@ module Dalliance
109
109
  raise e unless backgound_processing
110
110
  ensure
111
111
  if dalliance_progress_meter
112
- dalliance_progress_meter.destroy
112
+ #Works with optimistic locking...
113
+ Dalliance::ProgressMeter.delete(dalliance_progress_meter.id)
113
114
  end
114
115
  end
115
116
  end
@@ -2,7 +2,7 @@ module Dalliance
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 7
5
+ TINY = 8
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dalliance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: