meshtastic 0.0.7 → 0.0.9

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: 3a8d4997b6295e6db8e377b2fd8e11e6746f9a0117eaa88e3336353676b80b3e
4
- data.tar.gz: 69557d5da6afe63f79f5444f30213ff6155a6e483a69f1b2ee3eecd4236e65a7
3
+ metadata.gz: 739c0d8f402e9c41573d99959839818aa16f91ea1e95641156c200822adede0a
4
+ data.tar.gz: 8b969b03475fc7f6995436021ed76038484e1a62ddf5c8aaaf492349d18546f0
5
5
  SHA512:
6
- metadata.gz: 85690ed1065b3d920d7bcf9f20c5f77080a52da770e3a9207c625f5c8dcb78e4730ad5bd37e268a671be442c0c1f58c494d436aebf97599924f832b3989bff3f
7
- data.tar.gz: df7445129cd489596174f585b6714b6cfcf3a25f44d5a418bcef49af86c6be0442fe2396793ff5c8a4bcfd1b2f67062ffb00ad2b5c2aa5e1b3ab6de584c5b129
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.7'
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'
@@ -6,7 +6,8 @@ cat Gemfile | awk '{print $2}' | grep -E "^'.+$" | grep -v -e rubygems.org | whi
6
6
  os=`uname -s`
7
7
  if [[ $os == 'Linux' ]]; then
8
8
  if [[ $this_gem == 'bundler' ]]; then
9
- sed -i "s/^gem '${this_gem}'.*$/gem '${this_gem}', '>=${latest_version}'/g" Gemfile
9
+ # sed -i "s/^gem '${this_gem}'.*$/gem '${this_gem}', '>=${latest_version}'/g" Gemfile
10
+ echo 'SKIPPING bundler mutation in Gemfile.'
10
11
  else
11
12
  sed -i "s/^gem '${this_gem}'.*$/gem '${this_gem}', '${latest_version}'/g" Gemfile
12
13
  fi
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.7
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: []