-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow to set blank values ad an adapter
- Loading branch information
Showing
5 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
require 'irb' | ||
|
||
module ProxyFetcher | ||
module Providers | ||
class HTTPTunnel < Base | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ require 'proxy_fetcher/version' | |
Gem::Specification.new do |gem| | ||
gem.name = 'proxy_fetcher' | ||
gem.version = ProxyFetcher.gem_version | ||
gem.date = '2017-11-13' | ||
gem.date = '2017-12-05' | ||
gem.summary = 'Ruby gem for dealing with proxy lists from different providers' | ||
gem.description = 'This gem can help your Ruby application to make HTTP(S) requests ' \ | ||
'from proxy server by fetching and validating proxy lists from the different providers.' | ||
'using proxies by fetching and validating proxy lists from the different providers.' | ||
gem.authors = ['Nikita Bulai'] | ||
gem.email = '[email protected]' | ||
gem.require_paths = ['lib'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters