dsp_blueprint_parser 0.2.0 → 0.2.1

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: 70a878a74f9594b2005945000c0e016565df7e649dbae85e594c49126d11c64f
4
- data.tar.gz: 401c698f0baf529f12e41f116bc45b8135563791cde00f7b656390395622e1f2
3
+ metadata.gz: 13919720d7cc252f949f13ac3220ebd2b1e5c0ab17f031de2fb417952bb4d7e5
4
+ data.tar.gz: 34c69aa00ceda6cfc04a8701fd0e001e7d752c2a95b6ab7ce46b9a7f3f8b11eb
5
5
  SHA512:
6
- metadata.gz: f61f88200db3af250c7d583489713701152056248a2715e3878eb7fb7b6b193f6d37f0035f3d6d92f324ad38239eb7f759d66600549cbbd6df9b0e7ef07c6c22
7
- data.tar.gz: e3d45773eb38134e81c022365595e15ebd253d0c008f076ac2429114cfdba2e45724ae1fdc7b22c61d91a394d04b9be274747f71bdd9687e6d2b3a10aeb485f9
6
+ metadata.gz: 0d75868d81aa53d7a910a6429a0ec2e11b0e93696574c2869319bb96ece81b2727d4ec194b2195660a7f66b2b6d112abdfe795cbedfee8f408e91074b4464818
7
+ data.tar.gz: 443e3b8adc0f23affab35d4768a9e5404a0e0e548ec16a2355f2871f611d9e8ad67ce50363008ea03ecb2da9c5ba736d493391c0dc00168e4f623f1fe4388406
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dsp_blueprint_parser (0.1.3)
4
+ dsp_blueprint_parser (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -25,6 +25,8 @@ Gem::Specification.new do |spec|
25
25
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
26
26
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
27
27
  end
28
+ spec.files << 'lib/md5f.so'
29
+
28
30
  spec.bindir = 'exe'
29
31
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
30
32
  spec.require_paths = ['lib']
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DspBlueprintParser
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
data/lib/md5f.so ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dsp_blueprint_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Falk
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-12-20 00:00:00.000000000 Z
11
+ date: 2025-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler
@@ -56,6 +56,7 @@ files:
56
56
  - lib/dsp_blueprint_parser/icon_layout.rb
57
57
  - lib/dsp_blueprint_parser/parser.rb
58
58
  - lib/dsp_blueprint_parser/version.rb
59
+ - lib/md5f.so
59
60
  homepage: https://github.com/LRFalk01/DSP-Blueprint-Parser
60
61
  licenses:
61
62
  - MIT