fly.io-rails 0.1.15-aarch64-linux → 0.1.16-aarch64-linux

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: b19f550bafa3218fc5fe4243b2a76281c025e5bef1f73eea02b62aa2c6db0a20
4
- data.tar.gz: fae01dcfbfe687e1bd644a2083be66ef90f18952e70ebeb5c5dec7c5b51e99b4
3
+ metadata.gz: 36caae6e234016ba11f478ce07edc4dd58ad3ceaf64043f79572d16dac70c79c
4
+ data.tar.gz: b07f4612fe20bb3bf6c64d4c3611205971bcaf5087239c85828b23b31de47604
5
5
  SHA512:
6
- metadata.gz: 6b4c15dcb0ba438ec5bbdfe0d28da7043d6096e5c0a6f39d822a5a02be22cae434fed20d60b863898a38ad5de1accc1333cfaea48a0dd438cd51ef9cba1a3a4a
7
- data.tar.gz: 24282449189a51b4b921756ba6ebd7dffee19199f7a8f22d2358c05e7dd9781c59ca647e6da309fe89c8288ee8ea6f669b179ba7b365c1f6a4bde698a57fad57
6
+ metadata.gz: e8afd8ae710b130f9f36f48263a41c4772d9dbb1ba69fc8d2d3d5be02407d3452655ad59879c21831d2b4bfe218f2440ba45ad8fca582c0b815a4e3ca3b1ebba
7
+ data.tar.gz: 32d3a3b3f03e604993c76a0af0419b2889cd3ee1d5973d3dcfbc2d8d0da6ef9d129a2a0c771a40cf02dd52b3e2bea543ed5e5946c9b14c58d3938fbeda6eedbe
@@ -174,6 +174,7 @@ module Fly
174
174
  host ||= "http://#{fly_api_hostname}"
175
175
  uri = URI.join(host, path)
176
176
  http = Net::HTTP.new(uri.host, uri.port)
177
+ http.set_debug_output $stderr if ENV['TRACE']
177
178
  http.use_ssl = true if uri.instance_of? URI::HTTPS
178
179
 
179
180
  request = make_request.call(uri.request_uri)
@@ -1,3 +1,3 @@
1
1
  module Fly_io
2
- VERSION = '0.1.15'
2
+ VERSION = '0.1.16'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fly.io-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Sam Ruby