alsa_aconnect 0.1.4 → 0.1.5

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: 48cadd9935c41a75db82853f50e637dfd5e0298067ccefc4ddeb7cea0f2fcb82
4
- data.tar.gz: 8c44ae568c95780f3e46858af2c6c307c0764ad08267e41286bd539b5113e0ed
3
+ metadata.gz: 84ac01d7f9eeb8a66027d4a2fd4a1dca6a1a588d5b48d90848439807988bcacf
4
+ data.tar.gz: a11d28899f63f3e988a387e5e39b7fc25baaa5739dddace7714c2b84e856cc66
5
5
  SHA512:
6
- metadata.gz: 70c7aa4a8db85947482ba1e2cdacbf8944ce253ea22d4de2323ed3b626cd0c745ac22db1632db22b5b55ef53e7cb02a6cc0461556c95650779c6ffed8bb780e7
7
- data.tar.gz: eb3d5d754599f49bd801313cfce3b1801ae693ce3800d31f90f6fdf6f41dfc9df957f971ae9f0f2554ec992908f125f53dbafe2ebdc1263c8459c751b3c667ec
6
+ metadata.gz: 522f072c237bd407cc93d57931819f313018d5e90314d9976f9c3e25912553c72036aaa91feaaedb106b187bf8a8d6eca3420b95ebdef61238e9810050a887ea
7
+ data.tar.gz: a4c4b2ee21ea125b5f001027a81fc2214244d098298bf6aafc518bed7e3ce22043a7cbc378f59a0624218959ced1353c93a252041b3ffad8098bc58c64ee81ea
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.1.5 (2020-05-16)
6
+ * input ports fix parsing connected to output
7
+
5
8
  ## 0.1.4 (2020-05-16)
6
9
  * fix connect and disconnect
7
10
 
@@ -54,7 +54,7 @@ module ALSA
54
54
  connected_to_port_id = matched_from[2]
55
55
  end
56
56
 
57
- matched_from = output.match(/Connected To: (\d):(\d)\z/)
57
+ matched_from = output.match(/Connecting To: (\d):(\d)\z/)
58
58
  if matched_from
59
59
  connected_to_type = :output
60
60
  connected_to_client_id = matched_from[1]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ALSA
4
4
  module Aconnect
5
- VERSION = '0.1.4'
5
+ VERSION = '0.1.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alsa_aconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Talakevich