shoryuken 2.1.0 → 2.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: 2708ff803215783c123f043eb85cd5ee2581dc63
4
- data.tar.gz: ac1a9753af6e5b482624c37cfe8f3df6af27ae06
3
+ metadata.gz: 767009617d3e6954d4b1bec86f33811fdfd6c4e0
4
+ data.tar.gz: 578e87e222d8f980a72981f75ae57a7ad6a5275f
5
5
  SHA512:
6
- metadata.gz: 8f5e83670ab44a2eb84010d1187fcd2dfa699cf6d8ad944ff1e03a36574bd5f3508169799799ee03eec0b00c4e075e664d17334542e842ca5e7d9a46e09a2a81
7
- data.tar.gz: 613cec158423dde7e53518a25d02a1418a4e7fc0b4e73b94fe70b9450f03e01364986bc5df5f347a782d2d2034dd3a800eece93bd806246fd59df81158c185c0
6
+ metadata.gz: 6c8493dc99b8b11ee02e7c5ae1d51acf499e60b0ba1b94c2202b40d7e36f4ea3d1ea03ab9f5d2570e7943d87f4cd2b0c54940c62b12c08903f83584967897203
7
+ data.tar.gz: b04c12cd3ef6efe7ac4ca4a8ab3f6011bee687aa5053db2ed0fd03205d32e76a3cd45809a4aa8e75e8b7f50d311334dd43aa698cc25e366019ddc9d932bd8a94
data/CHANGELOG.md CHANGED
@@ -1,45 +1,74 @@
1
+ ## [v2.1.1] - 2016-12-05
2
+ - Fix aws deprecation warning message
3
+ - [#279](https://github.com/phstc/shoryuken/pull/279)
4
+
5
+ ## [v2.1.0] - 2016-12-03
6
+ - Fix celluloid "running in BACKPORTED mode" warning
7
+ - [#260](https://github.com/phstc/shoryuken/pull/260)
8
+
9
+ - Allow setting the aws configuration in 'Shoryuken.configure_server'
10
+ - [#252](https://github.com/phstc/shoryuken/pull/252)
11
+
12
+ - Allow requiring a file or dir a through `-r`
13
+ - [#248](https://github.com/phstc/shoryuken/pull/248)
14
+
15
+ - Reduce info log verbosity
16
+ - [#243](https://github.com/phstc/shoryuken/pull/243)
17
+
18
+ - Fix auto extender when using ActiveJob
19
+ - [#3213](https://github.com/phstc/shoryuken/pull/213)
20
+
21
+ - Add FIFO queue support
22
+ - [#272](https://github.com/phstc/shoryuken/issues/272)
23
+
24
+ - Deprecates initialize_aws
25
+ - [#269](https://github.com/phstc/shoryuken/pull/269)
26
+
27
+ - [Other miscellaneous updates](https://github.com/phstc/shoryuken/compare/v2.0.11...v2.1.0)
28
+
1
29
  ## [v2.0.11] - 2016-07-02
2
30
 
3
31
  - Same as 2.0.10. Unfortunately 2.0.10 was removed `yanked` by mistake from RubyGems.
4
- - [#b255bc3] https://github.com/phstc/shoryuken/commit/b255bc3
32
+ - [#b255bc3](https://github.com/phstc/shoryuken/commit/b255bc3)
5
33
 
6
34
  ## [v2.0.10] - 2016-06-09
7
35
 
8
36
  - Fix manager #225
9
- - [#226] https://github.com/phstc/shoryuken/pull/226
37
+ - [#226](https://github.com/phstc/shoryuken/pull/226)
10
38
 
11
39
  ## [v2.0.9] - 2016-06-08
12
40
 
13
41
  - Fix daemonization broken in #219
14
- - [#224] https://github.com/phstc/shoryuken/pull/224
42
+ - [#224](https://github.com/phstc/shoryuken/pull/224)
15
43
 
16
44
  ## [v2.0.8] - 2016-06-07
17
45
 
18
46
  - Fix daemonization
19
- - [#223] https://github.com/phstc/shoryuken/pull/223
47
+ - [#223](https://github.com/phstc/shoryuken/pull/223)
20
48
 
21
49
  ## [v2.0.7] - 2016-06-06
22
50
 
23
51
  - Daemonize before loading environment
24
- - [#219] https://github.com/phstc/shoryuken/pull/219
52
+ - [#219](https://github.com/phstc/shoryuken/pull/219)
25
53
 
26
54
  - Fix initialization when using rails
27
- - [#197] https://github.com/phstc/shoryuken/pull/197
55
+ - [#197](https://github.com/phstc/shoryuken/pull/197)
28
56
 
29
57
  - Improve message fetching
30
- - https://github.com/phstc/shoryuken/pull/214 and https://github.com/phstc/shoryuken/commit/f4640d97950c1783a061195855d93994725ed64a
58
+ - [#214](https://github.com/phstc/shoryuken/pull/214)
59
+ - [#f4640d9](https://github.com/phstc/shoryuken/commit/f4640d9)
31
60
 
32
61
  - Fix hard shutdown if there are some busy workers when signal received
33
- - [#215] https://github.com/phstc/shoryuken/pull/215
62
+ - [#215](https://github.com/phstc/shoryuken/pull/215)
34
63
 
35
64
  - Fix `rake console` task
36
- - [#208] https://github.com/phstc/shoryuken/pull/208
65
+ - [#208](https://github.com/phstc/shoryuken/pull/208)
37
66
 
38
67
  - Isolate `MessageVisibilityExtender` as new middleware
39
- - [#199] https://github.com/phstc/shoryuken/pull/190
68
+ - [#199](https://github.com/phstc/shoryuken/pull/190)
40
69
 
41
70
  - Fail on non-existent queues
42
- - [#196] https://github.com/phstc/shoryuken/pull/196
71
+ - [#196](https://github.com/phstc/shoryuken/pull/196)
43
72
 
44
73
  ## [v2.0.6] - 2016-04-18
45
74
 
@@ -53,7 +53,9 @@ module Shoryuken
53
53
  # https://github.com/phstc/shoryuken/blob/a81637d577b36c5cf245882733ea91a335b6602f/lib/shoryuken.rb#L82
54
54
  # Please delete this method afert next release (v2.0.12 or later)
55
55
  def initialize_aws
56
- Shoryuken.logger.warn { "[DEPRECATION] aws in shoryuken.yml is deprecated. Please use configure_server and configure_client in your initializer"} unless Shoryuken.options[:aws].nil?
56
+ unless Shoryuken.options[:aws].to_h.empty?
57
+ Shoryuken.logger.warn { '[DEPRECATION] aws in shoryuken.yml is deprecated. Please use configure_server and configure_client in your initializer' }
58
+ end
57
59
  Shoryuken::AwsConfig.setup(Shoryuken.options[:aws])
58
60
  end
59
61
 
@@ -1,3 +1,3 @@
1
1
  module Shoryuken
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoryuken
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Cantero
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-12-03 00:00:00.000000000 Z
12
+ date: 2016-12-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler