index-tanked 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ module IndexTanked
44
44
  rescue StandardError, Timeout::Error => e
45
45
  handle_error(e)
46
46
  locks_cleared = Queue::Document.clear_locks_by_identifier(@identifier)
47
- log("#{locks_cleard} locks cleared")
47
+ log("#{locks_cleared} locks cleared")
48
48
  0 # return 0 so it sleeps
49
49
  end
50
50
  end
@@ -1,3 +1,3 @@
1
1
  module IndexTanked
2
- GEM_VERSION = '0.2.1'
2
+ GEM_VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: index-tanked
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adam Kittelson