dispatch-rider 1.8.6 → 1.9.0

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: 11c19c4d7096034476aa3fffb95eb6e7869752cf84bdd5183f6bb3913f78da2d
4
- data.tar.gz: 3ef2c5d4dab6092efdfede637aef2403717132b9e0ab9df0bce839f356a77dcb
3
+ metadata.gz: 120128934f54269c8c160d5b0e5c21571019918f5254e71c1607837c3ef42cb9
4
+ data.tar.gz: 8bf2a5927a4d2911fd9d218b1db4072e70b40d2334df2df95dcb033125904eed
5
5
  SHA512:
6
- metadata.gz: a6bac7e6799ab63335faa94b4a912973794b96dbfa227964bc769fab1307b76c38f49defd99be4bfe3a9d8a17c5871c54a8d17117fcbfc31be6264b55a30efc7
7
- data.tar.gz: cb91f3492228c514a12a2cd29035bf60a51eb88226a380f6d56ed42cb13c63f8beec493584cb4f188bfa593edeca9e2b1ded87e448ae30aad7173fcfe72d7ca9
6
+ metadata.gz: 860e869560495877c18b94ae8c6dc9237742e1cc8850a91bfcd51816df1040b0b1ca496ba2dc6a6c05308df067b7269cd83472c98ae00af5434b4848e031fbd2
7
+ data.tar.gz: 32452cc072e9a8b12b5fc04add7385845739c763dfdea5789af7c0c67ba5f26915bfcbc47515d71f14deecb9f6801ee432776fe355ff2032949facbbbc73891c
@@ -4,9 +4,9 @@ addons:
4
4
  packages:
5
5
  - libgmp-dev
6
6
  rvm:
7
- - 2.2.4
7
+ - 2.2.9
8
8
  - 2.3.8
9
- - 2.4.6
10
- - 2.5.5
11
- - 2.6.3
9
+ - 2.4.9
10
+ - 2.5.7
11
+ - 2.6.5
12
12
  script: "bundle exec rspec"
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## [v1.9.0](https://github.com/payrollhero/dispatch-rider/tree/v1.9.0) (2019-11-11)
4
+ [Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.8.6...v1.9.0)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - Make appsignal optional [\#76](https://github.com/payrollhero/dispatch-rider/pull/76)
9
+ - Sleep 1 second to prevent huge SQS fees [\#77](https://github.com/payrollhero/dispatch-rider/pull/77)
10
+
3
11
  ## [v1.8.6](https://github.com/payrollhero/dispatch-rider/tree/v1.8.6) (2019-08-27)
4
12
  [Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.8.5...v1.8.6)
5
13
 
@@ -38,7 +38,7 @@ Gem::Specification.new do |gem|
38
38
  gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
39
39
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
40
40
  gem.require_paths = ['lib']
41
- gem.required_ruby_version = '~> 2.2'
41
+ gem.required_ruby_version = '>= 2.1.8'
42
42
 
43
43
 
44
44
  gem.add_runtime_dependency 'activesupport', '>= 3.2.0'
@@ -18,6 +18,7 @@ module DispatchRider
18
18
  def start
19
19
  do_loop do
20
20
  begin
21
+ sleep 1
21
22
  handle_next_queue_item
22
23
  rescue => exception
23
24
  error_handler.call(Message.new(subject: "TopLevelError", body: {}), exception)
@@ -1,4 +1,4 @@
1
1
  # This file specifies the current version of the gem.
2
2
  module DispatchRider
3
- VERSION = '1.8.6'
3
+ VERSION = '1.9.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dispatch-rider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.6
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suman Mukherjee
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-08-30 00:00:00.000000000 Z
14
+ date: 2019-11-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport
@@ -406,16 +406,16 @@ require_paths:
406
406
  - lib
407
407
  required_ruby_version: !ruby/object:Gem::Requirement
408
408
  requirements:
409
- - - "~>"
409
+ - - ">="
410
410
  - !ruby/object:Gem::Version
411
- version: '2.2'
411
+ version: 2.1.8
412
412
  required_rubygems_version: !ruby/object:Gem::Requirement
413
413
  requirements:
414
414
  - - ">="
415
415
  - !ruby/object:Gem::Version
416
416
  version: '0'
417
417
  requirements: []
418
- rubygems_version: 3.0.4
418
+ rubygems_version: 3.0.6
419
419
  signing_key:
420
420
  specification_version: 4
421
421
  summary: Messaging system that is customizable based on which queueing system we are