midi-communications-macos 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-macos.rb +1 -1
- data/midi-communications-macos.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a6c6b1b9c05b016fdf8902efb70494cbec5766faa6f1bb94ee6f206c909ff51
|
4
|
+
data.tar.gz: 513063057f23513eadd9c1e86a1f6d5b92b4feab88d20a2c01aee195a47229e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9503c94ce232a8b879857b94f716ff4fdfbfb0bc01ded15dfe1487b823bcf3bffe7b33bdec5977f69d98aea1c1fccd367c1fc64b49bbf22f2b7dac117b8b540
|
7
|
+
data.tar.gz: b9ad7efa082659e47f3b1913f2eac1ae02589f5cb9c347f2b472dcb1d2adb3796de9396b5bd019bf81c604431d5c1d6b4440ddbcd024245e5b2955ddcaea2c43
|
data/README.md
CHANGED
@@ -115,6 +115,6 @@ As explained by **Ari Russo** regarding his library **ffi-coremidi**:
|
|
115
115
|
|
116
116
|
### License
|
117
117
|
|
118
|
-
[MIDI Communicatios MacOS Layer](https://github.com/javier-sy/midi-communications-macos) Copyright (c) 2021 [Javier Sánchez Yeste](https://yeste.studio), licensed under LGPL 3.0 License
|
118
|
+
[MIDI Communicatios MacOS Layer](https://github.com/javier-sy/midi-communications-macos) Copyright (c) 2021-2023 [Javier Sánchez Yeste](https://yeste.studio), licensed under LGPL 3.0 License
|
119
119
|
|
120
120
|
[ffi-coremidi](https://github.com/arirusso/ffi-coremidi) Copyright (c) 2011-2017 [Ari Russo](http://arirusso.com), licensed under Apache License 2.0 (see the file LICENSE.ffi-coremidi)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'midi-communications-macos'
|
3
|
-
s.version = '0.5.
|
4
|
-
s.date = '
|
3
|
+
s.version = '0.5.4'
|
4
|
+
s.date = '2023-10-28'
|
5
5
|
s.summary = 'Realtime MIDI IO with Ruby for OSX'
|
6
6
|
s.description = 'Access the Apple Core MIDI framework API with Ruby.'
|
7
7
|
s.authors = ['Javier Sánchez Yeste']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: midi-communications-macos
|
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: ffi
|