musa-dsl 0.49.4 → 0.49.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/musa-dsl/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdf7189dfdc5b4f566f8727a90eae99f2025c46de642bd9e29af0d7c2ab53673
4
- data.tar.gz: 4f3ecff2f2178e393a446c7ab4ac13c6f8aff89cbe6b178cf0ef333d84b376d7
3
+ metadata.gz: 21c0a76167357590acedb56daffc5dce20e6712f07007f75ca7f01143b2f2fd4
4
+ data.tar.gz: 8e7ddf3193d937edbe6905e313e305fe8e769425d7db621f0c95c0ba18b46908
5
5
  SHA512:
6
- metadata.gz: 8a472d7b75153cdeac08f67bfc81668dd713491587e6b185a72a4abea6acdd1a87c156af964acb435876f423fd34a2b8e077df41695b4693327d53675d1da900
7
- data.tar.gz: fe000da956e7dd4b1a86ddfc3c3bb72604be4da365c4e6f5cd0d96bea25169ab406d4ee6cf5f350ce8526ac76f910bb650c1e33949d513545e512bf7604bb0c7
6
+ metadata.gz: e5a49553a6588075f66a824d6a78c02f0ac2c832ccc25539d33928042af582fe10341820ff357fb35cc3673906b44fa67110d436fc6e038331da75e64cfa388a
7
+ data.tar.gz: b6c32efb64abb68dd599f9503d1367f54117969cf604b7ebd177e9d7d43e65eaa1b5456217a6484050d1d5789f99c57da495777ac6d513979e386000e39fe932
data/README.md CHANGED
@@ -91,6 +91,7 @@ MusaDSL is a comprehensive ecosystem consisting of a core framework (musa-dsl) a
91
91
  - [**midi-parser**](https://github.com/javier-sy/midi-parser) - MIDI file parsing and analysis
92
92
  - [**midi-communications**](https://github.com/javier-sy/midi-communications) - Cross-platform MIDI I/O abstraction layer
93
93
  - [**midi-communications-macos**](https://github.com/javier-sy/midi-communications-macos) - macOS-specific MIDI native implementation
94
+ - [**midi-communications-windows**](https://github.com/javier-sy/midi-communications-windows) - Windows-specific MIDI native implementation
94
95
 
95
96
  ## MusaDSL Architecture
96
97
 
@@ -1,3 +1,3 @@
1
1
  module Musa
2
- VERSION = '0.49.4'.freeze
2
+ VERSION = '0.49.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: musa-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.4
4
+ version: 0.49.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Sánchez Yeste