midi-communications-macos 0.5.4 → 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-macos/version.rb +3 -0
- data/lib/midi-communications-macos.rb +2 -1
- data/midi-communications-macos.gemspec +8 -7
- metadata +11 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8691b66080807db7d45e8bfbe37e909f0590a5f741e26a1504508fb44af74b05
|
4
|
+
data.tar.gz: f34c06328a2db0d65ae081f98f07b673c6865592a026099473b3f2722925b935
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90366995e448efb772f1399d91f86307a5dac2881633b13bb8b30190031578d83dabb694b3233da62dd141d59041cf7e3c771c211bcab37ffa6e2270f2c9a7d4
|
7
|
+
data.tar.gz: aec7c7445b10f67e8171f83972889be429d076cc32e1c78e3e92a1cba7a26efa24599bf98f4bdfbc9b892e9a62c5bed1b4ef4416514890eb3baed37b781a9c3c
|
@@ -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,7 +1,9 @@
|
|
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 =
|
4
|
-
s.date = '
|
5
|
+
s.version = MIDICommunicationsMacOS::VERSION
|
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.'
|
7
9
|
s.authors = ['Javier Sánchez Yeste']
|
@@ -10,8 +12,7 @@ Gem::Specification.new do |s|
|
|
10
12
|
s.homepage = 'https://rubygems.org/gems/midi-communications-macos'
|
11
13
|
s.license = 'LGPL-3.0'
|
12
14
|
|
13
|
-
s.required_ruby_version = '
|
14
|
-
|
15
|
+
s.required_ruby_version = '>= 2.7'
|
15
16
|
|
16
17
|
# TODO
|
17
18
|
#s.metadata = {
|
@@ -23,9 +24,9 @@ Gem::Specification.new do |s|
|
|
23
24
|
|
24
25
|
s.add_runtime_dependency 'ffi', '~> 1.15', '>= 1.15.4'
|
25
26
|
|
26
|
-
s.add_development_dependency 'minitest', '~>
|
27
|
-
s.add_development_dependency 'rake', '~>
|
28
|
-
s.add_development_dependency 'shoulda-context', '~>
|
27
|
+
s.add_development_dependency 'minitest', '~>5', '>= 5.14.4'
|
28
|
+
s.add_development_dependency 'rake', '~>13', '>= 13.0.6'
|
29
|
+
s.add_development_dependency 'shoulda-context', '~>2', '>= 2.0.0'
|
29
30
|
end
|
30
31
|
|
31
32
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: midi-communications-macos
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Javier Sánchez Yeste
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-08-23 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: ffi
|
@@ -36,7 +35,7 @@ dependencies:
|
|
36
35
|
requirements:
|
37
36
|
- - "~>"
|
38
37
|
- !ruby/object:Gem::Version
|
39
|
-
version: '5
|
38
|
+
version: '5'
|
40
39
|
- - ">="
|
41
40
|
- !ruby/object:Gem::Version
|
42
41
|
version: 5.14.4
|
@@ -46,7 +45,7 @@ dependencies:
|
|
46
45
|
requirements:
|
47
46
|
- - "~>"
|
48
47
|
- !ruby/object:Gem::Version
|
49
|
-
version: '5
|
48
|
+
version: '5'
|
50
49
|
- - ">="
|
51
50
|
- !ruby/object:Gem::Version
|
52
51
|
version: 5.14.4
|
@@ -56,7 +55,7 @@ dependencies:
|
|
56
55
|
requirements:
|
57
56
|
- - "~>"
|
58
57
|
- !ruby/object:Gem::Version
|
59
|
-
version: '13
|
58
|
+
version: '13'
|
60
59
|
- - ">="
|
61
60
|
- !ruby/object:Gem::Version
|
62
61
|
version: 13.0.6
|
@@ -66,7 +65,7 @@ dependencies:
|
|
66
65
|
requirements:
|
67
66
|
- - "~>"
|
68
67
|
- !ruby/object:Gem::Version
|
69
|
-
version: '13
|
68
|
+
version: '13'
|
70
69
|
- - ">="
|
71
70
|
- !ruby/object:Gem::Version
|
72
71
|
version: 13.0.6
|
@@ -76,7 +75,7 @@ dependencies:
|
|
76
75
|
requirements:
|
77
76
|
- - "~>"
|
78
77
|
- !ruby/object:Gem::Version
|
79
|
-
version: '2
|
78
|
+
version: '2'
|
80
79
|
- - ">="
|
81
80
|
- !ruby/object:Gem::Version
|
82
81
|
version: 2.0.0
|
@@ -86,7 +85,7 @@ dependencies:
|
|
86
85
|
requirements:
|
87
86
|
- - "~>"
|
88
87
|
- !ruby/object:Gem::Version
|
89
|
-
version: '2
|
88
|
+
version: '2'
|
90
89
|
- - ">="
|
91
90
|
- !ruby/object:Gem::Version
|
92
91
|
version: 2.0.0
|
@@ -117,18 +116,18 @@ files:
|
|
117
116
|
- lib/midi-communications-macos/entity.rb
|
118
117
|
- lib/midi-communications-macos/source.rb
|
119
118
|
- lib/midi-communications-macos/type_conversion.rb
|
119
|
+
- lib/midi-communications-macos/version.rb
|
120
120
|
- midi-communications-macos.gemspec
|
121
121
|
homepage: https://rubygems.org/gems/midi-communications-macos
|
122
122
|
licenses:
|
123
123
|
- LGPL-3.0
|
124
124
|
metadata: {}
|
125
|
-
post_install_message:
|
126
125
|
rdoc_options: []
|
127
126
|
require_paths:
|
128
127
|
- lib
|
129
128
|
required_ruby_version: !ruby/object:Gem::Requirement
|
130
129
|
requirements:
|
131
|
-
- - "
|
130
|
+
- - ">="
|
132
131
|
- !ruby/object:Gem::Version
|
133
132
|
version: '2.7'
|
134
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
@@ -137,8 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
136
|
- !ruby/object:Gem::Version
|
138
137
|
version: '0'
|
139
138
|
requirements: []
|
140
|
-
rubygems_version: 3.
|
141
|
-
signing_key:
|
139
|
+
rubygems_version: 3.6.9
|
142
140
|
specification_version: 4
|
143
141
|
summary: Realtime MIDI IO with Ruby for OSX
|
144
142
|
test_files: []
|