midiops 0.3.2 → 0.3.3

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
  SHA1:
3
- metadata.gz: 3087f436e1b2ae62b21dd050f0e7c51c9c7eae6a
4
- data.tar.gz: 8a82100cb9dcf497f766fe8b82debfa7771659a4
3
+ metadata.gz: 0038766fb8c18b31851252ecabfae2b839e14cae
4
+ data.tar.gz: f174c5cc48069d4105c585b3ba5184ab5c159204
5
5
  SHA512:
6
- metadata.gz: 5630e011ae66f2efa9ba7265869c10998ff926bd44473998bd95e39055810e48321d60d4b9135f01751eac583e0220d9679b83d1ef7e100380b83188ff5b871b
7
- data.tar.gz: df383faf818176266d114fd9eec253a1baab01c09406a0dc908775ba3e76786da8fe0d482834762c462567ed36e360817419e4fe39e7d50e210763dfd586fa77
6
+ metadata.gz: 55a15155b287c9ead30763b3a50bb4de3e88cb70eac4103186c255a4bb532cb8c40227b118c69c995bf37563abf63464bc3c6f216ab6decf3cd48bc9b81ba180
7
+ data.tar.gz: 57b2aafc3447bdba57258729a1177f7c616bf7a67a995b3124fb44d81b6b8734acb92903fb2a56a1181eb93d386c28fdd6ad6b11c7f569b53c17bc3e7a25d3d2
@@ -53,7 +53,7 @@ module MIDIOps
53
53
 
54
54
  case status
55
55
  when Status::HAS_HANDLER
56
- defer @handlers.get_by_keys(*@events, event), @handler_args.dup
56
+ defer @handlers.get_by_keys(*@events), @handler_args.dup
57
57
  clear_state
58
58
  when Status::HAS_HANDLER_WITH_ARG
59
59
  @handler_args << event
@@ -1,3 +1,3 @@
1
1
  module MIDIOps
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["s@polamjag.info"]
11
11
 
12
12
  spec.summary = %q{A MIDI Operator.}
13
- spec.description = "MIDIOps is to automate some work with MIDI devices."
13
+ spec.description = "MIDIOps is to automate some works with MIDI events"
14
14
  spec.homepage = "https://github.com/polamjag/midiops"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midiops
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - polamjag
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: MIDIOps is to automate some work with MIDI devices.
97
+ description: MIDIOps is to automate some works with MIDI events
98
98
  email:
99
99
  - s@polamjag.info
100
100
  executables: []