rabbit_swift 0.0.5 → 0.0.6

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
  SHA1:
3
- metadata.gz: f4a9f95b3ea30824c00c5c7e609f1b82b730a644
4
- data.tar.gz: 9c89bb7ecf80b46ffda4b2eae281cd4a23671ee9
3
+ metadata.gz: be6ee45a7bafbeeb69c150f174fb785461b7baeb
4
+ data.tar.gz: 3588df2435e2620c45d03802f76dc7fbb1deadea
5
5
  SHA512:
6
- metadata.gz: 7a974dae91e03855c19c77be3143b53a4e314d23c56907e606381b83a49b69ad7d35d9f97c4a986eac4f002cd994665b537901403a1fe95bc48c0cd82569bf11
7
- data.tar.gz: dfd2bb561b40cc71b82665db6f13e3fc8eaba3078eb95f7c6d7efdfabfd66f407030d015423d14c010c0ffc1b372794fde20bd1c317c4570c2e6b649d6924d45
6
+ metadata.gz: e5d41a8ae99fa789e049e7d323d0a7fc35aa7cba95a427f7d9dbdc2fdab2811e797672157814d80cef4840019d9481babdd00ead972fd9934884324bd77dbb4f
7
+ data.tar.gz: c891f5ce2d088702508473b130b71030ca6388a36a7e4e1439e62de01dfb60c75ce8a29e9eb84f77592d42d115addf5bb2a4d6622b120da3149b09e0cd6d403d
@@ -41,7 +41,7 @@ module RabbitSwift
41
41
  file_path = path_name_obj.expand_path.to_s
42
42
 
43
43
  http_client = HTTPClient.new
44
- http_client.send_timeout = @send_timeout if(!@send_timeout)
44
+ http_client.send_timeout = @send_timeout unless(@send_timeout.nil?)
45
45
 
46
46
  target_url = add_filename_to_url(end_point, file_path)
47
47
 
@@ -1,3 +1,3 @@
1
1
  module RabbitSwift
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbit_swift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - AKB428