ghuls-lib 2.2.2 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ghuls/lib.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e12f7fcb4e789d30a5bfcf88e663309bf40054a
|
4
|
+
data.tar.gz: 4ded65d2ece25e9c646c5270be2dc73e6ff6e327
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc3126198d7798273abdaed271c30ac4c0e067adf991065e86b47f96ee5266a19fbd998feaef60cb69a504c75f425de12a62528413a5013cc5543d1baf259f65
|
7
|
+
data.tar.gz: 93e79c0bbd2fa45f7e51510363189343ea36a34bc86ff94cb49906f1f6405ae329ab14320e64ad9ea29239313079271742140022a89381f4db59a3a19cf37154
|
data/lib/ghuls/lib.rb
CHANGED
@@ -17,7 +17,7 @@ module GHULS
|
|
17
17
|
gh = Octokit::Client.new(login: user, password: pass) if token.nil?
|
18
18
|
gh = Octokit::Client.new(access_token: token) unless token.nil?
|
19
19
|
stack = Faraday::RackBuilder.new do |builder|
|
20
|
-
builder.use Faraday::HttpCache, shared_cache: false
|
20
|
+
builder.use Faraday::HttpCache, shared_cache: false, serializer: Marshal
|
21
21
|
builder.use Octokit::Response::RaiseError
|
22
22
|
builder.adapter :net_http_persistent
|
23
23
|
end
|