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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa9b05752123df74861b071237f39f990d867e1e
4
- data.tar.gz: a10c676af0d8c4b83f7c44ba2b3a81ec4cf75c87
3
+ metadata.gz: d0272e109d3307d92e61c1cc38a6d81f735dd6da
4
+ data.tar.gz: 4c1ab2cc574e732dc59a8b3d0ac99d2cc1bcbc17
5
5
  SHA512:
6
- metadata.gz: d9b325d1a72f8455b9c28667b372f9077f045953a930e804663041b23c6a0d7ea94d11622c57dae46bf5fa4b6c707cf065332733c1bc48b8167a62cec542e051
7
- data.tar.gz: 0643a2263e3eb391dfc68a81838cfae8f6e01ce34d885ebb7402241df37a82d220960071c8aaedaea40b3481cccf095e106db8a678bdfe2754ad28f601f9ed40
6
+ metadata.gz: ef47f11f11b4e480ad8981dc5832cfc0130d96d895ee0ef29fe8a3723e79af1752dc4b389b47cdbc66081aa81270b75ecd67237bf7caec5f7d8d05bd88258445
7
+ data.tar.gz: 5879a1648809ed698d492666732a1e47119e9b2ebb232f5666de89c1980ef71ce9e7e37394d1690f0992361874713a74de09e4ff594a670dec991659ecc3f348
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in unobtainium.gemspec
3
+ # Specify your gem's dependencies in unobtainium-faraday.gemspec
4
4
  gemspec
5
5
 
6
6
  gem "codeclimate-test-reporter", group: :test, require: nil
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- unobtainium-faraday (0.1.0)
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.3)
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 respond_to?(meth)
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
@@ -9,6 +9,6 @@
9
9
  module Unobtainium
10
10
  module Faraday
11
11
  # The current release version
12
- VERSION = "0.1.0".freeze
12
+ VERSION = "0.1.1".freeze
13
13
  end # module Faraday
14
14
  end # module Unobtainium
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.0
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-04-27 00:00:00.000000000 Z
11
+ date: 2016-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler