abrt 0.0.5 → 0.0.6
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 +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.rdoc +1 -0
- data/lib/abrt/handler.rb +1 -0
- metadata +28 -39
- metadata.gz.sig +2 -2
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 13ff3e2233f47a63082a593fa039e19149f28590
|
4
|
+
data.tar.gz: d2d91dd3125df0135297c3aa8fdfd594653f2bae
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 7b99fe9b16f64e635150c456f4f3d98df5d74f1dc00cebfc7ab549521f07003cfb9b323f07bdb0d31809e03f60278470ea77185634240a2612a257d9919a12d4
|
7
|
+
data.tar.gz: ce4338c29e926f3577f814e035238ea61d32acb0ea131ef1bab64763147ad3b390b00faf55d203cd2150d19f1cf94ca3200e5a476953f0717c1683548645fd13
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.rdoc
CHANGED
@@ -25,6 +25,7 @@ There are several ways how to run any application with ABRT handler enabled.
|
|
25
25
|
1. Use <tt>require 'abrt'</tt> at the beginning of your application.
|
26
26
|
2. If you can't modify the application and you still want to use ABRT support, then you need to define <tt>RUBYOPT="-rabrt"</tt> environment variable. This will ensure that ABRT support gets loaded and the exception handler hooks are installed.
|
27
27
|
3. If you want to ensure, that ABRT handler is always used, add <tt>RUBYOPT="-rabrt"</tt> into your <em>.bashrc</em> file. This will ensure, that Ruby loads ABRT handler every time its starts.
|
28
|
+
4. In Fedora, since ruby-2.0.0.247-9.fc19, Ruby loads abrt gem automatically.
|
28
29
|
|
29
30
|
Now, everytime the unhandled exception is captured, ABRT handler prepares bugreport, which can be submitted into http://bugzilla.redhat.com component later using standard ABRT tools.
|
30
31
|
|
data/lib/abrt/handler.rb
CHANGED
@@ -24,6 +24,7 @@ private
|
|
24
24
|
io.write "PID=#{Process.pid}\0"
|
25
25
|
io.write "EXECUTABLE=#{exception.executable}\0"
|
26
26
|
io.write "ANALYZER=Ruby\0"
|
27
|
+
io.write "TYPE=Ruby\0"
|
27
28
|
io.write "BASENAME=rbhook\0"
|
28
29
|
io.write "REASON=#{exception.format.first}\0"
|
29
30
|
io.write "BACKTRACE=#{exception.format.join("\n")}\0"
|
metadata
CHANGED
@@ -1,48 +1,39 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: abrt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.6
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Vít Ondruch
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain:
|
12
|
-
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
dGx2d3BGZFU3VU1DcjhtZXVEYXgvcjJrNWwwallEWWZ2WmQ2TStUTVpENXJG
|
35
|
-
YVd5N2R1QmdvMmxGCk1zRWhVR3c5NldrL1JLdFhBcUlhejFra2c5MEFuci9i
|
36
|
-
THY5K2duVWtERmhhdzlJMzFYNTBrcEZJcHlwSGlKT0kKelB3VkxXZjlxUHJD
|
37
|
-
TGdsZGJuSzBocmZSRjE4ZTgycENINHh1dFl3cGpqd20yNXdlMTFjdVBqVXdu
|
38
|
-
azI4TTZaVwpRd0oxVmV6RHRJbz0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0t
|
39
|
-
LQo=
|
40
|
-
date: 2013-05-06 00:00:00.000000000 Z
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDNDCCAhygAwIBAgIBADANBgkqhkiG9w0BAQUFADBAMREwDwYDVQQDDAh2b25k
|
14
|
+
cnVjaDEXMBUGCgmSJomT8ixkARkWB3Rpc2NhbGkxEjAQBgoJkiaJk/IsZAEZFgJj
|
15
|
+
ejAeFw0xMzA1MDMxMzAxMTdaFw0xNDA1MDMxMzAxMTdaMEAxETAPBgNVBAMMCHZv
|
16
|
+
bmRydWNoMRcwFQYKCZImiZPyLGQBGRYHdGlzY2FsaTESMBAGCgmSJomT8ixkARkW
|
17
|
+
AmN6MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAncN0MmV/yPenbHDQ
|
18
|
+
zdds08rxdMV+wxefWw5J0rJtHJ6K/YXyvaJIGUmhas5G1aMao06d3k2eo31ouv7l
|
19
|
+
NJgwEpLgtkY2SymJlWJcnVW4nAALuAEMAqlXA4rMdr/AiWWfQio8SI+f5iAz4eeH
|
20
|
+
FzSsWoGVApdW+KCPh3RrUeZdaKcXJvVBjOH39QSY0wZcnb2J60TphqgF7jx2Ofpf
|
21
|
+
QrBcD8MUD03xOFVXA1FZjEPyDkYKHElYcdZh8U2ZRAcHj+BiefaYQHg5eFbfIdma
|
22
|
+
JNuijda6JNyavokhMPQ7ibaB6oDYxjTzbWTgPZJwEDq5z4nZYmynXwxudxgSlmSG
|
23
|
+
4ZPqXwIDAQABozkwNzAJBgNVHRMEAjAAMB0GA1UdDgQWBBSVtjoVmQK/PkQOwue1
|
24
|
+
qIXjLS7rjjALBgNVHQ8EBAMCBLAwDQYJKoZIhvcNAQEFBQADggEBAD4F4/e0PnRD
|
25
|
+
T2pmeCZbNK6yuGs9AAjQlekvkruN8Ck4/mcvMZUxC46rMk2jr8jGnQ3sClwUttUA
|
26
|
+
D+cud/XD3p1k5058DpTZddAAWI6f6XNssQiVVW4XCQpwlPHhAsPzll0R3n9iSxn0
|
27
|
+
GRU6V7ftlvwpFdU7UMCr8meuDax/r2k5l0jYDYfvZd6M+TMZD5rFaWy7duBgo2lF
|
28
|
+
MsEhUGw96Wk/RKtXAqIaz1kkg90Anr/bLv9+gnUkDFhaw9I31X50kpFIpypHiJOI
|
29
|
+
zPwVLWf9qPrCLgldbnK0hrfRF18e82pCH4xutYwpjjwm25we11cuPjUwnk28M6ZW
|
30
|
+
QwJ1VezDtIo=
|
31
|
+
-----END CERTIFICATE-----
|
32
|
+
date: 2013-10-22 00:00:00.000000000 Z
|
41
33
|
dependencies:
|
42
34
|
- !ruby/object:Gem::Dependency
|
43
35
|
name: rspec
|
44
36
|
requirement: !ruby/object:Gem::Requirement
|
45
|
-
none: false
|
46
37
|
requirements:
|
47
38
|
- - ~>
|
48
39
|
- !ruby/object:Gem::Version
|
@@ -50,7 +41,6 @@ dependencies:
|
|
50
41
|
type: :development
|
51
42
|
prerelease: false
|
52
43
|
version_requirements: !ruby/object:Gem::Requirement
|
53
|
-
none: false
|
54
44
|
requirements:
|
55
45
|
- - ~>
|
56
46
|
- !ruby/object:Gem::Version
|
@@ -74,26 +64,25 @@ files:
|
|
74
64
|
homepage: http://github.com/voxik/abrt-ruby
|
75
65
|
licenses:
|
76
66
|
- MIT
|
67
|
+
metadata: {}
|
77
68
|
post_install_message:
|
78
69
|
rdoc_options: []
|
79
70
|
require_paths:
|
80
71
|
- lib
|
81
72
|
required_ruby_version: !ruby/object:Gem::Requirement
|
82
|
-
none: false
|
83
73
|
requirements:
|
84
|
-
- -
|
74
|
+
- - '>='
|
85
75
|
- !ruby/object:Gem::Version
|
86
76
|
version: '0'
|
87
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
|
-
none: false
|
89
78
|
requirements:
|
90
|
-
- -
|
79
|
+
- - '>='
|
91
80
|
- !ruby/object:Gem::Version
|
92
81
|
version: '0'
|
93
82
|
requirements: []
|
94
83
|
rubyforge_project:
|
95
|
-
rubygems_version:
|
84
|
+
rubygems_version: 2.0.12
|
96
85
|
signing_key:
|
97
|
-
specification_version:
|
86
|
+
specification_version: 4
|
98
87
|
summary: ABRT support for Ruby.
|
99
88
|
test_files: []
|
metadata.gz.sig
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
[
|
1
|
+
I�ୗ�~���l���-[+����[�:aBz2�s}�Ey��2E� �?��h�.h8Q��M��L��-�sB��r]�sL�����`�l>&�w�_{B�t��~"\���%�� I�"W����o`�7��yc��a}5�%̸�G_��Qn'�N%SD 5;���Y���r|qٝ��ܡ� Q�/��
|
2
|
+
�6 QIv8�|����1���b���(ڱb������[U��8幛+یJVb؍���1Q!�%�>�
|