resque-http_stats 0.0.1 → 0.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f14d5cfca3bd698612481eb02b19d55215fa124
4
- data.tar.gz: 71c9558e4f3758e323436e097be32f16e3994d92
3
+ metadata.gz: cbca91e39ec689aecdb901f65dcbb8da43606936
4
+ data.tar.gz: bf0034ae5da0ad51d84616c4ef909543bd5415f6
5
5
  SHA512:
6
- metadata.gz: 2df97b63922d09837d9e2c80174e7b803bd231aa1efaffe9b468f9bcc658b4fbdf2ee9c081eb4c3820fe35cc631fb5122f3dbc0a2eac436ffe835803e1ffe8a5
7
- data.tar.gz: 4dcfa703e11f8908c2132242db73f8bd9eb66d4cac23476c14a4c3c523629cc1deb724c1573aba0c8a9c8ea717c83180bdff62e394325d3fc5320a47f00097a2
6
+ metadata.gz: 7d58abd544f9981a2b9c54a65d270d888ec21973daa7af17ff5025fa5dda386c0925e2e62a606fdf0b50c592e6195d552a634e8e940aab4b0d43e426f7391f43
7
+ data.tar.gz: 5703aa6965554d9e84e228527e635e04f5d1307ed01c62a86ab197ea04ad5257d0101a7538b318e79c162b6b096b1990fd1958f3df1dbd5ce3cf373932685989
@@ -11,7 +11,7 @@ module Resque
11
11
  pending: info[:pending],
12
12
  workers: info[:workers],
13
13
  working: info[:working],
14
- queues: Resque.queues.map { |q| Resque.size(q) }
14
+ queues: Resque.queues.map { |q| { q: Resque.size(q)} }
15
15
  }}
16
16
 
17
17
  [
@@ -1,5 +1,5 @@
1
1
  module Resque
2
2
  module HttpStats
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["skv-headless@yandex.ru"]
11
11
  spec.summary = "Add method to show resque statistic."
12
12
  spec.description = "Very simple resque statistic."
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/skv-headless/resque-http_stats"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resque-http_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - skv
@@ -55,7 +55,7 @@ files:
55
55
  - resque-http_stats.gemspec
56
56
  - test/http_stats_test.rb
57
57
  - test/test_helper.rb
58
- homepage: ''
58
+ homepage: https://github.com/skv-headless/resque-http_stats
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}