errbase 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +1 -1
- data/errbase.gemspec +1 -0
- data/lib/errbase.rb +3 -0
- data/lib/errbase/version.rb +1 -1
- data/test/test_helper.rb +1 -0
- metadata +16 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c019dffdb5bc1cf47bd6b6615de58269b410fef5
         | 
| 4 | 
            +
              data.tar.gz: 930e71d21c14ae3f069d0f3f70250bbe288c1992
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: a877507dfe2825eb9bfd7c0ee2ca6cb0d27d713b60d12d8bda2e0de7274bfa1443462e5a37b4642e975ffcfce082fafbb3d5f84bb2bab2aeb29ca8c7b9a43522
         | 
| 7 | 
            +
              data.tar.gz: a0bac123e4be9a3b940f80990fed19e0da15e58d8854f49551993d3abd43d7fa2507fc1db2de5837fa9c219dd6e161a9c343a49a59dd95611946f9b7ef823e60
         | 
    
        data/README.md
    CHANGED
    
    | @@ -4,7 +4,7 @@ Common exception reporting for a variety of services | |
| 4 4 |  | 
| 5 5 | 
             
            Automatically detects reporting libraries
         | 
| 6 6 |  | 
| 7 | 
            -
            Supports [Rollbar](https://rollbar.com/), [Airbrake](https://airbrake.io/), [Exceptional](http://www.exceptional.io/), [Honeybadger](https://www.honeybadger.io/), [Sentry](https://getsentry.com/), [Raygun](https://raygun.io/),  | 
| 7 | 
            +
            Supports [Rollbar](https://rollbar.com/), [Airbrake](https://airbrake.io/), [Exceptional](http://www.exceptional.io/), [Honeybadger](https://www.honeybadger.io/), [Sentry](https://getsentry.com/), [Raygun](https://raygun.io/), [Bugsnag](https://bugsnag.com/) and [Appsignal](https://appsignal.com/)
         | 
| 8 8 |  | 
| 9 9 | 
             
            ```ruby
         | 
| 10 10 | 
             
            begin
         | 
    
        data/errbase.gemspec
    CHANGED
    
    
    
        data/lib/errbase.rb
    CHANGED
    
    
    
        data/lib/errbase/version.rb
    CHANGED
    
    
    
        data/test/test_helper.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: errbase
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.0. | 
| 4 | 
            +
              version: 0.0.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Andrew Kane
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2014- | 
| 11 | 
            +
            date: 2014-11-02 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: bundler
         | 
| @@ -150,6 +150,20 @@ dependencies: | |
| 150 150 | 
             
                - - ">="
         | 
| 151 151 | 
             
                  - !ruby/object:Gem::Version
         | 
| 152 152 | 
             
                    version: '0'
         | 
| 153 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 154 | 
            +
              name: appsignal
         | 
| 155 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 156 | 
            +
                requirements:
         | 
| 157 | 
            +
                - - ">="
         | 
| 158 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 159 | 
            +
                    version: '0'
         | 
| 160 | 
            +
              type: :development
         | 
| 161 | 
            +
              prerelease: false
         | 
| 162 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 163 | 
            +
                requirements:
         | 
| 164 | 
            +
                - - ">="
         | 
| 165 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 166 | 
            +
                    version: '0'
         | 
| 153 167 | 
             
            description: Common exception reporting for a variety of services
         | 
| 154 168 | 
             
            email:
         | 
| 155 169 | 
             
            - andrew@chartkick.com
         | 
| @@ -194,4 +208,3 @@ summary: Common exception reporting for a variety of services | |
| 194 208 | 
             
            test_files:
         | 
| 195 209 | 
             
            - test/errbase_test.rb
         | 
| 196 210 | 
             
            - test/test_helper.rb
         | 
| 197 | 
            -
            has_rdoc: 
         |