dji_mqtt_connect 0.1.12 → 0.1.12.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23d05154788cc817a44ef2f2a275aaafe5f74b5b4ddaee53e428cc8a337bc949
4
- data.tar.gz: 883c60b3a65b16b203d75eebdf68e7883a2e720aaba767be12f95b00a8b32b1a
3
+ metadata.gz: 2b9a7cb30f8a2cdf1f9b5d0648f1bd1175905abb81d1ab7730216d703a7e3224
4
+ data.tar.gz: '0338037ac0061b0885333b5664b80e4ad6c901d832e9fb24a8879c385553207c'
5
5
  SHA512:
6
- metadata.gz: 95344951cae7502cd594263fe73bfffa600cdf695525a65d82e88380843d5997b9b6d08d069893a25519a39d0da33739cd84bce1ee399e2ecb00b9b056dbc8a8
7
- data.tar.gz: e25271e968797ca94f94a07366e86c14c21de6ad6df480fc4a500d8027c2aeab7b6540ec6a28ab864234c29c71f1dea3ae823cdb05786fccf7c0612b1da7058e
6
+ metadata.gz: e15ece0befefe9c5d60946d51083813f94cba248d6704f6dbb495cc634d5c1c514fe5670e3c9be4bc1fdfd8ad5c51ab5b39d0cf399e7c502ce496849e6bc8b5f
7
+ data.tar.gz: 8d659ae8e15bfd49da81adfde6837ac6ca2028d69a2860c6f25834f3c3b443112b73b7f81a752a3adbfdc5f6617d390c779f7292503cc9d20487706628d5a82d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dji_mqtt_connect (0.1.12)
4
+ dji_mqtt_connect (0.1.12.1)
5
5
  activesupport (>= 6.0, <= 8)
6
6
  dry-struct (~> 1.6)
7
7
  dry-transformer (~> 1.0)
@@ -57,7 +57,7 @@ module DjiMqttConnect
57
57
  fingerprint: "4f65b891f3bc09bdb6d4c36a996b532d",
58
58
  progress: {
59
59
  current_step: 19,
60
- prgress: 100,
60
+ progress: 100,
61
61
  finish_time: 1655781395926,
62
62
  upload_rate: 0,
63
63
  result: 0,
@@ -73,7 +73,7 @@ module DjiMqttConnect
73
73
  progress: {
74
74
  current_step: 19,
75
75
  total_step: 30,
76
- prgress: 100,
76
+ progress: 100,
77
77
  finish_time: 1655781395926,
78
78
  upload_rate: 0,
79
79
  result: 0,
@@ -19,15 +19,15 @@ module DjiMqttConnect
19
19
  attribute :size, Types::Integer
20
20
  attribute :device_sn, Types::String
21
21
  attribute :key, Types::String
22
- attribute :fingerprint, Types::String
22
+ attribute? :fingerprint, Types::String
23
23
 
24
24
  attribute :progress do
25
25
  attribute :current_step, Types::Integer
26
26
  attribute? :total_step, Types::Integer
27
- attribute :prgress, Types::Integer
28
- attribute :finish_time, Types::Timestamp
27
+ attribute :progress, Types::Integer
28
+ attribute? :finish_time, Types::Timestamp
29
29
  attribute :upload_rate, Types::Integer
30
- attribute :result, Types::Integer
30
+ attribute? :result, Types::Integer
31
31
  attribute :status, Types::String
32
32
  end
33
33
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DjiMqttConnect
4
- VERSION = "0.1.12"
4
+ VERSION = "0.1.12.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dji_mqtt_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sphere Drones