midi-communications 0.5.2 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb8c368c28111139e07483a138ca2b416813120530457d1505433b40b3205537
4
- data.tar.gz: 6bd99c873634d4668f56252319e927f3e8e6e644d7cf9dfb5da9fd0d086985bb
3
+ metadata.gz: ba421b26f05537d810983b80d4461d3054db1891dddb3acbc0614725348c9d98
4
+ data.tar.gz: f08f2cf066bdba3f083f14203ccca568f297fff71732f513e68f940e3777e4de
5
5
  SHA512:
6
- metadata.gz: b76e8baa3fcaff96c7301724c324d36f9d4f1b82f1cb1102d2f3b64bf430fc43c363a41709aa5f54873de1383dfaea81b3a3b8b6efd20199589ca034ac6a2b07
7
- data.tar.gz: 43046f486ae8776e25c009f090310ee4011b8c92e781eb65bc64d7b6fa3b1130b19c3cbbfdf4d6767c36108094905935d72db6f802ffe85aa35b9b14b6114c44
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)
@@ -17,6 +17,6 @@ require 'midi-communications/loader'
17
17
  require 'midi-communications/output'
18
18
 
19
19
  module MIDICommunications
20
- VERSION = '0.5.2'.freeze
20
+ VERSION = '0.5.4'.freeze
21
21
  Platform.bootstrap
22
22
  end
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'midi-communications'
3
- s.version = '0.5.2'
4
- s.date = '2021-11-19'
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.2'
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.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-19 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: 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.2
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.2
32
+ version: 0.5.4
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: minitest
35
35
  requirement: !ruby/object:Gem::Requirement