dji_mqtt_connect 0.1.25 → 0.1.25.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 641f953b267980d632c395423af50f45b219cc14908f186a5ca43bd6208177f0
|
4
|
+
data.tar.gz: e9eddfd13a0671236148ed29f233dbbb543eba76ab5c1257c4b000c93936890e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73d4491a720405a71d983068ae6f509e5983713a962dfe32fab9d6a8b7ab4740431f3d3806154da7937193440c77835176a0a621ec702188bea59313ea313511
|
7
|
+
data.tar.gz: 67bfb358102f7622252433cb488afc31b080957710ba96aaafae865e0d696c8a7befd2ad22bacfaa2edbf7d50b3e4814bf989a5a4bb4c1cf2a01337734068b95
|
data/Gemfile.lock
CHANGED
@@ -198,7 +198,7 @@ module DjiMqttConnect
|
|
198
198
|
attribute :leaf_nodes, Types::Array do
|
199
199
|
attribute :control_source_index, Types::Integer
|
200
200
|
attribute :sdr_id, Types::Integer
|
201
|
-
attribute :sn, Types::SerialNumber
|
201
|
+
attribute :sn, Types::SerialNumber.optional
|
202
202
|
attribute :valid, Types::Bool
|
203
203
|
end
|
204
204
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dji_mqtt_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.25
|
4
|
+
version: 0.1.25.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sphere Drones
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -284,7 +284,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
284
284
|
- !ruby/object:Gem::Version
|
285
285
|
version: '0'
|
286
286
|
requirements: []
|
287
|
-
rubygems_version: 3.
|
287
|
+
rubygems_version: 3.4.19
|
288
288
|
signing_key:
|
289
289
|
specification_version: 4
|
290
290
|
summary: Manages MQTT Connections with DJI Drones
|