pyroscope_beta 0.1.6-x86_64-linux → 0.1.7-x86_64-linux
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 +4 -4
- data/lib/pyroscope/version.rb +1 -1
- data/lib/rbspy/rbspy.so +0 -0
- data/lib/thread_id/thread_id.so +0 -0
- metadata +3 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 1e93fea59d938fd58a564a08cb4b354c66b90dfbd2cce3cd13a4ed6311c54379
         | 
| 4 | 
            +
              data.tar.gz: 7c123ceb9652e78ea98d56bf8a5d4a8c3fc72dfb32bb8ee1e237b3182a36d67c
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: c7fd3ce363e6fa87a6d5a44c517b0457fe544a9a7c9fcf0b944c8efedbe5a17583c0559ac886525b277c6a1a5ff4457b12e1b1b835116ca664b825e1a6e31aa0
         | 
| 7 | 
            +
              data.tar.gz: 73f9cc1fe4f05f0f045bf64d4f0d130871c0f852102ee63230ee4eb468dc90b7fc104c14bfb31ec11be4ba1c43bf6626fec07abc728b182849a1051bd5847846
         | 
    
        data/lib/pyroscope/version.rb
    CHANGED
    
    
    
        data/lib/rbspy/rbspy.so
    CHANGED
    
    | Binary file | 
    
        data/lib/thread_id/thread_id.so
    CHANGED
    
    | Binary file | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: pyroscope_beta
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.1. | 
| 4 | 
            +
              version: 0.1.7
         | 
| 5 5 | 
             
            platform: x86_64-linux
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Pyroscope Team
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2022-06- | 
| 11 | 
            +
            date: 2022-06-03 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: ffi
         | 
| @@ -210,9 +210,7 @@ description: Pyroscope FFI Integration for Ruby | |
| 210 210 | 
             
            email:
         | 
| 211 211 | 
             
            - contact@pyroscope.io
         | 
| 212 212 | 
             
            executables: []
         | 
| 213 | 
            -
            extensions:
         | 
| 214 | 
            -
            - ext/rbspy/extconf.rb
         | 
| 215 | 
            -
            - ext/thread_id/extconf.rb
         | 
| 213 | 
            +
            extensions: []
         | 
| 216 214 | 
             
            extra_rdoc_files: []
         | 
| 217 215 | 
             
            files:
         | 
| 218 216 | 
             
            - LICENSE
         |