scrubber-scrubyt 0.4.15 → 0.4.16

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.
@@ -131,10 +131,10 @@ module Scrubyt
131
131
  else
132
132
  parts = proxy.split(':')
133
133
  if (parts.size > 2)
134
- user_pass = parts[0].split('@')
135
- @@proxy_user = user_pass[0]
136
- @@proxy_pass = user_pass[1]
137
- @@host = parts[1]
134
+ user_pass = parts[1].split('@')
135
+ @@proxy_user = parts[0]
136
+ @@proxy_pass = user_pass[0]
137
+ @@host = user_pass[1]
138
138
  @@port = parts[2]
139
139
  else
140
140
  if (parts[0].include?('@'))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrubber-scrubyt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.15
4
+ version: 0.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Szinek