midi-communications-macos 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: 90f81fff14d5af7098b09773b0604b0f391b6c46f59b64bc781d7bafe050d2e3
4
- data.tar.gz: 02cfd82bf4f3fe2bcc245d1f83a11afce05cca7edea36d0862821a075368371b
3
+ metadata.gz: 8691b66080807db7d45e8bfbe37e909f0590a5f741e26a1504508fb44af74b05
4
+ data.tar.gz: f34c06328a2db0d65ae081f98f07b673c6865592a026099473b3f2722925b935
5
5
  SHA512:
6
- metadata.gz: 065b0df0eed3fa51d090980b2df236edd4fc1ee42065eb53b01b0d6641013d99f6a42335dfc810105cbe42ae1339c0cb2fb4c9e5a38c0c2d40740353ca2eb580
7
- data.tar.gz: 78962446832ac91ee5e52b3781b7bfe10b5e8467b4f63d93d6455356bfdf02de497f6592be788672479ec3f8f7ed70da80743b18e6d36fbdc8ca7b643f721253
6
+ metadata.gz: 90366995e448efb772f1399d91f86307a5dac2881633b13bb8b30190031578d83dabb694b3233da62dd141d59041cf7e3c771c211bcab37ffa6e2270f2c9a7d4
7
+ data.tar.gz: aec7c7445b10f67e8171f83972889be429d076cc32e1c78e3e92a1cba7a26efa24599bf98f4bdfbc9b892e9a62c5bed1b4ef4416514890eb3baed37b781a9c3c
@@ -0,0 +1,3 @@
1
+ module MIDICommunicationsMacOS
2
+ VERSION = '0.6.1'.freeze
3
+ end
@@ -21,6 +21,7 @@ require 'midi-communications-macos/device'
21
21
  require 'midi-communications-macos/source'
22
22
  require 'midi-communications-macos/destination'
23
23
 
24
+ require_relative 'midi-communications-macos/version'
25
+
24
26
  module MIDICommunicationsMacOS
25
- VERSION = '0.5.4'.freeze
26
27
  end
@@ -1,6 +1,8 @@
1
+ require_relative 'lib/midi-communications-macos/version'
2
+
1
3
  Gem::Specification.new do |s|
2
4
  s.name = 'midi-communications-macos'
3
- s.version = '0.6.0'
5
+ s.version = MIDICommunicationsMacOS::VERSION
4
6
  s.date = '2025-08-23'
5
7
  s.summary = 'Realtime MIDI IO with Ruby for OSX'
6
8
  s.description = 'Access the Apple Core MIDI framework API with Ruby.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midi-communications-macos
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
@@ -116,6 +116,7 @@ files:
116
116
  - lib/midi-communications-macos/entity.rb
117
117
  - lib/midi-communications-macos/source.rb
118
118
  - lib/midi-communications-macos/type_conversion.rb
119
+ - lib/midi-communications-macos/version.rb
119
120
  - midi-communications-macos.gemspec
120
121
  homepage: https://rubygems.org/gems/midi-communications-macos
121
122
  licenses: