pyroscope 0.0.3 → 0.0.7

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
  SHA256:
3
- metadata.gz: 88c3a3d511d59297fb2ccfbedf43efc5f2df0402859fe8b621d15108bff10e57
4
- data.tar.gz: 5b0e84078ed2c3b53547fd3bed1d02a3389e696df33215cf72cc3dcc00a15dc0
3
+ metadata.gz: 5ac1555d2d06cff731f2c95471dcffd8e1754786b5927085cc09752474d43d1a
4
+ data.tar.gz: 6248dddf8b7bdb17255ee289b469818b26f6ec151f6a9b4bca34b40504023cb2
5
5
  SHA512:
6
- metadata.gz: e935986ef0c49bd64359f1e3ae2ddf4e1430aaf25e5f9f1a57f47bac2d9672de87791afad1d75d467fcff31445a2d1abe970a4c88f6d1e744ef6a96f595efc85
7
- data.tar.gz: a6f9093e61a809d26f694e1fa9156942985af122731b5f3e5392bf03c85b020dda04bfcb41b381dd235f9ebc9bf885f76fd720b1c654c1c9df0e821a3f361c49
6
+ metadata.gz: d5bfed7a06eb7f4411e31a7cead20bd64345e70517de0386e4c2584d8c9309dd278d1c94d8a6859d999bdb0b05ec1c20267d773aad0b46342701c668467ccb1f
7
+ data.tar.gz: 0af8ba3a6834ecc2ebbbe5bd2cd9f6851a7ef6d7bcd065b7c576d00b81b5c4be4951addbde19f4dab6e63c51b9245ade50a6162e1af7f9985c2dfdb9dd0bbbe0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pyroscope (0.0.3)
4
+ pyroscope (0.0.7)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,7 +9,7 @@ HEADER_DIRS = [INCLUDEDIR]
9
9
 
10
10
  LIB_DIRS = [LIBDIR, File.expand_path(File.join(File.dirname(__FILE__), "lib"))]
11
11
 
12
- COMMIT = "cf107e7"
12
+ COMMIT = "2e383e4"
13
13
 
14
14
  # TODO: this is not very accurate, but it works for now
15
15
  OS = RUBY_PLATFORM.include?("darwin") ? "mac" : "linux"
@@ -31,6 +31,9 @@ Net::HTTP.start("dl.pyroscope.io", 443, :use_ssl => true) do |http|
31
31
  File.binwrite(File.join(ROOT, "lib/librustdeps.a"), lib2)
32
32
  end
33
33
 
34
+ # TODO: figure out how to fix this bug
35
+ system "strip --strip-debug #{File.join(ROOT, "lib/libpyroscope.rbspy.a")}"
36
+
34
37
  # system "cp /Users/dmitry/Dev/ps/pyroscope/out/libpyroscope.rbspy.a #{File.join(ROOT, "lib/libpyroscope.rbspy.a")}"
35
38
  # system "cp /Users/dmitry/Dev/ps/pyroscope/third_party/rustdeps/target/release/librustdeps.a #{File.join(ROOT, "lib/librustdeps.a")}"
36
39
 
Binary file
@@ -1,3 +1,4 @@
1
1
  module Pyroscope
2
- VERSION = "0.0.3".freeze
2
+ VERSION = "0.0.7".freeze
3
+
3
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pyroscope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pyroscope Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-14 00:00:00.000000000 Z
11
+ date: 2021-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler