babeltrace2 0.1.4 → 0.1.5

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: 6aadf37b0594ae795e850eee9819efa178e55e10d0e51078a3e17b1a1042a697
4
- data.tar.gz: a7d9a2dd342ee6bcdf87c20266916ea21b47aa162902ec8972e0986cbc16071b
3
+ metadata.gz: 762e88ead0a104b0ea047c607ca7c5d5ef784dce3bc05b7a86a33853cf47cfc3
4
+ data.tar.gz: d3d45e9eafb703698d5f33833e6d7914bbb24325ce9b168eb4f960c730861d0e
5
5
  SHA512:
6
- metadata.gz: 2e260846e641079858dbe775647eff742827b37702ecd0eff28db6aedcb6cba661ba2cc3d634d637af15bff30cce730c9ca4f001eb72f2d2f428e91cc13ad265
7
- data.tar.gz: 69feeefd39ca1b9ce019b28d6f79ad0a2f2f83de3f6e75c714ba21db16901dfbe2eb1dba29fe6a19ca9dfd5345ce8e3664e3334e9a6321247a743aa13fd6ad74
6
+ metadata.gz: 4a4caa1b2d222852be25630cd42ef2a55ea07e059f2f2e9f2572c2d7e4cf0304e10cea4a9c832cfded11c0a20188639b65f3c71f6cf989d1ce55dfbeebe2facf
7
+ data.tar.gz: c2289d4406f0de2287faebd757e9c9d9ccf27eb8d5856e81e88ab147faa7036bb038efc9040789923c1243ccab68d8ff4a0f6d126899ec029786b2d675a1d4d5
data/babeltrace2.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'babeltrace2'
3
- s.version = "0.1.4"
3
+ s.version = "0.1.5"
4
4
  s.author = "Brice Videau"
5
5
  s.email = "bvideau@anl.gov"
6
6
  s.homepage = "https://github.com/alcf-perfengr/babeltrace2-ruby"
@@ -33,7 +33,7 @@ module Babeltrace2
33
33
  :string
34
34
  attach_function :bt_error_cause_get_line_number,
35
35
  [:bt_error_cause_handle],
36
- :uint64_t
36
+ :uint64
37
37
 
38
38
  class BTError
39
39
  class Cause < BTObject
@@ -93,7 +93,7 @@ module Babeltrace2
93
93
  :bt_stream_handle
94
94
 
95
95
  attach_function :bt_message_stream_beginning_set_default_clock_snapshot,
96
- [ :bt_message_handle, :uint64_t ],
96
+ [ :bt_message_handle, :uint64 ],
97
97
  :void
98
98
 
99
99
  attach_function :bt_message_stream_beginning_borrow_default_clock_snapshot_const,
@@ -166,7 +166,7 @@ module Babeltrace2
166
166
  :bt_stream_handle
167
167
 
168
168
  attach_function :bt_message_stream_end_set_default_clock_snapshot,
169
- [ :bt_message_handle, :uint64_t ],
169
+ [ :bt_message_handle, :uint64 ],
170
170
  :void
171
171
 
172
172
  attach_function :bt_message_stream_end_borrow_default_clock_snapshot_const,
@@ -609,7 +609,7 @@ module Babeltrace2
609
609
  end
610
610
 
611
611
  class BTUUID < FFI::Struct
612
- layout :id, [ :uint8_t, 16 ]
612
+ layout :id, [ :uint8, 16 ]
613
613
  def to_s
614
614
  a = self[:id].to_a
615
615
  s = ""
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babeltrace2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice Videau
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-07 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -83,7 +83,7 @@ homepage: https://github.com/alcf-perfengr/babeltrace2-ruby
83
83
  licenses:
84
84
  - MIT
85
85
  metadata: {}
86
- post_install_message:
86
+ post_install_message:
87
87
  rdoc_options: []
88
88
  require_paths:
89
89
  - lib
@@ -98,8 +98,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 3.3.5
102
- signing_key:
101
+ rubygems_version: 3.4.20
102
+ signing_key:
103
103
  specification_version: 4
104
104
  summary: Ruby Babeltrace 2 bindings
105
105
  test_files: []