Skip to content

Commit

Permalink
Bump to version 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegx committed Jul 26, 2017
1 parent c1926c5 commit 2c0750b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/macker/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ def initialize
# Can be a string, pathname or proc
cache: File.expand_path(File.dirname(__FILE__) + '/../../data/oui_*.txt'),
# Expiration can be checked manually
auto_expiration: true
auto_expire: true,
# Stale can be checked manually
auto_stale: true
)
end

Expand Down

0 comments on commit 2c0750b

Please sign in to comment.