http_utilities 1.0.7 → 1.0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1c0b02b5b8356187e86ff1e3f45e5899247ee4c
4
- data.tar.gz: 124fb89e7a57864d5ec402838bd41002e8fe3470
3
+ metadata.gz: 4c0025401d498f1560c95a9b1a7ea6c8a957397a
4
+ data.tar.gz: 046932ca319b423099a8a443cd66b3487ab95cfa
5
5
  SHA512:
6
- metadata.gz: e26b5382bedec9b718580c74e5f74a7c3ab9f6ee7a25c4724f9e19a2953ba8a0062462dcee452f833673a8eda2af18d2a20ac9abb31f9b7d86be2198d52b31d0
7
- data.tar.gz: 2b6fe44dc2398763d0de8c107755ce24344fda557ec3a88080934fda0d141445440e60b4658a9fdf1cc5807007d6385a076722f9faad43119aad8acf55ff8a50
6
+ metadata.gz: 7acce4180791ac4501599cd4c15f428e8e2525967740875d63f94fd904721dedc6dc537928f13dd44aaa9f791a50dbfc5bceb1d9524501614b7d4649c47538d2
7
+ data.tar.gz: 5c6c82a1551caea4345237e83c9287c68bcfd0f444cd3d2728af7e8e8062b69903678b071e3390a69d968759e2dbf3dac852b7ef2e4aabef85018da766dcedad
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
4
4
 
5
5
  s.name = "http_utilities"
6
- s.version = "1.0.7"
6
+ s.version = "1.0.7.1"
7
7
 
8
8
  s.authors = ["Sebastian Johnsson"]
9
9
  s.description = "Wrapper for common Http Libraries (Net:HTTP/Open URI/Curl)"
@@ -1,6 +1,6 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module HttpUtilities
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.7.1"
4
4
 
5
5
  require File.join(File.dirname(__FILE__), 'http_utilities/railtie') if defined?(Rails)
6
6
 
@@ -68,9 +68,6 @@ module HttpUtilities
68
68
  client.write("#{test_query}\r\n")
69
69
  response = client.read
70
70
 
71
- puts "SOCKS RESPONSE:\n"
72
- puts response
73
-
74
71
  valid_proxy = (response && response.present?)
75
72
 
76
73
  rescue StandardError => e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Johnsson