Skip to content

Commit

Permalink
Merge branch 'next' into cawllec/payload-trimmer-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali authored Jun 2, 2018
2 parents 8662014 + 042ed6f commit 90b517b
Show file tree
Hide file tree
Showing 95 changed files with 664 additions and 1,415 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Metrics/MethodLength:
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 111
Max: 125
Exclude:
- 'lib/bugsnag/helpers.rb'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

group :test, optional: true do
gem 'rake', '~> 10.1.1'
gem 'rake', RUBY_VERSION <= '1.9.3' ? '~> 11.3.0' : '~> 12.3.0'
gem 'rspec'
gem 'rspec-mocks'
gem 'rdoc', '~> 5.1.0'
Expand Down
7 changes: 7 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Bugsnag Example Apps

Examples of how to integrate Bugsnag into your applications can be found in this folder.

Examples for Que, Resque, and Sidekiq can be found in the `rails-51` folder, showing how to set these up in your Rails application.

For more information on setting up Bugsnag inside your Ruby application checkout our [Ruby integration guides](https://docs.bugsnag.com/platforms/ruby/).
7 changes: 0 additions & 7 deletions example/que/Gemfile

This file was deleted.

41 changes: 0 additions & 41 deletions example/que/Gemfile.lock

This file was deleted.

45 changes: 0 additions & 45 deletions example/que/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions example/que/Rakefile

This file was deleted.

25 changes: 0 additions & 25 deletions example/que/app/jobs.rb

This file was deleted.

15 changes: 0 additions & 15 deletions example/que/app/migrations.rb

This file was deleted.

8 changes: 0 additions & 8 deletions example/que/app/model.rb

This file was deleted.

42 changes: 0 additions & 42 deletions example/rails-32/Gemfile

This file was deleted.

128 changes: 0 additions & 128 deletions example/rails-32/Gemfile.lock

This file was deleted.

Loading

0 comments on commit 90b517b

Please sign in to comment.