cm-httpclient 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/httpclient.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{httpclient}
5
- s.version = "1.0.4"
5
+ s.version = "1.0.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["pedro gutierrez"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
24
24
  s.require_paths = ["lib"]
25
25
  s.rubyforge_project = %q{cm-httpclient}
26
- s.rubygems_version = %q{1.0.4}
26
+ s.rubygems_version = %q{1.0.5}
27
27
  s.summary = %q{a simple httpclient}
28
28
  s.add_dependency( %q<json>, [">= 1.1.6"])
29
29
 
@@ -26,7 +26,6 @@ class Hash
26
26
  # as instance methods
27
27
  def method_missing( name, *args )
28
28
  return self[name.to_s] if self[name.to_s]
29
- super( name, *args )
30
29
  end
31
30
 
32
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cm-httpclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - pedro gutierrez