perfetto 0.1.15 → 0.1.16

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
  SHA256:
3
- metadata.gz: b753aabc8493140c2019e6eac7673df495b2f3144f161c88eb561210d78171ff
4
- data.tar.gz: 300ea0e7a5f70452944921eb44dfe24f51e49760308f5aece59e2d6cd5572f95
3
+ metadata.gz: ab803475bdbf8cc2b0e37bb533978157061613c4c727defe2ef1992d2c1e79d5
4
+ data.tar.gz: 0754e92147558a60850d27f7f85bcaf39d9dcddbca23c07fc2e98868008776b0
5
5
  SHA512:
6
- metadata.gz: 8b12129eb219d48f12658c43679d1a2b09663f5dc1cdcbab1ab7a44a92d98b3fbecc2cfe5d0d851e5583d3acbb3683fb2155f03dc64cb744ce692da0b4ff286e
7
- data.tar.gz: 2c8ce26e43b3a3f61851595fcd9721136bb9ff7e21c4899e1af56b357b44e2a2af2ab8575ce1d60844281fde920cfd1217cc549fb5770550b6cfdbe29ce5e88f
6
+ metadata.gz: 02414b0a024d2f0f9f6e543054cc53c9597825131b42a0f98c8a1e5a5c6cb778595ccd6469e5dd02598af56a88bafda2df971b6f096212a589e1223f441fd4a3
7
+ data.tar.gz: 87d77c0322a76f21505ef2ac9a54959e197c3c1271a1d453d4e46b0ed9aae0014955bb8a83e4504b4372f440fb66d0954dc66d141678da9a2486da87d2ca38a8
data/.rubocop.yml CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/example/example.png CHANGED
File without changes
data/example/example.rb CHANGED
File without changes
data/ext/perfetto/LICENSE CHANGED
File without changes
File without changes
File without changes
@@ -1,3 +1,4 @@
1
+ #include <stdbool.h>
1
2
  #include <ruby.h>
2
3
 
3
4
  #include "perfetto_internal.h"
@@ -136,4 +137,4 @@ void Init_perfetto_native(void)
136
137
  rb_define_module_function(rb_mPerfetto, "fiber_trace_event_instant", rb_perfetto_fiber_trace_event_instant, 2);
137
138
  rb_define_module_function(rb_mPerfetto, "fiber_trace_event_instant_with_debug_info", rb_perfetto_fiber_trace_event_instant_with_debug_info, 4);
138
139
  rb_define_module_function(rb_mPerfetto, "fiber_trace_event_begin_with_debug_info", rb_perfetto_fiber_trace_event_begin_with_debug_info, 4);
139
- }
140
+ }
File without changes
File without changes
data/ext/perfetto/sdk.cc CHANGED
File without changes
data/ext/perfetto/sdk.h CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Perfetto
4
- VERSION = "0.1.15"
4
+ VERSION = "0.1.16"
5
5
  end
data/lib/perfetto.rb CHANGED
File without changes
data/sig/perfetto.rbs CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perfetto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kowalski Dark
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-02-06 00:00:00.000000000 Z
10
+ date: 2025-07-10 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Yet another event tracing library for Ruby.
14
13
  email:
@@ -44,7 +43,6 @@ licenses: []
44
43
  metadata:
45
44
  homepage_uri: https://github.com/yet-another-ai/perfetto.rb
46
45
  rubygems_mfa_required: 'true'
47
- post_install_message:
48
46
  rdoc_options: []
49
47
  require_paths:
50
48
  - lib
@@ -60,8 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
58
  - !ruby/object:Gem::Version
61
59
  version: '0'
62
60
  requirements: []
63
- rubygems_version: 3.5.3
64
- signing_key:
61
+ rubygems_version: 3.6.2
65
62
  specification_version: 4
66
63
  summary: Yet another event tracing library for Ruby.
67
64
  test_files: []