resque-honeybadger 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +3 -22
- metadata +9 -7
data/LICENSE
CHANGED
@@ -1,26 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
Software), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
21
|
-
|
22
|
-
|
1
|
+
MIT license:
|
23
2
|
|
3
|
+
Copyright (c) 2012 Henrik Nyh
|
4
|
+
Copyright (c) 2012 Jacques Crocker
|
24
5
|
Copyright (c) 2010 Luke Antins
|
25
6
|
|
26
7
|
Permission is hereby granted, free of charge, to any person obtaining
|
metadata
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque-honeybadger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
+
- Luke Antins
|
8
9
|
- Jacques Crocker
|
10
|
+
- Henrik Nyh
|
9
11
|
autorequire:
|
10
12
|
bindir: bin
|
11
13
|
cert_chain: []
|
@@ -13,7 +15,7 @@ date: 2012-12-22 00:00:00.000000000 Z
|
|
13
15
|
dependencies:
|
14
16
|
- !ruby/object:Gem::Dependency
|
15
17
|
name: resque
|
16
|
-
requirement: &
|
18
|
+
requirement: &70270209078640 !ruby/object:Gem::Requirement
|
17
19
|
none: false
|
18
20
|
requirements:
|
19
21
|
- - ! '>='
|
@@ -21,10 +23,10 @@ dependencies:
|
|
21
23
|
version: 1.8.0
|
22
24
|
type: :runtime
|
23
25
|
prerelease: false
|
24
|
-
version_requirements: *
|
26
|
+
version_requirements: *70270209078640
|
25
27
|
- !ruby/object:Gem::Dependency
|
26
28
|
name: honeybadger
|
27
|
-
requirement: &
|
29
|
+
requirement: &70270209078100 !ruby/object:Gem::Requirement
|
28
30
|
none: false
|
29
31
|
requirements:
|
30
32
|
- - ! '>='
|
@@ -32,10 +34,10 @@ dependencies:
|
|
32
34
|
version: '0'
|
33
35
|
type: :runtime
|
34
36
|
prerelease: false
|
35
|
-
version_requirements: *
|
37
|
+
version_requirements: *70270209078100
|
36
38
|
description: ! " resque-honeybadger provides a Resque failure backend that sends
|
37
39
|
exceptions\n raised by jobs to honeybadger.io.\n"
|
38
|
-
email:
|
40
|
+
email: henrik@nyh.se
|
39
41
|
executables: []
|
40
42
|
extensions: []
|
41
43
|
extra_rdoc_files: []
|
@@ -46,7 +48,7 @@ files:
|
|
46
48
|
- HISTORY.md
|
47
49
|
- lib/resque/failure/honeybadger.rb
|
48
50
|
- lib/resque-honeybadger.rb
|
49
|
-
homepage: http://github.com/
|
51
|
+
homepage: http://github.com/henrik/resque-honeybadger
|
50
52
|
licenses: []
|
51
53
|
post_install_message:
|
52
54
|
rdoc_options: []
|