coney_island 0.17.5 → 0.17.6a
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/coney_island.rb +2 -3
- data/lib/coney_island/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff79effe968da0f85f07331ac04fc56cfb30d362cc518e93fb5152d0d6c367ec
|
4
|
+
data.tar.gz: a16c47cc7c6ef5ba5475f82af88a51a5356ac40839199295389dd70c3cb753de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbf1f2cd52a55ec7db9f05dffc4c047723773084c3a9fddb9a57020c4287f12b31a44789b4a267caf6120677d91bceca0d023dfef73b9fd95ee3aaa0b00c3362
|
7
|
+
data.tar.gz: da2ca4b574d09c67603766e569d80797a807bf3edcc4042b661f8a8718d382c185893aab59cc5ee5434dcb7c4345012faba1917f17f27c73720f0d2383cd6486
|
data/lib/coney_island.rb
CHANGED
@@ -124,9 +124,7 @@ module ConeyIsland
|
|
124
124
|
end
|
125
125
|
|
126
126
|
def self.poke_the_badger(message, context = {}, attempts = 1)
|
127
|
-
|
128
|
-
self.notifier.notify(message, context)
|
129
|
-
end
|
127
|
+
self.notifier.notify(message, context)
|
130
128
|
rescue
|
131
129
|
if attempts <= 3
|
132
130
|
attempts += 1
|
@@ -151,6 +149,7 @@ require 'coney_island/configuration_error'
|
|
151
149
|
require 'coney_island/job_argument_error'
|
152
150
|
|
153
151
|
require 'coney_island/notifiers/base_notifier'
|
152
|
+
require 'coney_island/notifiers/rollbar_notifier'
|
154
153
|
require 'coney_island/notifiers/airbrake_notifier'
|
155
154
|
require 'coney_island/notifiers/bugsnag_notifier'
|
156
155
|
require 'coney_island/notifiers/honeybadger_notifier'
|
data/lib/coney_island/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coney_island
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.6a
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Draut
|
@@ -226,9 +226,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
226
226
|
version: '0'
|
227
227
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
228
228
|
requirements:
|
229
|
-
- - "
|
229
|
+
- - ">"
|
230
230
|
- !ruby/object:Gem::Version
|
231
|
-
version:
|
231
|
+
version: 1.3.1
|
232
232
|
requirements: []
|
233
233
|
rubyforge_project:
|
234
234
|
rubygems_version: 2.7.7
|