rabbitek 0.3.1 → 0.3.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: f7908fdc1329216ae02618bee4aae76564192031c6e2e7c10016758581f665d3
4
- data.tar.gz: 25265bd1ab29f07298edbd2594ac972dafdc72d9ae6585dc89460e5020ce5da0
3
+ metadata.gz: 78ba89a7e1863c0c5db9b8abb89b59d145075c3250fbf4bb679e854e8f62a181
4
+ data.tar.gz: c3ecf9feae5fd64141d354a622db4946286297113db75c3fbfa5eef242bd3116
5
5
  SHA512:
6
- metadata.gz: 7674a197bbd8d963f3e39253fd779e8a9261e98a8f5145b7b0ab624a690156758a81339f2fc74e9fafd4bbcc34e934c04794c89150a221e5daed2a8c83c209b9
7
- data.tar.gz: 4f04a4cbf33ec615366e891500ffebd38e4d54a9c7fc4c772c04dc602279a423541ac1c3cd045e18ee0428f490356cc41c86f05420b5eaeaff775ffd31c872bd
6
+ metadata.gz: '0311083dcdd6d29b9f6635fd3d8c11ab09b0a6237c76400a12c4856794412069901be0e80f058de46b094b50b0fccd3c77f67d570d91a27c632fca07335788df'
7
+ data.tar.gz: 411bdd19f9822adbca577ce86d13e47fbc7b0f0b615de0cd8aa0a42a46b2d6aeb7e88ba7955614749aa8d686975b5bf034d83103760455e6a5c35744a905561c
@@ -1,3 +1,5 @@
1
+ ## v0.3.2
2
+
1
3
  ## v0.3.1
2
4
 
3
5
  Bugfix:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rabbitek (0.3.0)
4
+ rabbitek (0.3.2)
5
5
  activesupport (> 3.0)
6
6
  bunny (~> 2.11.0)
7
7
  oj (~> 3.6)
@@ -11,43 +11,43 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (5.2.2)
15
- actionpack (= 5.2.2)
14
+ actioncable (5.2.4.1)
15
+ actionpack (= 5.2.4.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailer (5.2.2)
19
- actionpack (= 5.2.2)
20
- actionview (= 5.2.2)
21
- activejob (= 5.2.2)
18
+ actionmailer (5.2.4.1)
19
+ actionpack (= 5.2.4.1)
20
+ actionview (= 5.2.4.1)
21
+ activejob (= 5.2.4.1)
22
22
  mail (~> 2.5, >= 2.5.4)
23
23
  rails-dom-testing (~> 2.0)
24
- actionpack (5.2.2)
25
- actionview (= 5.2.2)
26
- activesupport (= 5.2.2)
27
- rack (~> 2.0)
24
+ actionpack (5.2.4.1)
25
+ actionview (= 5.2.4.1)
26
+ activesupport (= 5.2.4.1)
27
+ rack (~> 2.0, >= 2.0.8)
28
28
  rack-test (>= 0.6.3)
29
29
  rails-dom-testing (~> 2.0)
30
30
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- actionview (5.2.2)
32
- activesupport (= 5.2.2)
31
+ actionview (5.2.4.1)
32
+ activesupport (= 5.2.4.1)
33
33
  builder (~> 3.1)
34
34
  erubi (~> 1.4)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
- activejob (5.2.2)
38
- activesupport (= 5.2.2)
37
+ activejob (5.2.4.1)
38
+ activesupport (= 5.2.4.1)
39
39
  globalid (>= 0.3.6)
40
- activemodel (5.2.2)
41
- activesupport (= 5.2.2)
42
- activerecord (5.2.2)
43
- activemodel (= 5.2.2)
44
- activesupport (= 5.2.2)
40
+ activemodel (5.2.4.1)
41
+ activesupport (= 5.2.4.1)
42
+ activerecord (5.2.4.1)
43
+ activemodel (= 5.2.4.1)
44
+ activesupport (= 5.2.4.1)
45
45
  arel (>= 9.0)
46
- activestorage (5.2.2)
47
- actionpack (= 5.2.2)
48
- activerecord (= 5.2.2)
46
+ activestorage (5.2.4.1)
47
+ actionpack (= 5.2.4.1)
48
+ activerecord (= 5.2.4.1)
49
49
  marcel (~> 0.3.1)
50
- activesupport (5.2.2)
50
+ activesupport (5.2.4.1)
51
51
  concurrent-ruby (~> 1.0, >= 1.0.2)
52
52
  i18n (>= 0.7, < 2)
53
53
  minitest (~> 5.1)
@@ -55,20 +55,20 @@ GEM
55
55
  amq-protocol (2.3.0)
56
56
  arel (9.0.0)
57
57
  ast (2.4.0)
58
- builder (3.2.3)
58
+ builder (3.2.4)
59
59
  bunny (2.11.0)
60
60
  amq-protocol (~> 2.3.0)
61
61
  coderay (1.1.2)
62
- concurrent-ruby (1.1.4)
63
- crass (1.0.4)
62
+ concurrent-ruby (1.1.5)
63
+ crass (1.0.6)
64
64
  diff-lcs (1.3)
65
- erubi (1.8.0)
65
+ erubi (1.9.0)
66
66
  globalid (0.4.2)
67
67
  activesupport (>= 4.2.0)
68
- i18n (1.5.2)
68
+ i18n (1.8.2)
69
69
  concurrent-ruby (~> 1.0)
70
70
  jaro_winkler (1.5.1)
71
- loofah (2.2.3)
71
+ loofah (2.4.0)
72
72
  crass (~> 1.0.2)
73
73
  nokogiri (>= 1.5.9)
74
74
  mail (2.7.1)
@@ -79,11 +79,11 @@ GEM
79
79
  mimemagic (0.3.3)
80
80
  mini_mime (1.0.2)
81
81
  mini_portile2 (2.4.0)
82
- minitest (5.11.3)
83
- nio4r (2.4.0)
84
- nokogiri (1.10.3)
82
+ minitest (5.14.0)
83
+ nio4r (2.5.2)
84
+ nokogiri (1.10.7)
85
85
  mini_portile2 (~> 2.4.0)
86
- oj (3.8.1)
86
+ oj (3.10.0)
87
87
  opentracing (0.5.0)
88
88
  parallel (1.12.1)
89
89
  parser (2.5.1.2)
@@ -92,30 +92,30 @@ GEM
92
92
  pry (0.12.2)
93
93
  coderay (~> 1.1.0)
94
94
  method_source (~> 0.9.0)
95
- rack (2.0.7)
95
+ rack (2.1.1)
96
96
  rack-test (1.1.0)
97
97
  rack (>= 1.0, < 3)
98
- rails (5.2.2)
99
- actioncable (= 5.2.2)
100
- actionmailer (= 5.2.2)
101
- actionpack (= 5.2.2)
102
- actionview (= 5.2.2)
103
- activejob (= 5.2.2)
104
- activemodel (= 5.2.2)
105
- activerecord (= 5.2.2)
106
- activestorage (= 5.2.2)
107
- activesupport (= 5.2.2)
98
+ rails (5.2.4.1)
99
+ actioncable (= 5.2.4.1)
100
+ actionmailer (= 5.2.4.1)
101
+ actionpack (= 5.2.4.1)
102
+ actionview (= 5.2.4.1)
103
+ activejob (= 5.2.4.1)
104
+ activemodel (= 5.2.4.1)
105
+ activerecord (= 5.2.4.1)
106
+ activestorage (= 5.2.4.1)
107
+ activesupport (= 5.2.4.1)
108
108
  bundler (>= 1.3.0)
109
- railties (= 5.2.2)
109
+ railties (= 5.2.4.1)
110
110
  sprockets-rails (>= 2.0.0)
111
111
  rails-dom-testing (2.0.3)
112
112
  activesupport (>= 4.2.0)
113
113
  nokogiri (>= 1.6)
114
- rails-html-sanitizer (1.0.4)
115
- loofah (~> 2.2, >= 2.2.2)
116
- railties (5.2.2)
117
- actionpack (= 5.2.2)
118
- activesupport (= 5.2.2)
114
+ rails-html-sanitizer (1.3.0)
115
+ loofah (~> 2.3)
116
+ railties (5.2.4.1)
117
+ actionpack (= 5.2.4.1)
118
+ activesupport (= 5.2.4.1)
119
119
  method_source
120
120
  rake (>= 0.8.7)
121
121
  thor (>= 0.19.0, < 2.0)
@@ -144,16 +144,16 @@ GEM
144
144
  unicode-display_width (~> 1.0, >= 1.0.1)
145
145
  ruby-progressbar (1.10.0)
146
146
  slop (4.7.0)
147
- sprockets (3.7.2)
147
+ sprockets (4.0.0)
148
148
  concurrent-ruby (~> 1.0)
149
149
  rack (> 1, < 3)
150
150
  sprockets-rails (3.2.1)
151
151
  actionpack (>= 4.0)
152
152
  activesupport (>= 4.0)
153
153
  sprockets (>= 3.0.0)
154
- thor (0.20.3)
154
+ thor (1.0.1)
155
155
  thread_safe (0.3.6)
156
- tzinfo (1.2.5)
156
+ tzinfo (1.2.6)
157
157
  thread_safe (~> 0.1)
158
158
  unicode-display_width (1.4.0)
159
159
  websocket-driver (0.7.1)
@@ -173,4 +173,4 @@ DEPENDENCIES
173
173
  rubocop (~> 0.58.0)
174
174
 
175
175
  BUNDLED WITH
176
- 2.0.1
176
+ 2.0.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rabbitek
4
- VERSION = '0.3.1'
4
+ VERSION = '0.3.2'
5
5
  end
@@ -14,9 +14,15 @@ Gem::Specification.new do |spec|
14
14
  spec.description = 'High performance background job processing'
15
15
  spec.homepage = 'http://boostcom.no'
16
16
 
17
+ spec.license = 'MIT'
18
+
19
+ spec.metadata['source_code_uri'] = 'https://github.com/Boostcom/rabbitek'
20
+ spec.metadata['changelog_uri'] = 'https://github.com/Boostcom/rabbitek/blob/master/CHANGELOG.md'
21
+ spec.metadata['bug_tracker_uri'] = 'https://github.com/Boostcom/rabbitek/issues'
22
+
17
23
  # Specify which files should be added to the gem when it is released.
18
24
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
19
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
25
+ spec.files = Dir.chdir(File.expand_path(__dir__)) do
20
26
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
21
27
  end
22
28
  spec.bindir = 'exe'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbitek
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boostcom
@@ -215,8 +215,12 @@ files:
215
215
  - lib/rabbitek/version.rb
216
216
  - rabbitek.gemspec
217
217
  homepage: http://boostcom.no
218
- licenses: []
219
- metadata: {}
218
+ licenses:
219
+ - MIT
220
+ metadata:
221
+ source_code_uri: https://github.com/Boostcom/rabbitek
222
+ changelog_uri: https://github.com/Boostcom/rabbitek/blob/master/CHANGELOG.md
223
+ bug_tracker_uri: https://github.com/Boostcom/rabbitek/issues
220
224
  post_install_message:
221
225
  rdoc_options: []
222
226
  require_paths: