gibbon 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of gibbon might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0639262cf049f3539150517ac94debb49d959f5
4
- data.tar.gz: cce871c66805b8746dfd37df80164f6c2e77813f
3
+ metadata.gz: 55295daafb9072ba25727a6fa43bb289b1520637
4
+ data.tar.gz: 5069e4ef0ff8bade48ea1f91135bdb5d2af3f300
5
5
  SHA512:
6
- metadata.gz: 25e68e96de157c2a5b34bff6e0222c02ef2752114533bba3f98c9248b20fea9516f82dd2dabcee4601b74154781c69b180808899cfb47923baf2215c865422c2
7
- data.tar.gz: ab56e1adbd864afb3ea3f84d6244cfb338e84330ddb705b9c6dd40cf5d7a85b11ace78b94ca5edd8df52ac46d37ad01dc734e2b8b494f48bfb97853156a3fb17
6
+ metadata.gz: 31ca487a754ed85b697044b6afb90e0dfe3abaef40e5b47d42fe1911394cd8860fe130a3959a85bc6ceab74508c92016b3bc85d66fed4b8f7a3247689933f447
7
+ data.tar.gz: c9edcadea9657642684289bd06a9ef5dd68e60553fdc5731f399226e477a7b373348f0d86eb0d050bcf5e9b62852540a667f5054fc9f5edcc31242bfdc3cc106
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased][unreleased]
2
2
 
3
+ ## [2.1.2] - 2015-11-05
4
+ - Allow Faraday default\_connection\_options to be set
5
+
3
6
  ## [2.1.1] - 2015-11-05
4
7
  - Fix surfacing unparseable Faraday request exception.
5
8
 
@@ -124,7 +124,7 @@ module Gibbon
124
124
  end
125
125
 
126
126
  def rest_client
127
- client = Faraday.new(url: self.api_url) do |faraday|
127
+ client = Faraday.new(self.api_url) do |faraday|
128
128
  faraday.response :raise_error
129
129
  faraday.adapter Faraday.default_adapter
130
130
  end
@@ -1,3 +1,3 @@
1
1
  module Gibbon
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gibbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amro Mousa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-05 00:00:00.000000000 Z
11
+ date: 2015-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday