midi-communications 0.6.0 → 0.6.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 +4 -4
- data/lib/midi-communications/version.rb +3 -0
- data/lib/midi-communications.rb +2 -1
- data/midi-communications.gemspec +3 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6d001d42393d24e1a39020f42db9a9c8d11f87b494fccc438dbc45b49f8eff1
|
4
|
+
data.tar.gz: 803393b251d38972fadcda2736444bd0a2d55d39e47a92b0b696393205cf2c5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e70ea4d474eaa6d38015815f191c75e05462d55a1a7989fca6f509fabd3ee8215fafd259a6d3e1a70e56b7985bd84c62136a0800334b1d3db50a167b0a7c87d1
|
7
|
+
data.tar.gz: 7a5496c37a998d4e47e939ae380c21fd383505f613c8d13990b74e2d8f552f0a0e48c5387e8f919374e6bd80954cf946892074e1548dc138770ab27215a30c1c
|
data/lib/midi-communications.rb
CHANGED
data/midi-communications.gemspec
CHANGED
@@ -1,6 +1,8 @@
|
|
1
|
+
require_relative 'lib/midi-communications/version'
|
2
|
+
|
1
3
|
Gem::Specification.new do |s|
|
2
4
|
s.name = 'midi-communications'
|
3
|
-
s.version =
|
5
|
+
s.version = MIDICommunications::VERSION
|
4
6
|
s.date = '2025-08-23'
|
5
7
|
s.summary = 'Platform independent realtime MIDI input and output for Ruby'
|
6
8
|
s.description = 'Access MIDI devices for MacOS, Linux (wip), Windows (wip) and JRuby (wip).'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: midi-communications
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Javier Sánchez Yeste
|
@@ -112,6 +112,7 @@ files:
|
|
112
112
|
- lib/midi-communications/output.rb
|
113
113
|
- lib/midi-communications/platform.rb
|
114
114
|
- lib/midi-communications/type_conversion.rb
|
115
|
+
- lib/midi-communications/version.rb
|
115
116
|
- midi-communications.gemspec
|
116
117
|
homepage: https://rubygems.org/gems/midi-communications
|
117
118
|
licenses:
|