aeacus 0.0.5 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a616f4d2ca082fc7712514baf083e99899a2fa6a
4
- data.tar.gz: 8e5fdd21238662d2e60dacb047e0fdd7997f8a16
3
+ metadata.gz: 36bf540317aedb3c269351c774b237d31fe4fc8f
4
+ data.tar.gz: eb4c5d095ac5178cce95ef65b066eab76065e56a
5
5
  SHA512:
6
- metadata.gz: 569fd81096144f7ec0a3eb9718ee8b381222b9d017e1f8ab51f8f7aa0608e752d291bacc283227f7106967050fc63b04183a5bad7a69b426ad162e03bf225722
7
- data.tar.gz: e3cdc490e061cbb51861a880ae1c80fb90c39c6a6fadbc52cf9f5cf929e88e9d47ef15421bea7db6fe457754203b65611fa8492c00c2d87ba386c762663986ee
6
+ metadata.gz: 08ed6dade9052412ae9a3f014d266841693afe89c027c550b53c83400c9281925908894b0f3562d15bae52d6509a1df62c5027f0d8b47f74390e415cb5a7656c
7
+ data.tar.gz: bab0d50434d99e98395c077d9383525162e7adeab6757e6be0505f532f633d5d70c16d17b7903b08f995dea0414dbbfe1f5bb0317c5c9dce1310cea2110c0428
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Tim Buchwaldt
1
+ Copyright (c) 2014 TVRL GmbH & Co. KG
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -1,24 +1,15 @@
1
1
  # Aeacus
2
2
 
3
- TODO: Write a gem description
3
+ Aeacus, judge of the dead, tells you why your ruby processes died.
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'aeacus'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
7
  $ gem install aeacus
18
8
 
9
+
19
10
  ## Usage
20
11
 
21
- TODO: Write usage instructions here
12
+ WATCH OUT! This beast uses gdb to redirect stderr of your process and potentially just kills it. We would suggest using it with process you will kill anyway, only.
22
13
 
23
14
  ## Contributing
24
15
 
data/aeacus.gemspec CHANGED
@@ -6,11 +6,11 @@ require 'aeacus/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "aeacus"
8
8
  spec.version = Aeacus::VERSION
9
- spec.authors = ["Tim Buchwaldt"]
10
- spec.email = ["tim@buchwaldt.ws"]
9
+ spec.authors = ["Tim Buchwaldt", "Klaus Zanders"]
10
+ spec.email = ["tim@buchwaldt.ws", "klaus.zanders@gmail.com"]
11
11
  spec.description = "Aeacus, judge of the dead, tells you why your ruby processes died"
12
12
  spec.summary = "Aeacus takes stacktraceses from detached ruby processes"
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/putpat/aeacus"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Aeacus
2
- VERSION = "0.0.5"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aeacus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Buchwaldt
8
+ - Klaus Zanders
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -41,6 +42,7 @@ dependencies:
41
42
  description: Aeacus, judge of the dead, tells you why your ruby processes died
42
43
  email:
43
44
  - tim@buchwaldt.ws
45
+ - klaus.zanders@gmail.com
44
46
  executables:
45
47
  - aeacus
46
48
  extensions: []
@@ -57,7 +59,7 @@ files:
57
59
  - lib/aeacus/backtrace.rb
58
60
  - lib/aeacus/version.rb
59
61
  - resources/gdb_commands
60
- homepage: ''
62
+ homepage: https://github.com/putpat/aeacus
61
63
  licenses:
62
64
  - MIT
63
65
  metadata: {}