asbestos 0.0.7 → 0.0.8

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
  SHA1:
3
- metadata.gz: 43dd0b778abaf534c8adadc8eb00657dbc5d1786
4
- data.tar.gz: f111604ead415823dedf3829c41d55d07d0e3110
3
+ metadata.gz: 571cf2f8abf314ba4b0cf9a361445704f240e24a
4
+ data.tar.gz: 712172ad55cee90f38f8c3a0812eac1a2c1fc1cc
5
5
  SHA512:
6
- metadata.gz: a98e7d3a9a58a4e1f93d303aa9b6df428c2a2d01096bcfe6cc28995b482cf0165859b31a2c086dd46109b3330dd0bf5783f92ccd6bd3a38e49d6815c47687a21
7
- data.tar.gz: b3d938e0eff968d1d48651d6683b559c1b501c7c68161a8951c8f53bf0c8c2a62e64ef81e201638e1e7837fc6412ae67361a6a460a9bb14f2de380315925294f
6
+ metadata.gz: ba6f0e0f8d7a74d5d20328280387b8bdac7c00227c4cd7981ab10b468a7e5eedf3f8040df507d94ddf7b993d1acc8ddf4bc5593aff12dd2f406a25401eacad9c
7
+ data.tar.gz: 137101fe09cb3023973a11e628956e53e7acb03e38cbc31a6fd6f70475c95df0170fcca99b5068179609f320cfe50e63ed445d38695ff23cb6e0d9536fff57d5
@@ -1,4 +1,4 @@
1
1
  module Asbestos
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  HOMEPAGE = "http://www.github.com/koudelka/asbestos"
4
4
  end
@@ -10,7 +10,7 @@ rule_set :accept_from_self do
10
10
 
11
11
  # Accept anything from the interface to itself.
12
12
  iface_addresses = \
13
- if !generating_rules_for_current_host?
13
+ if generating_rules_for_current_host?
14
14
  # TODO: replace this with #collect#to_h in ruby 2.x
15
15
  Hash.new.tap do |hash|
16
16
  Asbestos.interfaces.each do |interface, addresses|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asbestos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Shapiro