aeacus 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36bf540317aedb3c269351c774b237d31fe4fc8f
4
- data.tar.gz: eb4c5d095ac5178cce95ef65b066eab76065e56a
3
+ metadata.gz: 18acc08bf38a69389748e22a32c9152e539ddd5e
4
+ data.tar.gz: 5670d49ea4800e552d976cd0427734a9b636e85c
5
5
  SHA512:
6
- metadata.gz: 08ed6dade9052412ae9a3f014d266841693afe89c027c550b53c83400c9281925908894b0f3562d15bae52d6509a1df62c5027f0d8b47f74390e415cb5a7656c
7
- data.tar.gz: bab0d50434d99e98395c077d9383525162e7adeab6757e6be0505f532f633d5d70c16d17b7903b08f995dea0414dbbfe1f5bb0317c5c9dce1310cea2110c0428
6
+ metadata.gz: 7b87e187d357cf207bef3b4d2617801d7d22088d02b007b2a1f2dad1c6eeca87108711fc9bf6a2ffc1d16b8c71a044e8b6efb660909452f4583f34e362e3b79d
7
+ data.tar.gz: 529387dad3225f692a2c51c5ac91c61aa625d6a9ab94b4ba797a5767a0cfcf116197489533762f26c6b61cc4ccd604635e68eb871f55657429e7ce7c56c6ad60
@@ -11,7 +11,7 @@ module Aeacus
11
11
  # start gdb with our commands, attached to a given PID
12
12
  (1..5).each do |i|
13
13
  output = `gdb \`which ruby\` #{@pid} -x /tmp/gdb_commands | grep '^#'`
14
- traces << `cat /tmp/stdout`
14
+ traces << `cat /tmp/stdout.#{@pid}`
15
15
  puts "--> Took trace #{i}/5"
16
16
 
17
17
  sleep 1
@@ -1,3 +1,3 @@
1
1
  module Aeacus
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Buchwaldt