meshtastic 0.0.8 → 0.0.9
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 +4 -4
- data/lib/meshtastic/version.rb +1 -1
- data/meshtastic.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 739c0d8f402e9c41573d99959839818aa16f91ea1e95641156c200822adede0a
|
|
4
|
+
data.tar.gz: 8b969b03475fc7f6995436021ed76038484e1a62ddf5c8aaaf492349d18546f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7304faea775b7db48037b34dc10ead001bf13734c6d0f07136fee29b9de3072c815e2c2d2a350b45b772b0f4f891204ef37ab834458e589c4cb51e454dd8bd4f
|
|
7
|
+
data.tar.gz: 491638cebca93b8ac4330a0d98d5f04ba7a34f3ed079546be3b53f0b5a7d278580cd29467e87fc92743cc810292cc5e20bf6493702a59ebd3c608342fde0cbc2
|
data/lib/meshtastic/version.rb
CHANGED
data/meshtastic.gemspec
CHANGED
|
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.name = 'meshtastic'
|
|
13
13
|
spec.version = Meshtastic::VERSION
|
|
14
14
|
spec.authors = ['0day Inc.']
|
|
15
|
-
spec.email = ['
|
|
16
|
-
spec.summary = '
|
|
15
|
+
spec.email = ['support@0dayinc.com']
|
|
16
|
+
spec.summary = 'Ruby gem for Meshtastic'
|
|
17
17
|
spec.description = 'https://github.com/0dayinc/meshtastic/README.md'
|
|
18
18
|
spec.homepage = 'https://github.com/0dayinc/meshtastic'
|
|
19
19
|
spec.license = 'MIT'
|
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.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
@@ -194,7 +194,7 @@ dependencies:
|
|
|
194
194
|
version: 1.11.3.9
|
|
195
195
|
description: https://github.com/0dayinc/meshtastic/README.md
|
|
196
196
|
email:
|
|
197
|
-
-
|
|
197
|
+
- support@0dayinc.com
|
|
198
198
|
executables:
|
|
199
199
|
- console
|
|
200
200
|
- meshtastic_autoinc_version
|
|
@@ -298,5 +298,5 @@ requirements: []
|
|
|
298
298
|
rubygems_version: 3.5.9
|
|
299
299
|
signing_key:
|
|
300
300
|
specification_version: 4
|
|
301
|
-
summary:
|
|
301
|
+
summary: Ruby gem for Meshtastic
|
|
302
302
|
test_files: []
|