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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ff650ef52afa5dfe62170ddf16944aff4f2d158fdeb703da036e65dc67a1176
4
- data.tar.gz: dd8df08ff5f212e8af01e16e8119b651d76e7cedd70aaf5da5412dec2d7e706d
3
+ metadata.gz: b6d001d42393d24e1a39020f42db9a9c8d11f87b494fccc438dbc45b49f8eff1
4
+ data.tar.gz: 803393b251d38972fadcda2736444bd0a2d55d39e47a92b0b696393205cf2c5a
5
5
  SHA512:
6
- metadata.gz: c3a2f87f048cddc75d18b62a0ee50c4fa922e92d28096cb1c6010f330ee450d7086bd5bcd59ae7857ff6f26adf3d8eb7e5e023ba59bcf66ccd004dcf0d8f5184
7
- data.tar.gz: 51e864a031ba172c5278b0501cf4eb69bc5769a0ddd995be9d6cb00535a7c2ad4a790fd874e06e9e5c818f72bb72bd987e6021d1938b4f1a4c9724a799b772d7
6
+ metadata.gz: e70ea4d474eaa6d38015815f191c75e05462d55a1a7989fca6f509fabd3ee8215fafd259a6d3e1a70e56b7985bd84c62136a0800334b1d3db50a167b0a7c87d1
7
+ data.tar.gz: 7a5496c37a998d4e47e939ae380c21fd383505f613c8d13990b74e2d8f552f0a0e48c5387e8f919374e6bd80954cf946892074e1548dc138770ab27215a30c1c
@@ -0,0 +1,3 @@
1
+ module MIDICommunications
2
+ VERSION = '0.6.1'.freeze
3
+ end
@@ -16,7 +16,8 @@ require 'midi-communications/input'
16
16
  require 'midi-communications/loader'
17
17
  require 'midi-communications/output'
18
18
 
19
+ require_relative 'midi-communications/version'
20
+
19
21
  module MIDICommunications
20
- VERSION = '0.5.4'.freeze
21
22
  Platform.bootstrap
22
23
  end
@@ -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 = '0.6.0'
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.0
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: