pdfactory-client 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73371827231fdcbb93c0b9d4df2d57f798bc86a59accfb5ad3cde403e6aa897f
4
- data.tar.gz: 8ecbbcba0c773b6f5a281396408619cc723a1840440edc67a6781adcdb7aa3e5
3
+ metadata.gz: 1911f72eba4492008a187ac70eb7a0e72f41bbec7ea055845ce0ae6a50ff21c8
4
+ data.tar.gz: 053eeb7ecd46415fd1e48b277f7375c8052afbd5ab6e607c6344a59a11140bdc
5
5
  SHA512:
6
- metadata.gz: 52f044f559f0efde19901815c813229ebed2867a37fd08bce5cb64a9d2adab509c7b89d8ad4ba921fe5ff15826692f0d74f6f1ff3cf2629e088862e3e647df9c
7
- data.tar.gz: d27f05d6782e6a3b149f3a4c7c5d22f3ec95c0fcbecd16014e3382aa83d2f7a62790b82ff10932dacedf676d41d5acaabaef1fa6037cb44f4e8b4725fecd5901
6
+ metadata.gz: 1132fc64c01735f40cba4530297b9ab71abe33425aecbe64e24ce90af9cfd3976994079a435bda41fb70f6ebe4f8174739f89d6970df599f555a1de60a733fe6
7
+ data.tar.gz: 7977dfa1e50d552ad28e6566d60754a4d8854b0b9aace70035da392bb4ce56b183d027d13008441f6093a6b664d3dee05b8010f227c99308f3cb25022f13b278
@@ -45,6 +45,7 @@ module PDFactory
45
45
  def connection
46
46
  @connection ||= Faraday.new(@url) do |connection|
47
47
  connection.basic_auth @user, @password
48
+ connection.adapter Faraday.default_adapter
48
49
  end
49
50
  end
50
51
 
@@ -1,3 +1,3 @@
1
1
  module PDFactory
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfactory-client
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
  - Daniel Cruz Horts
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-05 00:00:00.000000000 Z
11
+ date: 2020-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday