aeacus 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/aeacus +1 -0
  3. data/lib/aeacus/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60caf8136b16e25d075576a40ef9222649e72b93
4
- data.tar.gz: 3aa37ec94fff83f9a3a4255a6c33a4452b0dbc5d
3
+ metadata.gz: 551e8e97c3f497c675a02b065b8b47f8689ae9b6
4
+ data.tar.gz: 14b9a21ade00d2aa9a6dbd15980e4ab7f6102ff2
5
5
  SHA512:
6
- metadata.gz: f9a7af4e5ba7d77872a0c8a078c45d67139baf7debf5705b215d2d033556621040fb05133cca407874cb02dbae237c9beef7ee91646964d44daaf9b9564f7bf2
7
- data.tar.gz: 68ad50721d901cd5b57c22db93343aae60de0d1ffa9aee9c6b12facd80096874d8ca0fc08da58a86da78901b7f787ad0c689ef879cbc644485a200d705b9ab9f
6
+ metadata.gz: f392aef57059cdc60c414306f005929de3fb700a6f378088d976897bce144649026687f2d5c6ff005c253021bee1e6a913af4108de8d70bdf707be56fa59e472
7
+ data.tar.gz: a336dc3f15958ec54fc0b413c8ab0774fd68479678c92fe5fdc8f6d59d21c83e5e172e89d1b9a5d5263f1ec241aabe0b95595cf21f6a7ee21a95bdc1de8bf074
data/bin/aeacus CHANGED
@@ -12,6 +12,7 @@ raise OptionParser::MissingArgument if pid.nil?
12
12
 
13
13
  $stdout.sync = true
14
14
  puts "--> Started aeacus"
15
+ puts "--> Inspecting pid #{pid}"
15
16
 
16
17
  bt = Aeacus::Backtrace.new(pid)
17
18
  puts bt.take_traces.join("\n\n\n")
@@ -1,3 +1,3 @@
1
1
  module Aeacus
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aeacus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Buchwaldt
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-13 00:00:00.000000000 Z
12
+ date: 2014-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler