[DRE-commits] [ruby-sentry-raven] 01/05: Updated version 2.6.3 from 'upstream/2.6.3'

Cédric Boutillier boutil at moszumanska.debian.org
Sun Oct 1 22:51:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-sentry-raven.

commit baf9df71600514aadc888b9d5c6a27f10ec90c76
Merge: 4e0b50f f17ba87
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Oct 1 23:26:13 2017 +0200

    Updated version 2.6.3 from 'upstream/2.6.3'
    
    with Debian dir 139d0cb489f4844c5483956109117eeeaf710509

 .travis.yml                                        |   4 +-
 Gemfile                                            |   7 +-
 README.md                                          |  52 +++---
 benchmarks/benchmark.rb                            |   6 +-
 changelog.md                                       |  34 ++++
 docs/config.rst                                    |  16 +-
 docs/context.rst                                   |   1 +
 docs/integrations/heroku.rst                       |  11 ++
 docs/integrations/index.rst                        |   9 +-
 docs/usage.rst                                     |  16 ++
 lib/raven/breadcrumbs.rb                           |   2 +
 lib/raven/cli.rb                                   |  57 +++----
 lib/raven/configuration.rb                         |  49 ++++--
 lib/raven/event.rb                                 |  19 ++-
 lib/raven/integrations/rack.rb                     |  46 ++++--
 lib/raven/integrations/rails.rb                    |  11 +-
 lib/raven/integrations/rails/active_job.rb         |  64 +++++---
 lib/raven/integrations/sidekiq.rb                  |   3 +-
 lib/raven/processor/sanitizedata.rb                |  14 +-
 lib/raven/utils/deep_merge.rb                      |   2 +-
 lib/raven/version.rb                               |   2 +-
 spec/raven/cli_spec.rb                             |  28 ++--
 spec/raven/event_spec.rb                           |  31 +++-
 spec/raven/integrations/rack_spec.rb               |  19 ++-
 spec/raven/integrations/rails/activejob_spec.rb    |  83 ++++++++++
 .../integrations/rails/controller_methods_spec.rb  |  10 +-
 spec/raven/integrations/rails/event_spec.rb        |   2 +-
 .../overrides/debug_exceptions_catcher_spec.rb     |   9 +-
 spec/raven/integrations/rails_spec.rb              |  21 +--
 spec/raven/integrations/rake_spec.rb               |   2 +-
 spec/raven/integrations/sidekiq_spec.rb            | 175 +++++++++++++++------
 spec/raven/processors/removestacktrace_spec.rb     |  13 +-
 .../processors/sanitizedata_processor_spec.rb      |  34 ++--
 spec/raven/transports/http_spec.rb                 |  27 ++--
 spec/spec_helper.rb                                |  19 ++-
 spec/support/test_rails_app/app.rb                 |   5 +-
 36 files changed, 627 insertions(+), 276 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sentry-raven.git



More information about the Pkg-ruby-extras-commits mailing list