http_utilities 1.0.8 → 1.0.9

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: 38a410e539db300c1ab1cc541219cc5cd16625ff
4
- data.tar.gz: 38a0685bae882111764ab6173eca8c8189e989e6
3
+ metadata.gz: 7fc72ad11f9681e6b83cf7fb250c54f08d2577ca
4
+ data.tar.gz: b80e4f7042131ee3ed34b7c4f3f8a55573fd4129
5
5
  SHA512:
6
- metadata.gz: 54cbc87d5e211b8c68d4e1d17672b156870dd841c0246ab9cb60b9d0bf73fc892f97b9da4ed7018babf7520e282c4d8294e0635b210d8e4ba0f9359741493000
7
- data.tar.gz: 4b24392d06ea26f844b97271bd22d0491ec2a1e61ba816461c5dc58748f617685b5502c6b076a9b96375fbc9a68a67d71382e77b5f816de432cbabf58fbe83c7
6
+ metadata.gz: 312477fddb6a7fa95a153a61845eb5827ebc6a361fe309e5d58b5d26219722f0319bcf16bab67a2c4165d8edd921a490320866b346bc1e91a190cedc625e36f4
7
+ data.tar.gz: 93c421cd18f50a23cf26a78c7225c2ed5beb02a9d0ec515fdb93e911c1dbbf4e67e7b5be817cbc6b57d636adc13d6bfe4e434720aa3584fafef725a909f8acaa
@@ -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.8"
6
+ s.version = "1.0.9"
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.8"
3
+ VERSION = "1.0.9"
4
4
 
5
5
  require File.join(File.dirname(__FILE__), 'http_utilities/railtie') if defined?(Rails)
6
6
 
@@ -124,7 +124,6 @@ module HttpUtilities
124
124
  elsif (!form && retries > 0)
125
125
  log(:info, "[HttpUtilities::Http::Mechanize::Client] - Couldn't find page or form with identifier #{form_identifier.inspect}")
126
126
  retries -= 1
127
- reset_agent(options)
128
127
  set_form_and_submit(url_or_page, form_identifier, submit_identifier, fields, options, retries)
129
128
  end
130
129
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Johnsson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-11 00:00:00.000000000 Z
11
+ date: 2014-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri