bzproxies 0.1.9 → 0.1.10

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.
@@ -35,16 +35,15 @@ module Proxies
35
35
  end
36
36
 
37
37
  def initialize *args
38
- __setobj__(args.first)
39
38
  @proxies = []
40
39
  if (args.last.kind_of?(::Hash) && (args.length > 1))
41
40
  @proxies << args.last[:proxy] << args.last[:proxies]
42
41
  @options = args.last[:options]
43
42
  args.pop if (args.last.keys - [:proxy, :proxies, :options]).empty?
44
43
  end
45
-
46
44
  @proxies.flatten!
47
45
  @proxies.compact!
46
+ __setobj__(args.first)
48
47
  end
49
48
 
50
49
  def __getobj__
@@ -1,3 +1,3 @@
1
1
  module Bzproxies
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bzproxies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: