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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dec1a47f7c81ec4828fa8695ef09ef83c3586316a07c8cd5e48a652eea5bf842
4
- data.tar.gz: 2559876c550d78febccafb7691dbb85e8c20182d555730f99bc981a9ced2f2f6
3
+ metadata.gz: 4a6c6b1b9c05b016fdf8902efb70494cbec5766faa6f1bb94ee6f206c909ff51
4
+ data.tar.gz: 513063057f23513eadd9c1e86a1f6d5b92b4feab88d20a2c01aee195a47229e2
5
5
  SHA512:
6
- metadata.gz: ce388009c1752c7babe4cdbf77cebda88bf3324d1b20679dc9b6b518592efc5ed379f183b408062afd86d923c7d59c3ed20494bd477cd6c0d00404d670eb151e
7
- data.tar.gz: 9a835d96f3091ac79ff3f401dd26ad470c665ccd55df1a202b32c995422f73b140819443192734461791e9189836710622f4f7a66f65ad4a63e797827d789a6e
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)
@@ -22,5 +22,5 @@ require 'midi-communications-macos/source'
22
22
  require 'midi-communications-macos/destination'
23
23
 
24
24
  module MIDICommunicationsMacOS
25
- VERSION = '0.5.2'.freeze
25
+ VERSION = '0.5.4'.freeze
26
26
  end
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'midi-communications-macos'
3
- s.version = '0.5.2'
4
- s.date = '2021-11-24'
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.2
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: 2021-11-24 00:00:00.000000000 Z
11
+ date: 2023-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi