proxied 0.1.9 → 0.2.0

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
  SHA256:
3
- metadata.gz: 9364d28750f70d3766ec69710a3b08cf5e4caca49f8b9728c9bd2148ebe6f36f
4
- data.tar.gz: 94c11714c6c70589755aaae6c22a74de25a19384cd3f07e8526cc617921e1016
3
+ metadata.gz: 58e69adf50671eb77dac5aab9fbe23f3704243a1f21678082bfb4d92cd1204a9
4
+ data.tar.gz: c10c1245e7fde08ab30b82e109e3c5d977dd0dc80332f48f37910d5c9b30bb23
5
5
  SHA512:
6
- metadata.gz: fd6438d4f354fc75c9d57aacd0f2adc3f2f4eb22203f383fdca58ee2baab1764c3277087ba513bd3f104623b7c64ce10d09a25890b40fc52e11430a4d4b5070c
7
- data.tar.gz: 35b0af5cf6e720cd600d02030328e1a4769e15a5e1960a2329aed1fa7e763471c41cbebc9438f221fc7b7edfcb25d89ad3ec7021a52ff73d8ac1937a1273fdc0
6
+ metadata.gz: de4a55cac54cf4906ad7ff46cc774d2ca0eec7e416227a5e8f091c8faead140741fe5f5defd9a3f7d5ac963430281aca48992953a1e88252f92a3cecf5de885d
7
+ data.tar.gz: 412e1cf5216ffd43e7b48c916331a5798ef139eab8372f7a917298728eb50935d08830b7ffb8abf9929877bed5101b2e65d84bbe6851ccbd93f0cc74c7c30ddf
@@ -1,50 +1,50 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proxied (0.1.8)
4
+ proxied (0.2.0)
5
5
  faraday (>= 0.15.4)
6
6
  net-ssh (>= 5.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.2.2)
12
- actionpack (= 5.2.2)
11
+ actioncable (5.2.3)
12
+ actionpack (= 5.2.3)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.2)
16
- actionpack (= 5.2.2)
17
- actionview (= 5.2.2)
18
- activejob (= 5.2.2)
15
+ actionmailer (5.2.3)
16
+ actionpack (= 5.2.3)
17
+ actionview (= 5.2.3)
18
+ activejob (= 5.2.3)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.2.2)
22
- actionview (= 5.2.2)
23
- activesupport (= 5.2.2)
21
+ actionpack (5.2.3)
22
+ actionview (= 5.2.3)
23
+ activesupport (= 5.2.3)
24
24
  rack (~> 2.0)
25
25
  rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.2)
29
- activesupport (= 5.2.2)
28
+ actionview (5.2.3)
29
+ activesupport (= 5.2.3)
30
30
  builder (~> 3.1)
31
31
  erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.2)
35
- activesupport (= 5.2.2)
34
+ activejob (5.2.3)
35
+ activesupport (= 5.2.3)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.2.2)
38
- activesupport (= 5.2.2)
39
- activerecord (5.2.2)
40
- activemodel (= 5.2.2)
41
- activesupport (= 5.2.2)
37
+ activemodel (5.2.3)
38
+ activesupport (= 5.2.3)
39
+ activerecord (5.2.3)
40
+ activemodel (= 5.2.3)
41
+ activesupport (= 5.2.3)
42
42
  arel (>= 9.0)
43
- activestorage (5.2.2)
44
- actionpack (= 5.2.2)
45
- activerecord (= 5.2.2)
43
+ activestorage (5.2.3)
44
+ actionpack (= 5.2.3)
45
+ activerecord (= 5.2.3)
46
46
  marcel (~> 0.3.1)
47
- activesupport (5.2.2)
47
+ activesupport (5.2.3)
48
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
49
49
  i18n (>= 0.7, < 2)
50
50
  minitest (~> 5.1)
@@ -64,7 +64,7 @@ GEM
64
64
  coderay (1.1.2)
65
65
  coercible (1.0.0)
66
66
  descendants_tracker (~> 0.0.1)
67
- concurrent-ruby (1.1.4)
67
+ concurrent-ruby (1.1.5)
68
68
  crack (0.4.3)
69
69
  safe_yaml (~> 1.0.0)
70
70
  crass (1.0.4)
@@ -80,7 +80,7 @@ GEM
80
80
  railties (>= 3.0.0)
81
81
  globalid (0.4.2)
82
82
  activesupport (>= 4.2.0)
83
- hashdiff (0.3.8)
83
+ hashdiff (0.4.0)
84
84
  i18n (1.6.0)
85
85
  concurrent-ruby (~> 1.0)
86
86
  ice_nine (0.11.2)
@@ -96,50 +96,50 @@ GEM
96
96
  mini_mime (1.0.1)
97
97
  mini_portile2 (2.4.0)
98
98
  minitest (5.11.3)
99
- multipart-post (2.0.0)
100
- net-ssh (5.1.0)
99
+ multipart-post (2.1.1)
100
+ net-ssh (5.2.0)
101
101
  nio4r (2.3.1)
102
- nokogiri (1.10.1)
102
+ nokogiri (1.10.3)
103
103
  mini_portile2 (~> 2.4.0)
104
104
  pry (0.12.2)
105
105
  coderay (~> 1.1.0)
106
106
  method_source (~> 0.9.0)
107
- public_suffix (3.0.3)
108
- rack (2.0.6)
107
+ public_suffix (3.1.1)
108
+ rack (2.0.7)
109
109
  rack-test (1.1.0)
110
110
  rack (>= 1.0, < 3)
111
- rails (5.2.2)
112
- actioncable (= 5.2.2)
113
- actionmailer (= 5.2.2)
114
- actionpack (= 5.2.2)
115
- actionview (= 5.2.2)
116
- activejob (= 5.2.2)
117
- activemodel (= 5.2.2)
118
- activerecord (= 5.2.2)
119
- activestorage (= 5.2.2)
120
- activesupport (= 5.2.2)
111
+ rails (5.2.3)
112
+ actioncable (= 5.2.3)
113
+ actionmailer (= 5.2.3)
114
+ actionpack (= 5.2.3)
115
+ actionview (= 5.2.3)
116
+ activejob (= 5.2.3)
117
+ activemodel (= 5.2.3)
118
+ activerecord (= 5.2.3)
119
+ activestorage (= 5.2.3)
120
+ activesupport (= 5.2.3)
121
121
  bundler (>= 1.3.0)
122
- railties (= 5.2.2)
122
+ railties (= 5.2.3)
123
123
  sprockets-rails (>= 2.0.0)
124
124
  rails-dom-testing (2.0.3)
125
125
  activesupport (>= 4.2.0)
126
126
  nokogiri (>= 1.6)
127
127
  rails-html-sanitizer (1.0.4)
128
128
  loofah (~> 2.2, >= 2.2.2)
129
- railties (5.2.2)
130
- actionpack (= 5.2.2)
131
- activesupport (= 5.2.2)
129
+ railties (5.2.3)
130
+ actionpack (= 5.2.3)
131
+ activesupport (= 5.2.3)
132
132
  method_source
133
133
  rake (>= 0.8.7)
134
134
  thor (>= 0.19.0, < 2.0)
135
135
  rake (12.3.2)
136
136
  rdoc (6.1.1)
137
- rspec-core (3.8.0)
137
+ rspec-core (3.8.2)
138
138
  rspec-support (~> 3.8.0)
139
- rspec-expectations (3.8.2)
139
+ rspec-expectations (3.8.4)
140
140
  diff-lcs (>= 1.2.0, < 2.0)
141
141
  rspec-support (~> 3.8.0)
142
- rspec-mocks (3.8.0)
142
+ rspec-mocks (3.8.1)
143
143
  diff-lcs (>= 1.2.0, < 2.0)
144
144
  rspec-support (~> 3.8.0)
145
145
  rspec-rails (3.8.2)
@@ -150,7 +150,7 @@ GEM
150
150
  rspec-expectations (~> 3.8.0)
151
151
  rspec-mocks (~> 3.8.0)
152
152
  rspec-support (~> 3.8.0)
153
- rspec-support (3.8.0)
153
+ rspec-support (3.8.2)
154
154
  safe_yaml (1.0.5)
155
155
  sprockets (3.7.2)
156
156
  concurrent-ruby (~> 1.0)
@@ -163,19 +163,19 @@ GEM
163
163
  thread_safe (0.3.6)
164
164
  tzinfo (1.2.5)
165
165
  thread_safe (~> 0.1)
166
- vcr (4.0.0)
166
+ vcr (5.0.0)
167
167
  virtus (1.0.5)
168
168
  axiom-types (~> 0.1)
169
169
  coercible (~> 1.0)
170
170
  descendants_tracker (~> 0.0, >= 0.0.3)
171
171
  equalizer (~> 0.0, >= 0.0.9)
172
- webmock (3.5.1)
172
+ webmock (3.6.0)
173
173
  addressable (>= 2.3.6)
174
174
  crack (>= 0.3.2)
175
- hashdiff
176
- websocket-driver (0.7.0)
175
+ hashdiff (>= 0.4.0, < 2.0.0)
176
+ websocket-driver (0.7.1)
177
177
  websocket-extensions (>= 0.1.0)
178
- websocket-extensions (0.1.3)
178
+ websocket-extensions (0.1.4)
179
179
 
180
180
  PLATFORMS
181
181
  ruby
@@ -25,7 +25,7 @@ module Proxied
25
25
  protocol: proxy_item.fetch(:protocol, "http")&.to_s&.strip&.downcase,
26
26
  proxy_type: proxy_item.fetch(:type, :private)&.to_s&.strip,
27
27
  category: proxy_item.fetch(:category, nil)&.to_s&.strip&.downcase,
28
- country: proxy_item.fetch(:country, nil)&.to_s&.strip&.downcase,
28
+ country: proxy_item.fetch(:country, nil)&.to_s&.strip&.upcase,
29
29
  city: proxy_item.fetch(:city, nil)&.to_s&.strip&.downcase,
30
30
  username: proxy_item.fetch(:username, nil)&.to_s&.strip,
31
31
  password: proxy_item.fetch(:password, nil)&.to_s&.strip
@@ -1,3 +1,3 @@
1
1
  module Proxied
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxied
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-11 00:00:00.000000000 Z
11
+ date: 2019-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
298
298
  - !ruby/object:Gem::Version
299
299
  version: '0'
300
300
  requirements: []
301
- rubygems_version: 3.0.1
301
+ rubygems_version: 3.0.3
302
302
  signing_key:
303
303
  specification_version: 4
304
304
  summary: Proxied is a proxy management gem for Ruby/Rails.