pyroscope 0.0.8 → 0.0.9

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: 636e6eb94acda6f2898c25e4d086c93ae7d897fedc9d4bd57ac482baa6b1c7f7
4
- data.tar.gz: 626bc1113cc58199c9591522a842e2a91d5a42f9b91753f53e327e234f1e191c
3
+ metadata.gz: 28612d2ce21afe9f36931bc3c971fa7908aaca018dd970c8c24664a84485bde4
4
+ data.tar.gz: a9b1febfcf52c6fdaa8a985a070b12a36d1ff8b2e97bfa71fe8991d8749c2c10
5
5
  SHA512:
6
- metadata.gz: a254c4e5702763ccdcf0350c1f5e4cf85a31fa26eae60a65028715e5b9acbc056711344f10dfa47161449953c87991c537007947cd24c5c95e75395c89a7f0a7
7
- data.tar.gz: 8bd44ff1cc9588d2daebd43bb77e3a5bdb2ef9f567528aa0b0541993a7d977ad35e73a04e9bca0b539890ec81844868785606a0708cf07c5e54d105ebd08c23b
6
+ metadata.gz: 1dbf7be4d92a34e24bb0aa2086fc18f7296b6ce0cb0eb5a7bddd73e644e2c36bd97928f4d8f3bc7e1e3efc9453322bd2cbc3ccf4906d55e4911be4aeb8514049
7
+ data.tar.gz: 10fd626b436fa02ab2243cbdc2169d33b2ab4a2af6de26413b0b3640124433943ca63e0b70bb70e467dc25ae7a026e04f44805bad3dab905f22a88f2cd7b0f27
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pyroscope (0.0.8)
4
+ pyroscope (0.0.9)
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 = "2e383e4"
12
+ COMMIT = "5a6a823"
13
13
 
14
14
  # TODO: this is not very accurate, but it works for now
15
15
  OS = RUBY_PLATFORM.include?("darwin") ? "mac" : "linux"
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Pyroscope
2
- VERSION = "0.0.8".freeze
2
+ VERSION = "0.0.9".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pyroscope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pyroscope Team