meshtastic 0.0.183 → 0.0.184

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meshtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.183
4
+ version: 0.0.184
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -285,6 +285,7 @@ files:
285
285
  - bin/meshtastic_autoinc_version
286
286
  - build_gem.sh
287
287
  - documentation/README.md
288
+ - documentation/admin-backup.md
288
289
  - documentation/admin-channel.md
289
290
  - documentation/admin-config.md
290
291
  - documentation/admin-firmware-hex.md
@@ -325,6 +326,7 @@ files:
325
326
  - git_commit.sh
326
327
  - lib/meshtastic.rb
327
328
  - lib/meshtastic/admin.rb
329
+ - lib/meshtastic/admin/backup.rb
328
330
  - lib/meshtastic/admin/channel.rb
329
331
  - lib/meshtastic/admin/config.rb
330
332
  - lib/meshtastic/admin/firmware.rb
@@ -394,6 +396,7 @@ files:
394
396
  - reinstall_gemset.sh
395
397
  - sig/meshtastic.rbs
396
398
  - spec/conventions_spec.rb
399
+ - spec/lib/meshtastic/admin/backup_spec.rb
397
400
  - spec/lib/meshtastic/admin/channel_spec.rb
398
401
  - spec/lib/meshtastic/admin/config_spec.rb
399
402
  - spec/lib/meshtastic/admin/firmware/ble_spec.rb