activeadmin_sidekiq_stats 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9199c993e311e1c78536e770b56c65aa9dd726ee
4
- data.tar.gz: ed72954a3857ac26252d977c9b33607f6e70b3de
3
+ metadata.gz: 3e9114e14560965108aee7b9c426fc5359084be7
4
+ data.tar.gz: 7608bedf5b909d5616a7c2c58e7cf36e3ab6f8e0
5
5
  SHA512:
6
- metadata.gz: 3dc5e69e37ab4f6fb5c96bf426fc2371f7576a1414a4cfb65f66b7c2827ee9ca0ff0685edbe53ae8d94f705b36bfc89eeb41bbfa7247f16016ccc9044235b811
7
- data.tar.gz: 7139c1c0d3a512fd4efd74c65f0b20d179ee1e827075093e25029c8be7ce8b1a6ff71712264453761e9fccaa28f273d3041aea26d32f35eda8bdce1d66c957c3
6
+ metadata.gz: ff6fbbb5780bf68495e7c78ce8dca836fe75cbd2df51f7ffa0f852957db03e7003436caed215a7ee8246c85745647c8d696e0488855538b600f0993b0635f6c3
7
+ data.tar.gz: cb331d6203a9efb3609449e39d3f47e0c861c50d565819ad1bb3dd4419c112a0795a7e2f104e9ee54a23a7c8cf1be5e3df697a9d77b30f745b7b231f9db130b3
data/Gemfile.lock ADDED
@@ -0,0 +1,159 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ activeadmin_sidekiq_stats (0.1.1)
5
+ activeadmin (>= 1.1.0)
6
+ arbre (>= 1.1.1)
7
+ sidekiq (>= 4.0.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionpack (5.1.4)
13
+ actionview (= 5.1.4)
14
+ activesupport (= 5.1.4)
15
+ rack (~> 2.0)
16
+ rack-test (>= 0.6.3)
17
+ rails-dom-testing (~> 2.0)
18
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
19
+ actionview (5.1.4)
20
+ activesupport (= 5.1.4)
21
+ builder (~> 3.1)
22
+ erubi (~> 1.4)
23
+ rails-dom-testing (~> 2.0)
24
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
25
+ activeadmin (1.1.0)
26
+ arbre (>= 1.1.1)
27
+ coffee-rails
28
+ formtastic (~> 3.1)
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)
35
+ sass (~> 3.1)
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)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (~> 0.7)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ arbre (1.1.1)
49
+ activesupport (>= 3.0.0)
50
+ arel (8.0.0)
51
+ builder (3.2.3)
52
+ coffee-rails (4.2.2)
53
+ coffee-script (>= 2.2.0)
54
+ railties (>= 4.0.0)
55
+ coffee-script (2.4.1)
56
+ coffee-script-source
57
+ execjs
58
+ coffee-script-source (1.12.2)
59
+ concurrent-ruby (1.0.5)
60
+ connection_pool (2.2.1)
61
+ crass (1.0.3)
62
+ erubi (1.7.0)
63
+ execjs (2.7.0)
64
+ ffi (1.9.18)
65
+ formtastic (3.1.5)
66
+ actionpack (>= 3.2.13)
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)
72
+ concurrent-ruby (~> 1.0)
73
+ inherited_resources (1.8.0)
74
+ actionpack (>= 4.2, <= 5.2)
75
+ has_scope (~> 0.6)
76
+ railties (>= 4.2, <= 5.2)
77
+ responders
78
+ jquery-rails (4.3.1)
79
+ rails-dom-testing (>= 1, < 3)
80
+ railties (>= 4.2.0)
81
+ thor (>= 0.14, < 2.0)
82
+ kaminari (1.1.1)
83
+ activesupport (>= 4.1.0)
84
+ kaminari-actionview (= 1.1.1)
85
+ kaminari-activerecord (= 1.1.1)
86
+ kaminari-core (= 1.1.1)
87
+ kaminari-actionview (1.1.1)
88
+ actionview
89
+ kaminari-core (= 1.1.1)
90
+ kaminari-activerecord (1.1.1)
91
+ activerecord
92
+ kaminari-core (= 1.1.1)
93
+ kaminari-core (1.1.1)
94
+ loofah (2.1.1)
95
+ crass (~> 1.0.2)
96
+ nokogiri (>= 1.5.9)
97
+ method_source (0.9.0)
98
+ mini_portile2 (2.3.0)
99
+ minitest (5.10.3)
100
+ nokogiri (1.8.1)
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)
106
+ rack
107
+ rack-test (0.8.2)
108
+ rack (>= 1.0, < 3)
109
+ rails-dom-testing (2.0.3)
110
+ activesupport (>= 4.2.0)
111
+ 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)
117
+ method_source
118
+ 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)
125
+ i18n
126
+ polyamorous (~> 1.3)
127
+ rb-fsevent (0.10.2)
128
+ rb-inotify (0.9.10)
129
+ ffi (>= 0.5.0, < 2)
130
+ redis (4.0.1)
131
+ responders (2.4.0)
132
+ actionpack (>= 4.2.0, < 5.3)
133
+ railties (>= 4.2.0, < 5.3)
134
+ sass (3.5.3)
135
+ sass-listen (~> 4.0.0)
136
+ sass-listen (4.0.0)
137
+ rb-fsevent (~> 0.9, >= 0.9.4)
138
+ 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)
142
+ rack-protection (>= 1.5.0)
143
+ redis (>= 3.3.4, < 5)
144
+ sprockets (3.7.1)
145
+ concurrent-ruby (~> 1.0)
146
+ rack (> 1, < 3)
147
+ thor (0.20.0)
148
+ thread_safe (0.3.6)
149
+ tzinfo (1.2.4)
150
+ thread_safe (~> 0.1)
151
+
152
+ PLATFORMS
153
+ ruby
154
+
155
+ DEPENDENCIES
156
+ activeadmin_sidekiq_stats!
157
+
158
+ BUNDLED WITH
159
+ 1.16.0
Binary file
@@ -17,7 +17,7 @@ module ActiveAdminSidekiqStats
17
17
  stats.each do |process_name, process_value|
18
18
  div style: "display: flex; flex:1; justify-content: center; align-items: center; flex-direction: column" do
19
19
  h1 process_value
20
- span process_name
20
+ span process_name.titleize
21
21
  end
22
22
  end
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveadminSidekiqStats
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_sidekiq_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-11 00:00:00.000000000 Z
11
+ date: 2017-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -61,9 +61,11 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
63
  - Gemfile
64
+ - Gemfile.lock
64
65
  - LICENSE.txt
65
66
  - README.md
66
67
  - Rakefile
68
+ - activeadmin_sidekiq_stats-0.1.0.gem
67
69
  - activeadmin_sidekiq_stats.gemspec
68
70
  - dashboard_screenshot.png
69
71
  - lib/activeadmin_sidekiq_stats.rb