queue_kit 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/lib/queue_kit.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module QueueKit
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  ROOT = File.expand_path("../queue_kit", __FILE__)
4
4
 
5
5
  def self.require_lib(*libs)
@@ -42,7 +42,7 @@ module QueueKit
42
42
  end
43
43
 
44
44
  def rotate_client
45
- instrument "worker.rotate_client"
45
+ instrument "queue.rotate_client"
46
46
  @client_index ||= -1
47
47
  @client_len ||= clients.size
48
48
 
data/script/release CHANGED
@@ -12,7 +12,5 @@ git commit --allow-empty -a -m "Release $version"
12
12
  git tag "v$version"
13
13
  git push origin
14
14
  git push origin "v$version"
15
- git push legacy
16
- git push legacy "v$version"
17
15
  gem push pkg/*-${version}.gem
18
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: queue_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: