triangulum 0.9.2-aarch64-linux-gnu → 0.10.0-aarch64-linux-gnu

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.
@@ -21,11 +21,11 @@ module Triangulum
21
21
 
22
22
  IS_RUBY_PLATFORM_GEM = Dir.glob(File.expand_path('../../exe/*/bun', __dir__)).empty?
23
23
 
24
- attr_reader :flow, :runtime_function_definitions, :data_types
24
+ attr_reader :flow, :function_definitions, :data_types
25
25
 
26
26
  def initialize(flow, runtime_function_definitions, data_types)
27
27
  @flow = flow
28
- @runtime_function_definitions = runtime_function_definitions
28
+ @function_definitions = runtime_function_definitions
29
29
  @data_types = data_types
30
30
  end
31
31
 
@@ -56,7 +56,7 @@ module Triangulum
56
56
  input << Base64.strict_encode64(flow.to_proto)
57
57
  input << ''
58
58
 
59
- runtime_function_definitions.each do |rfd|
59
+ function_definitions.each do |rfd|
60
60
  input << Base64.strict_encode64(rfd.to_proto)
61
61
  end
62
62
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Triangulum
4
- VERSION = '0.9.2'
4
+ VERSION = '0.10.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triangulum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.10.0
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Niklas van Schrick
@@ -60,7 +60,7 @@ dependencies:
60
60
  version: '0.0'
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: 0.0.62
63
+ version: 0.0.67
64
64
  type: :runtime
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
@@ -70,7 +70,7 @@ dependencies:
70
70
  version: '0.0'
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: 0.0.62
73
+ version: 0.0.67
74
74
  - !ruby/object:Gem::Dependency
75
75
  name: irb
76
76
  requirement: !ruby/object:Gem::Requirement