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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b97c65596ffe51ec3cce70136403556f2f07ff3d83394eeae8f4ac6e9a11a08
4
- data.tar.gz: cbf1ebc061853dbc198da91d7800d08f59be127fd277eb7fdc9cd5d95de6a89c
3
+ metadata.gz: 739c0d8f402e9c41573d99959839818aa16f91ea1e95641156c200822adede0a
4
+ data.tar.gz: 8b969b03475fc7f6995436021ed76038484e1a62ddf5c8aaaf492349d18546f0
5
5
  SHA512:
6
- metadata.gz: c90cfbdea82faf62b0a5b20bb387e9e36d5d24b16d5c459aac6b6449e3a4b999bce2c3e2bb8b402069d64fd15b478a916536f4224b4190764796ac9ac5e3bbb9
7
- data.tar.gz: c06321e395f7a86891b1045628dc08cd0c17ff86b3a4425fac24ce0b26b12fe01732aeed7512acc56eb44c7771f24a79b34987ebc99f39748310427ae6d995cc
6
+ metadata.gz: 7304faea775b7db48037b34dc10ead001bf13734c6d0f07136fee29b9de3072c815e2c2d2a350b45b772b0f4f891204ef37ab834458e589c4cb51e454dd8bd4f
7
+ data.tar.gz: 491638cebca93b8ac4330a0d98d5f04ba7a34f3ed079546be3b53f0b5a7d278580cd29467e87fc92743cc810292cc5e20bf6493702a59ebd3c608342fde0cbc2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.8'
4
+ VERSION = '0.0.9'
5
5
  end
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 = ['request.pentest@0dayinc.com']
16
- spec.summary = 'Automated Security Testing for CI/CD Pipelines & Beyond'
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.8
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
- - request.pentest@0dayinc.com
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: Automated Security Testing for CI/CD Pipelines & Beyond
301
+ summary: Ruby gem for Meshtastic
302
302
  test_files: []