zuul 0.2.0 → 0.2.1

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.
@@ -97,6 +97,7 @@ module Zuul
97
97
 
98
98
  def parse_access_control_args(*args)
99
99
  args = args[0] if args.is_a?(Array)
100
+ args = {} if args.nil?
100
101
  filter_args = args.select { |k,v| [:except, :only].include?(k) }
101
102
  [:except, :only].each { |k| args.delete(k) }
102
103
  return [args, filter_args]
data/lib/zuul/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Zuul
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuul
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: