dji 0.3.4 → 0.3.5

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: 18de7fa01d13c5d98f38ab7cad4097ee955e5243
4
- data.tar.gz: 3c72542e8ec311a68b3f5225e8b2ea5168be3c5b
3
+ metadata.gz: 43ee59edae5afd5cbc561dba191e2dc1d21ccf86
4
+ data.tar.gz: b5d4b828d7c1e59340fb5b4248f8d6b903176313
5
5
  SHA512:
6
- metadata.gz: 5a0f94f39006cdcf59222e21714c3928372766315968779bdbdcdfe4c0c7f1791b67e8096c097d1a1930ce8fa131db6a29b9e67df50b5678d14180d6f939a13d
7
- data.tar.gz: 69c8a2fcfa9801599e17ff4c24af95a794bb43ca01e7f9b4b3e32f148ffa7d86608d114233588ef6ec300c9f45d400327c81784d5dbec883c41e7737899e78eb
6
+ metadata.gz: 5f55cde0f3d9bc68f691c05e511c0d13811da14082d5a8c37f8ca845d44c02113c631983eec32410f71992e12448bee817c2557c68c8d8c656b7c3b40e2f1c73
7
+ data.tar.gz: fab9057c4ca41e2967ab2ec3c7ba3a07a409743d91c414e31ffd6659c07b9113d3b92e86bb69207065149e6f3c63070f7cf2a604265291b211b75ab49a30ce41
@@ -57,7 +57,7 @@ module DJI
57
57
  data[:shipping_company] = content.at_xpath('div[5]/span').text
58
58
  data[:tracking_number] = content.at_xpath('div[6]/a').text
59
59
 
60
- data[:country] = options[:country] if option[:country].present?
60
+ data[:country] = options[:country] if options[:country].present?
61
61
  data[:dji_username] = options[:dji_username] if options[:dji_username].present?
62
62
 
63
63
  print_tracking_details(data)
@@ -1,3 +1,3 @@
1
1
  module DJI
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Elliott