http_utilities 1.0.1 → 1.0.2

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: b148d1430516c285cb9cf4fc58712acabd0d268c
4
- data.tar.gz: 8a18be0594fca823f8abfe88ac54a194bf9b9602
3
+ metadata.gz: c8fb30e7ce4a8093f1bc2929fc0d94a68e289d40
4
+ data.tar.gz: 19cb1986479a7a2ae1957aec32180ecf98c330ac
5
5
  SHA512:
6
- metadata.gz: 4ee2b56ece9840c4160969ea00f7f79611bbdae4cfe77702bb21c18f726c6d3b6fbb6fd8978ffdfa3bf0b82b28e4accd3c514126ef3ad16b4b3afd5722f7abcc
7
- data.tar.gz: 3541bf3e7c7e79183c14636c5aec50c626494cc20c43c97c4d3451e4ab882881342cb2314bb717bc1be7b409cfb9fa319e4c063f91b9ef829678166c7fb77ad0
6
+ metadata.gz: 4873c9349bbe2196f1f157ef972e16c0f9241b5e2bf9a67c96c4726b8f4a8a5b4194d207d66198886d4dc7af4ac70f44f152086337fbeba525563d221b138615
7
+ data.tar.gz: d2853749c566baf145dfde797ee07c983340d4d83142438bd641cffe3e326ddef73aed208e4d956c46d5f1781b4b34e82e8174a4b9a67ec4c0f5c80c76faf1a0
@@ -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.1"
6
+ s.version = "1.0.2"
7
7
 
8
8
  s.authors = ["Sebastian Johnsson"]
9
9
  s.date = "2012-11-22"
@@ -4,6 +4,7 @@ require 'net/http'
4
4
  require 'uri'
5
5
  require 'cgi'
6
6
  require 'mechanize'
7
+ require 'logger'
7
8
 
8
9
  module HttpUtilities
9
10
  module Http
@@ -1,6 +1,6 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module HttpUtilities
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
 
5
5
  require File.join(File.dirname(__FILE__), 'http_utilities/railtie') if defined?(Rails)
6
6
 
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Johnsson