unobtainium-faraday 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/lib/unobtainium-faraday/driver.rb +2 -2
- data/lib/unobtainium-faraday/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0272e109d3307d92e61c1cc38a6d81f735dd6da
|
4
|
+
data.tar.gz: 4c1ab2cc574e732dc59a8b3d0ac99d2cc1bcbc17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef47f11f11b4e480ad8981dc5832cfc0130d96d895ee0ef29fe8a3723e79af1752dc4b389b47cdbc66081aa81270b75ecd67237bf7caec5f7d8d05bd88258445
|
7
|
+
data.tar.gz: 5879a1648809ed698d492666732a1e47119e9b2ebb232f5666de89c1980ef71ce9e7e37394d1690f0992361874713a74de09e4ff594a670dec991659ecc3f348
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
unobtainium-faraday (0.1.
|
4
|
+
unobtainium-faraday (0.1.1)
|
5
5
|
unobtainium (~> 0.3, >= 0.3.5)
|
6
6
|
|
7
7
|
GEM
|
@@ -52,7 +52,7 @@ GEM
|
|
52
52
|
simplecov-html (~> 0.10.0)
|
53
53
|
simplecov-html (0.10.0)
|
54
54
|
sys-proctable (1.0.0)
|
55
|
-
unicode-display_width (1.0.
|
55
|
+
unicode-display_width (1.0.5)
|
56
56
|
unobtainium (0.3.5)
|
57
57
|
sys-proctable (~> 1.0)
|
58
58
|
yard (0.8.7.6)
|
@@ -139,8 +139,8 @@ module Unobtainium
|
|
139
139
|
|
140
140
|
##
|
141
141
|
# Map any missing method to nokogiri
|
142
|
-
def
|
143
|
-
if not @conn.nil? and @conn.respond_to?(meth)
|
142
|
+
def respond_to_missing?(meth, include_private = false)
|
143
|
+
if not @conn.nil? and @conn.respond_to?(meth, include_private)
|
144
144
|
return true
|
145
145
|
end
|
146
146
|
return super
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: unobtainium-faraday
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jens Finkhaeuser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|