sidekiq-queues-exporter 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 886335f738a928ab7ff597fddf2a0e19e1c807517f97b4eb78c544f2e8458327
4
- data.tar.gz: d7d68e14fb5ae6a29e66d36133ade7c211bcf6acb1442742187042344dcff8f6
3
+ metadata.gz: cb4a5e0a9d61324c5eb5b35c867b47c4bb5659b9f62d0c92e5158a7cd3498078
4
+ data.tar.gz: b6a710a59d1388e530df18fdbed995c52cc040c197ec3f7ec21ea280be52d78e
5
5
  SHA512:
6
- metadata.gz: 5e8ef501f32b3e3db9d60bd18862997f746eb1b66d3137f08d435accbbb8a0cf62201d9c00867568218e09d48a649e87d36498ec4ba35647f563fa99c7c6234f
7
- data.tar.gz: 0c9138d9d12b0acad67856736990b59deed027343e7ccad8ceb2c9fbd4a50a94052ff6f3be152a3927f20f2ba4507d27bf5c7e2b7b5ca53d472cae3add35f814
6
+ metadata.gz: a0573afe86cef4b9f4e1f29101650b994839528ff3e4cc64d74533ab01ce567c5764ad0057c53d4547b7750f91c72591e015af98760dd020d2937377647b979d
7
+ data.tar.gz: 8bfd3b89f3323df5bdd67b8456dc1838b116d4d86e037b812ac6acc38c28715fa307397d9831c36cc726480556fd5c39b8a8abe509887d9cdf3817759e8f8adb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sidekiq-queues-exporter (0.1.1)
4
+ sidekiq-queues-exporter (0.1.2)
5
5
  sidekiq (>= 3.3.1)
6
6
 
7
7
  GEM
@@ -1,6 +1,6 @@
1
- The MIT License (MIT)
1
+ MIT License
2
2
 
3
- Copyright (c) 2020 umemotoryo
3
+ Copyright (c) 2020 Jiraffe
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
14
 
15
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
17
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -3,7 +3,7 @@
3
3
  module Sidekiq
4
4
  module Queues
5
5
  module Exporter
6
- VERSION = '0.1.1'
6
+ VERSION = '0.1.2'
7
7
  end
8
8
  end
9
9
  end
@@ -1,5 +1,4 @@
1
1
  # HELP sidekiq_queue The number of queue size
2
2
  # TYPE sidekiq_queue gauge
3
- <% @queues.each do |queue| %>
4
- sidekiq_queue <%= format('{queue_name="%<queue_name>s"} %<queue_size>d', queue) %>
3
+ <% @queues.each do |queue| %>sidekiq_queue <%= format('{queue_name="%<queue_name>s"} %<queue_size>d', queue) %>
5
4
  <% end %>
@@ -5,8 +5,7 @@ require 'sidekiq/queues/exporter/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'sidekiq-queues-exporter'
7
7
  spec.version = Sidekiq::Queues::Exporter::VERSION
8
- spec.authors = ['umemotoryo']
9
- spec.email = ['umemoto0722@gmail.com']
8
+ spec.authors = ['jiraffeinc']
10
9
 
11
10
  spec.summary = 'Prometheus exporter for the Sidekiq queues'
12
11
  spec.description = 'Prometheus exporter for the Sidekiq queues'
@@ -19,7 +18,7 @@ Gem::Specification.new do |spec|
19
18
  spec.metadata['allowed_push_host'] = 'https://rubygems.org'
20
19
 
21
20
  spec.metadata['homepage_uri'] = spec.homepage
22
- # spec.metadata['source_code_uri'] = 'TODO: Put your gem\'s public repo URL here.'
21
+ spec.metadata['source_code_uri'] = 'https://github.com/jiraffeinc/sidekiq-queues-exporter'
23
22
  # spec.metadata['changelog_uri'] = 'TODO: Put your gem\'s CHANGELOG.md URL here.'
24
23
  else
25
24
  raise 'RubyGems 2.0 or newer is required to protect against ' \
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-queues-exporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
- - umemotoryo
7
+ - jiraffeinc
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
@@ -95,8 +95,7 @@ dependencies:
95
95
  - !ruby/object:Gem::Version
96
96
  version: '1.1'
97
97
  description: Prometheus exporter for the Sidekiq queues
98
- email:
99
- - umemoto0722@gmail.com
98
+ email:
100
99
  executables: []
101
100
  extensions: []
102
101
  extra_rdoc_files: []
@@ -123,6 +122,7 @@ licenses:
123
122
  metadata:
124
123
  allowed_push_host: https://rubygems.org
125
124
  homepage_uri: https://github.com/jiraffeinc/sidekiq-queues-exporter
125
+ source_code_uri: https://github.com/jiraffeinc/sidekiq-queues-exporter
126
126
  post_install_message:
127
127
  rdoc_options: []
128
128
  require_paths: