midi-communications 0.5.2 → 0.5.4
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/README.md +1 -1
- data/lib/midi-communications.rb +1 -1
- data/midi-communications.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba421b26f05537d810983b80d4461d3054db1891dddb3acbc0614725348c9d98
|
|
4
|
+
data.tar.gz: f08f2cf066bdba3f083f14203ccca568f297fff71732f513e68f940e3777e4de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1187402c52d1067d6730160f626f7c43bb5f109aa68b4c3bb10ce1928e89ec25b2010a2584f15ef3b29fdb3ace8665571057591b8f6e01f369f82c6d762afa2a
|
|
7
|
+
data.tar.gz: 4c6da7c9361d55e15efe8c934287e846933323f8722e93137134f17354204de85e61e0064041a27c4983786dd7eb5259ca6de178755819031503464068e994a5
|
data/README.md
CHANGED
|
@@ -144,6 +144,6 @@ Thanks to [Ari Russo](http://github.com/arirusso) for his ruby library [unimidi]
|
|
|
144
144
|
|
|
145
145
|
### License
|
|
146
146
|
|
|
147
|
-
[MIDI Communications](https://github.com/javier-sy/midi-communications) Copyright (c) 2021 [Javier Sánchez Yeste](https://yeste.studio), licensed under LGPL 3.0 License
|
|
147
|
+
[MIDI Communications](https://github.com/javier-sy/midi-communications) Copyright (c) 2021-2023 [Javier Sánchez Yeste](https://yeste.studio), licensed under LGPL 3.0 License
|
|
148
148
|
|
|
149
149
|
[unimidi](https://github.com/arirusso/unimidi) Copyright (c) 2010-2017 [Ari Russo](http://arirusso.com), licensed under Apache License 2.0 (see the file LICENSE.unimidi)
|
data/lib/midi-communications.rb
CHANGED
data/midi-communications.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'midi-communications'
|
|
3
|
-
s.version = '0.5.
|
|
4
|
-
s.date = '
|
|
3
|
+
s.version = '0.5.4'
|
|
4
|
+
s.date = '2023-10-28'
|
|
5
5
|
s.summary = 'Platform independent realtime MIDI input and output for Ruby'
|
|
6
6
|
s.description = 'Access MIDI devices for MacOS, Linux (wip), Windows (wip) and JRuby (wip).'
|
|
7
7
|
s.authors = ['Javier Sánchez Yeste']
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
# "changelog_uri" => ""
|
|
21
21
|
#}
|
|
22
22
|
|
|
23
|
-
s.add_runtime_dependency 'midi-communications-macos', '~> 0.5', '>= 0.5.
|
|
23
|
+
s.add_runtime_dependency 'midi-communications-macos', '~> 0.5', '>= 0.5.4'
|
|
24
24
|
# s.add_runtime_dependency 'alsa-rawmidi', '~> 0.3', '>= 0.3.1'
|
|
25
25
|
# s.add_runtime_dependency 'midi-jruby', '~> 0.1', '>= 0.1.4'
|
|
26
26
|
# s.add_runtime_dependency 'midi-winmm', '~> 0.1', '>= 0.1.10'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: midi-communications
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Javier Sánchez Yeste
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: midi-communications-macos
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '0.5'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.5.
|
|
22
|
+
version: 0.5.4
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '0.5'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.5.
|
|
32
|
+
version: 0.5.4
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: minitest
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|