honeybadger 2.1.3 → 2.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/honeybadger/plugin.rb +1 -1
- data/lib/honeybadger/version.rb +1 -1
- metadata +3 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c03feed30c9511247121720e31a5a14c4f9880f
|
4
|
+
data.tar.gz: bd3277abe25a60ead98013c99b15176791983c07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84b81e48b0957101bcbc75581db66617b7be674b920d66725bfcc8381139b682177cc498392933522fe267d6df6ab53eeb8eddb0f9bf5ee876d92dd2d1ede7b2
|
7
|
+
data.tar.gz: 63af97a95116ec86a7dde600ecd28a3f5b6c55f647c4ac1ed51ccf0ca2ae679bdc9713fbb1445a99d4c3fc17ffcc257b8de62009cc8d88f186e45f959aee3dd2
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,10 @@ adheres to [Semantic Versioning](http://semver.org/).
|
|
5
5
|
|
6
6
|
## [Unreleased][unreleased]
|
7
7
|
|
8
|
+
## [2.1.4] - 2015-09-02
|
9
|
+
## Fixed
|
10
|
+
- Support windows paths when loading plugins. -@aharpervc
|
11
|
+
|
8
12
|
## [2.1.3] - 2015-07-24
|
9
13
|
### Added
|
10
14
|
- Don't send empty local_variables in payload when disabled.
|
data/lib/honeybadger/plugin.rb
CHANGED
data/lib/honeybadger/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: honeybadger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Honeybadger Industries LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Make managing application errors a more pleasant experience.
|
14
14
|
email:
|
@@ -120,14 +120,7 @@ homepage: https://github.com/honeybadger-io/honeybadger-ruby
|
|
120
120
|
licenses:
|
121
121
|
- MIT
|
122
122
|
metadata: {}
|
123
|
-
post_install_message:
|
124
|
-
|
125
|
-
Thanks for installing honeybadger version 2.0! If you're upgrading from 1.x,
|
126
|
-
please note that there may be a few configuration changes required. Read the
|
127
|
-
upgrade instructions at:
|
128
|
-
|
129
|
-
https://www.honeybadger.io/s/gem-upgrade
|
130
|
-
|
123
|
+
post_install_message:
|
131
124
|
rdoc_options:
|
132
125
|
- "--markup=tomdoc"
|
133
126
|
- "--main=README.md"
|