activeadmin_sidekiq_stats 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
- SHA1:
3
- metadata.gz: 3e9114e14560965108aee7b9c426fc5359084be7
4
- data.tar.gz: 7608bedf5b909d5616a7c2c58e7cf36e3ab6f8e0
2
+ SHA256:
3
+ metadata.gz: 001b43ce8002034924bbbc8f2bf24b7f5e2114d36020e47e29c9215b0337062e
4
+ data.tar.gz: 9ed56e9134690b8e1a306f53ce3c2a2e4be4e90211b9181a77857f49c84d3ace
5
5
  SHA512:
6
- metadata.gz: ff6fbbb5780bf68495e7c78ce8dca836fe75cbd2df51f7ffa0f852957db03e7003436caed215a7ee8246c85745647c8d696e0488855538b600f0993b0635f6c3
7
- data.tar.gz: cb331d6203a9efb3609449e39d3f47e0c861c50d565819ad1bb3dd4419c112a0795a7e2f104e9ee54a23a7c8cf1be5e3df697a9d77b30f745b7b231f9db130b3
6
+ metadata.gz: fd4f47633623f2ed9da84d1cc8fe3f27d01d04596204165882eba5dc20d8acc510ae2b39de6e524b137618e7c9e5a77c4f77ce1f5f4f9b40c7b23e762fa3c0a7
7
+ data.tar.gz: f4e82f4bfe70788efaf971745e2ed44b766ad15bb05851af713c24bfa595c9bef3284917c84d67c568c5359327e12ee1ac2dc106cb8c0835093a6ecc4f834a90
@@ -2,52 +2,52 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  activeadmin_sidekiq_stats (0.1.1)
5
- activeadmin (>= 1.1.0)
5
+ activeadmin (>= 1.3.0)
6
6
  arbre (>= 1.1.1)
7
7
  sidekiq (>= 4.0.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (5.1.4)
13
- actionview (= 5.1.4)
14
- activesupport (= 5.1.4)
12
+ actionpack (5.2.1)
13
+ actionview (= 5.2.1)
14
+ activesupport (= 5.2.1)
15
15
  rack (~> 2.0)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
19
- actionview (5.1.4)
20
- activesupport (= 5.1.4)
19
+ actionview (5.2.1)
20
+ activesupport (= 5.2.1)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
25
- activeadmin (1.1.0)
25
+ activeadmin (1.3.1)
26
26
  arbre (>= 1.1.1)
27
27
  coffee-rails
28
28
  formtastic (~> 3.1)
29
29
  formtastic_i18n
30
- inherited_resources (~> 1.7)
31
- jquery-rails
32
- kaminari (>= 0.15, < 2.0)
33
- railties (>= 4.2, < 5.2)
34
- ransack (~> 1.3)
30
+ inherited_resources (>= 1.9.0)
31
+ jquery-rails (>= 4.2.0)
32
+ kaminari (>= 0.15)
33
+ railties (>= 4.2, < 5.3)
34
+ ransack (>= 1.8.7)
35
35
  sass (~> 3.1)
36
36
  sprockets (< 4.1)
37
- activemodel (5.1.4)
38
- activesupport (= 5.1.4)
39
- activerecord (5.1.4)
40
- activemodel (= 5.1.4)
41
- activesupport (= 5.1.4)
42
- arel (~> 8.0)
43
- activesupport (5.1.4)
37
+ activemodel (5.2.1)
38
+ activesupport (= 5.2.1)
39
+ activerecord (5.2.1)
40
+ activemodel (= 5.2.1)
41
+ activesupport (= 5.2.1)
42
+ arel (>= 9.0)
43
+ activesupport (5.2.1)
44
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
- i18n (~> 0.7)
45
+ i18n (>= 0.7, < 2)
46
46
  minitest (~> 5.1)
47
47
  tzinfo (~> 1.1)
48
48
  arbre (1.1.1)
49
49
  activesupport (>= 3.0.0)
50
- arel (8.0.0)
50
+ arel (9.0.0)
51
51
  builder (3.2.3)
52
52
  coffee-rails (4.2.2)
53
53
  coffee-script (>= 2.2.0)
@@ -57,25 +57,25 @@ GEM
57
57
  execjs
58
58
  coffee-script-source (1.12.2)
59
59
  concurrent-ruby (1.0.5)
60
- connection_pool (2.2.1)
61
- crass (1.0.3)
62
- erubi (1.7.0)
60
+ connection_pool (2.2.2)
61
+ crass (1.0.4)
62
+ erubi (1.7.1)
63
63
  execjs (2.7.0)
64
- ffi (1.9.18)
64
+ ffi (1.9.25)
65
65
  formtastic (3.1.5)
66
66
  actionpack (>= 3.2.13)
67
67
  formtastic_i18n (0.6.0)
68
- has_scope (0.7.1)
69
- actionpack (>= 4.1, < 5.2)
70
- activesupport (>= 4.1, < 5.2)
71
- i18n (0.9.1)
68
+ has_scope (0.7.2)
69
+ actionpack (>= 4.1)
70
+ activesupport (>= 4.1)
71
+ i18n (1.1.1)
72
72
  concurrent-ruby (~> 1.0)
73
- inherited_resources (1.8.0)
74
- actionpack (>= 4.2, <= 5.2)
73
+ inherited_resources (1.9.0)
74
+ actionpack (>= 4.2, < 5.3)
75
75
  has_scope (~> 0.6)
76
- railties (>= 4.2, <= 5.2)
76
+ railties (>= 4.2, < 5.3)
77
77
  responders
78
- jquery-rails (4.3.1)
78
+ jquery-rails (4.3.3)
79
79
  rails-dom-testing (>= 1, < 3)
80
80
  railties (>= 4.2.0)
81
81
  thor (>= 0.14, < 2.0)
@@ -91,62 +91,58 @@ GEM
91
91
  activerecord
92
92
  kaminari-core (= 1.1.1)
93
93
  kaminari-core (1.1.1)
94
- loofah (2.1.1)
94
+ loofah (2.2.2)
95
95
  crass (~> 1.0.2)
96
96
  nokogiri (>= 1.5.9)
97
97
  method_source (0.9.0)
98
98
  mini_portile2 (2.3.0)
99
- minitest (5.10.3)
100
- nokogiri (1.8.1)
99
+ minitest (5.11.3)
100
+ nokogiri (1.8.5)
101
101
  mini_portile2 (~> 2.3.0)
102
- polyamorous (1.3.1)
103
- activerecord (>= 3.0)
104
- rack (2.0.3)
105
- rack-protection (2.0.0)
102
+ rack (2.0.5)
103
+ rack-protection (2.0.4)
106
104
  rack
107
- rack-test (0.8.2)
105
+ rack-test (1.1.0)
108
106
  rack (>= 1.0, < 3)
109
107
  rails-dom-testing (2.0.3)
110
108
  activesupport (>= 4.2.0)
111
109
  nokogiri (>= 1.6)
112
- rails-html-sanitizer (1.0.3)
113
- loofah (~> 2.0)
114
- railties (5.1.4)
115
- actionpack (= 5.1.4)
116
- activesupport (= 5.1.4)
110
+ rails-html-sanitizer (1.0.4)
111
+ loofah (~> 2.2, >= 2.2.2)
112
+ railties (5.2.1)
113
+ actionpack (= 5.2.1)
114
+ activesupport (= 5.2.1)
117
115
  method_source
118
116
  rake (>= 0.8.7)
119
- thor (>= 0.18.1, < 2.0)
120
- rake (12.3.0)
121
- ransack (1.8.4)
122
- actionpack (>= 3.0)
123
- activerecord (>= 3.0)
124
- activesupport (>= 3.0)
117
+ thor (>= 0.19.0, < 2.0)
118
+ rake (12.3.1)
119
+ ransack (2.0.1)
120
+ actionpack (>= 5.0)
121
+ activerecord (>= 5.0)
122
+ activesupport (>= 5.0)
125
123
  i18n
126
- polyamorous (~> 1.3)
127
- rb-fsevent (0.10.2)
124
+ rb-fsevent (0.10.3)
128
125
  rb-inotify (0.9.10)
129
126
  ffi (>= 0.5.0, < 2)
130
- redis (4.0.1)
127
+ redis (4.0.2)
131
128
  responders (2.4.0)
132
129
  actionpack (>= 4.2.0, < 5.3)
133
130
  railties (>= 4.2.0, < 5.3)
134
- sass (3.5.3)
131
+ sass (3.6.0)
135
132
  sass-listen (~> 4.0.0)
136
133
  sass-listen (4.0.0)
137
134
  rb-fsevent (~> 0.9, >= 0.9.4)
138
135
  rb-inotify (~> 0.9, >= 0.9.7)
139
- sidekiq (5.0.5)
140
- concurrent-ruby (~> 1.0)
141
- connection_pool (~> 2.2, >= 2.2.0)
136
+ sidekiq (5.2.2)
137
+ connection_pool (~> 2.2, >= 2.2.2)
142
138
  rack-protection (>= 1.5.0)
143
- redis (>= 3.3.4, < 5)
144
- sprockets (3.7.1)
139
+ redis (>= 3.3.5, < 5)
140
+ sprockets (3.7.2)
145
141
  concurrent-ruby (~> 1.0)
146
142
  rack (> 1, < 3)
147
143
  thor (0.20.0)
148
144
  thread_safe (0.3.6)
149
- tzinfo (1.2.4)
145
+ tzinfo (1.2.5)
150
146
  thread_safe (~> 0.1)
151
147
 
152
148
  PLATFORMS
@@ -156,4 +152,4 @@ DEPENDENCIES
156
152
  activeadmin_sidekiq_stats!
157
153
 
158
154
  BUNDLED WITH
159
- 1.16.0
155
+ 1.16.6
data/README.md CHANGED
@@ -4,7 +4,8 @@ Get an overview of Sidekiq stats in ActiveAdmin dashboard.
4
4
  ![](https://raw.githubusercontent.com/BilalBudhani/activeadmin_sidekiq_stats/master/dashboard_screenshot.png)
5
5
 
6
6
  # Motivation
7
- I found myself switch dashboards to keep up with the stats of Sidekiq with other business/application metrics. I was looking for single point of information.
7
+
8
+ I found myself switch dashboards to keep up with the stats of Sidekiq with other business/application metrics. I was looking for single point of information.
8
9
 
9
10
  ## Installation
10
11
 
@@ -35,3 +36,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/bilalb
35
36
  ## License
36
37
 
37
38
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
39
+
40
+ ## Note from Author
41
+
42
+ Hi, thanks for checking out this gem. You can read more about me at https://bilalbudhani.com/about or you can follow me at https://twitter.com/BilalBudhani
data/Rakefile CHANGED
@@ -1,2 +1,2 @@
1
1
  require "bundler/gem_tasks"
2
- task :default => :spec
2
+ task :default => :build
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  end
21
21
  spec.require_paths = ["lib"]
22
22
 
23
- spec.add_dependency("activeadmin", ">= 1.1.0")
24
- spec.add_dependency("arbre", ">= 1.1.1")
25
- spec.add_dependency("sidekiq", ">= 4.0.0")
23
+ spec.add_dependency("activeadmin", "~> 1.3")
24
+ spec.add_dependency("arbre", "~> 1.1")
25
+ spec.add_dependency("sidekiq", "~> 4.0")
26
26
  end
Binary file
@@ -1,3 +1,3 @@
1
1
  module ActiveadminSidekiqStats
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,57 +1,57 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_sidekiq_stats
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
7
  - Bilal Budhani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-16 00:00:00.000000000 Z
11
+ date: 2018-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.1.0
19
+ version: '1.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.1.0
26
+ version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: arbre
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.1.1
33
+ version: '1.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.1.1
40
+ version: '1.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sidekiq
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 4.0.0
47
+ version: '4.0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 4.0.0
54
+ version: '4.0'
55
55
  description: Sidekiq Stats In ActiveAdmin Dashboard
56
56
  email:
57
57
  - bilal@bilalbudhani.com
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  requirements: []
93
93
  rubyforge_project:
94
- rubygems_version: 2.6.13
94
+ rubygems_version: 2.7.6
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: Sidekiq Stats In ActiveAdmin Dashboard