pyroscope 0.5.12-x86_64-linux → 0.5.14-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/Gemfile.lock +1 -1
- data/ext/rbspy/Cargo.toml +4 -4
- data/ext/rbspy/include/rbspy.h +2 -2
- data/ext/thread_id/Cargo.toml +1 -1
- data/ext/thread_id/include/thread_id.h +2 -2
- 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 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 79f5c13bd1e0ee11fbe4676f3cc6b73669550fc833fa38901e7d2c593e2a5417
         | 
| 4 | 
            +
              data.tar.gz: 9798787ba71bd13607ed9a2af286120ae775be2737b8034f22606cb9a4ac0299
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: df930db543b4db688caf95777696f69c980903764f20c169132d135888fbf9c5547e0c93299c90c5fb24bb11d0b64d7c3f3f77f0932f2ba4f49221794b52b410
         | 
| 7 | 
            +
              data.tar.gz: ed2a480b89c4cccb69fa9eb3caa799df136d4a1fa5472139298ffb6c44093703775f5ddae5d2fdedb88db183d80f9b2e6e970bf7b0ef4583409d0e18a2e4e419
         | 
    
        data/Gemfile.lock
    CHANGED
    
    
    
        data/ext/rbspy/Cargo.toml
    CHANGED
    
    | @@ -1,5 +1,5 @@ | |
| 1 1 | 
             
            [package]
         | 
| 2 | 
            -
            name = " | 
| 2 | 
            +
            name = "ffiruby"
         | 
| 3 3 | 
             
            version = "0.1.0"
         | 
| 4 4 | 
             
            edition = "2021"
         | 
| 5 5 | 
             
            rust-version = "1.64"
         | 
| @@ -12,10 +12,10 @@ crate-type = ["cdylib"] | |
| 12 12 | 
             
            pyroscope = { path = "../../../../" }
         | 
| 13 13 | 
             
            pyroscope_rbspy = { path = "../../../../pyroscope_backends/pyroscope_rbspy" }
         | 
| 14 14 | 
             
            ffikit = { path = "../../../ffikit" }
         | 
| 15 | 
            -
             | 
| 16 | 
            -
             | 
| 15 | 
            +
            # todo remove this dependency
         | 
| 16 | 
            +
            pretty_env_logger = "0.5"
         | 
| 17 17 | 
             
            log = "0.4"
         | 
| 18 18 |  | 
| 19 19 | 
             
            [build-dependencies]
         | 
| 20 | 
            -
            cbindgen = "0. | 
| 20 | 
            +
            cbindgen = "0.28"
         | 
| 21 21 |  | 
    
        data/ext/rbspy/include/rbspy.h
    CHANGED
    
    | @@ -3,7 +3,7 @@ | |
| 3 3 | 
             
            #ifndef RBSPY_H_
         | 
| 4 4 | 
             
            #define RBSPY_H_
         | 
| 5 5 |  | 
| 6 | 
            -
            /* Generated with cbindgen:0. | 
| 6 | 
            +
            /* Generated with cbindgen:0.28.0 */
         | 
| 7 7 |  | 
| 8 8 | 
             
            /* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
         | 
| 9 9 |  | 
| @@ -40,4 +40,4 @@ bool add_global_tag(const char *key, const char *value); | |
| 40 40 |  | 
| 41 41 | 
             
            bool remove_global_tag(const char *key, const char *value);
         | 
| 42 42 |  | 
| 43 | 
            -
            #endif | 
| 43 | 
            +
            #endif  /* RBSPY_H_ */
         | 
    
        data/ext/thread_id/Cargo.toml
    CHANGED
    
    
| @@ -3,7 +3,7 @@ | |
| 3 3 | 
             
            #ifndef RBSPY_H_
         | 
| 4 4 | 
             
            #define RBSPY_H_
         | 
| 5 5 |  | 
| 6 | 
            -
            /* Generated with cbindgen:0. | 
| 6 | 
            +
            /* Generated with cbindgen:0.28.0 */
         | 
| 7 7 |  | 
| 8 8 | 
             
            /* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
         | 
| 9 9 |  | 
| @@ -14,4 +14,4 @@ | |
| 14 14 |  | 
| 15 15 | 
             
            uint64_t thread_id(void);
         | 
| 16 16 |  | 
| 17 | 
            -
            #endif | 
| 17 | 
            +
            #endif  /* RBSPY_H_ */
         | 
    
        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
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.5. | 
| 4 | 
            +
              version: 0.5.14
         | 
| 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:  | 
| 11 | 
            +
            date: 2025-04-24 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: ffi
         | 
| @@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 107 107 | 
             
                - !ruby/object:Gem::Version
         | 
| 108 108 | 
             
                  version: '0'
         | 
| 109 109 | 
             
            requirements: []
         | 
| 110 | 
            -
            rubygems_version: 3. | 
| 110 | 
            +
            rubygems_version: 3.5.22
         | 
| 111 111 | 
             
            signing_key:
         | 
| 112 112 | 
             
            specification_version: 4
         | 
| 113 113 | 
             
            summary: Pyroscope
         |