airbrake 6.3.0 → 7.0.0

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: 81307d18f8df0bf58271796814daa35bd698c10c
4
- data.tar.gz: 61988a0581e93aaee643a3c0f3f7c8ee5dc47b91
3
+ metadata.gz: eea34198ae7c01f0b7d143035102000788cbdb86
4
+ data.tar.gz: 0dac51fc07eb9cb365f7d2c5876e31842c7fcb53
5
5
  SHA512:
6
- metadata.gz: 4c72acbe4bd0b8fcbe53cb31bec3c5012ef8fbd72e971cb38d2abe813408beb1d2242dcc7822ba7f82805cf1feb242bac2cdf9cef3d88164dbb6dae8de1e0561
7
- data.tar.gz: 06f90d686f2041bd9230790745268b2f89526ef906c61f5a74d801c0b3f0ae294303136416d49ee6bf9fec03b6431a3547ea357e28c97f29323ad822f6274dea
6
+ metadata.gz: ffca6ea359597a7a840837e0e48c9ca5ad80d3eafcf29cb82cd1f798ef31761b2015204064fdd8127f637197c5f281595abd9c86639aaf636625c38543d1bd3a
7
+ data.tar.gz: 2cfb221b2ac970269566a8adaa2c21153d3e929396d4f5c4a03a43b25eba99bf73fb5ebff8f368fa9356a677ae92a736f0d78008eb474e7c37db740a1ba5a79c
@@ -2,5 +2,5 @@
2
2
  # We use Semantic Versioning v2.0.0
3
3
  # More information: http://semver.org/
4
4
  module Airbrake
5
- AIRBRAKE_VERSION = '6.3.0'.freeze
5
+ AIRBRAKE_VERSION = '7.0.0'.freeze
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrake
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.0
4
+ version: 7.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Airbrake Technologies, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-20 00:00:00.000000000 Z
11
+ date: 2017-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: airbrake-ruby
@@ -218,11 +218,8 @@ files:
218
218
  - lib/airbrake/capistrano.rb
219
219
  - lib/airbrake/capistrano/capistrano2.rb
220
220
  - lib/airbrake/capistrano/capistrano3.rb
221
- - lib/airbrake/capistrano/tasks.rb
222
221
  - lib/airbrake/delayed_job.rb
223
- - lib/airbrake/delayed_job/plugin.rb
224
222
  - lib/airbrake/logger.rb
225
- - lib/airbrake/logger/airbrake_logger.rb
226
223
  - lib/airbrake/rack.rb
227
224
  - lib/airbrake/rack/context_filter.rb
228
225
  - lib/airbrake/rack/http_headers_filter.rb
@@ -235,16 +232,11 @@ files:
235
232
  - lib/airbrake/rails/action_controller.rb
236
233
  - lib/airbrake/rails/active_job.rb
237
234
  - lib/airbrake/rails/active_record.rb
238
- - lib/airbrake/rails/railtie.rb
239
235
  - lib/airbrake/rake.rb
240
- - lib/airbrake/rake/task_ext.rb
241
236
  - lib/airbrake/rake/tasks.rb
242
237
  - lib/airbrake/resque.rb
243
- - lib/airbrake/resque/failure.rb
244
238
  - lib/airbrake/shoryuken.rb
245
- - lib/airbrake/shoryuken/error_handler.rb
246
239
  - lib/airbrake/sidekiq.rb
247
- - lib/airbrake/sidekiq/error_handler.rb
248
240
  - lib/airbrake/version.rb
249
241
  - lib/generators/airbrake_generator.rb
250
242
  - lib/generators/airbrake_initializer.rb.erb
@@ -1,5 +0,0 @@
1
- require 'airbrake/capistrano'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/capistrano/tasks' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/capistrano' instead."
@@ -1,5 +0,0 @@
1
- require 'airbrake/delayed_job'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/delayed_job/plugin' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/delayed_job' instead."
@@ -1,5 +0,0 @@
1
- require 'airbrake/logger'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/logger/airbrake_logger' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/logger' instead."
@@ -1,5 +0,0 @@
1
- require 'airbrake/rails'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/rails/railtie' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/rails' instead."
@@ -1,5 +0,0 @@
1
- require 'airbrake/rake'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/rake/task_ext' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/rake' instead."
@@ -1,5 +0,0 @@
1
- require 'airbrake/resque'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/resque/failure' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/resque' instead."
@@ -1,5 +0,0 @@
1
- require 'airbrake/shoryuken'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/shoryuken/error_handler' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/shoryuken' instead."
@@ -1,5 +0,0 @@
1
- require 'airbrake/sidekiq'
2
-
3
- warn "DEPRECATION WARNING: Requiring 'airbrake/sidekiq/error_handler' is " \
4
- "deprecated and will be removed in the next MAJOR release. Require " \
5
- "'airbrake/sidekiq' instead."