acpc_table_manager 3.0.12 → 3.0.13

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: f0e45bdd8fff4488222915a4e977067542d335c4
4
- data.tar.gz: '0992f61ada4f67006c53c1653ef371f1d11f6950'
3
+ metadata.gz: e3019d716b6b2e7b2b460c7d6116ff66fff0d900
4
+ data.tar.gz: bd97b8a4c88d08bbef9f2a097e9868fa20fb9aa6
5
5
  SHA512:
6
- metadata.gz: 654139f50b17ec5541c14b977049d47e67aae1caccc55c70297938cae5828eb344efd9d3c54e255242da02953b0047e74575c71b33bc03f5efc0dd6ae5fafd19
7
- data.tar.gz: 3a2ad7ac571d4a9beba6bd6e020023e289f5dda4840e5e305a8bc4e795a1b55637c06c2022786c5856d22c4816db4c4839a7b6b83d3b3cb10888a88ba38fdf1c
6
+ metadata.gz: e087449d3f52909bc0965b8938384e1073222fef34e02ad675f7eda47f360db6c91a2c002fbefdacac7783c5e836c959bb72fccc1b3f0a4d32266cdf9df263aa
7
+ data.tar.gz: 1b208ddf1c6e8e16b28e5d6241f585ae28b0896407d715b35ef9541db3cd6fab89d160d66a0c8223c9041aa77170c15d57b41c8aa957369d1e0cb03c691d9309
@@ -114,8 +114,8 @@ class Match
114
114
 
115
115
  def ports_in_use(matches=all)
116
116
  ports = []
117
- matches.possibly_running.each do |match|
118
- ports += m.port_numbers if match.running?
117
+ matches.possibly_running.each do |m|
118
+ ports += m.port_numbers if m.running?
119
119
  end
120
120
  ports
121
121
  end
@@ -1,3 +1,3 @@
1
1
  module AcpcTableManager
2
- VERSION = "3.0.12"
2
+ VERSION = "3.0.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acpc_table_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.12
4
+ version: 3.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Morrill