rabid 0.1.0 → 0.2.0
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/bin/rabid +1 -2
- data/lib/bigipcookie/version.rb +1 -1
- metadata +6 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '082674e58cc0d1ca47abf42e4ec403110e8eed575412368698f08f8ede8a007b'
|
4
|
+
data.tar.gz: 73ab50545c2dff7fb2b1424e347a690a6f6d7dad63e5489568902df5c8ed4d78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c31b21ae75ca7c8218c603a672bac786486db372441b7ed15822f08f16d337b27d1cf218d430262a56192d699ed25f56da28d4eed44dbb233259fe0f6894883
|
7
|
+
data.tar.gz: ad6bb2450dd50e0204768316dd5b5ccf73b27960a9f36fd3c2ad9b3074b33f62799d04045ea25deba5b7cd817955f94ff765f5328d240928af505560a91111f3
|
data/bin/rabid
CHANGED
@@ -2,7 +2,6 @@
|
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
# Ruby internal
|
5
|
-
require 'pp'
|
6
5
|
# Project internal
|
7
6
|
require 'bigipcookie'
|
8
7
|
# External
|
@@ -36,7 +35,7 @@ DOCOPT
|
|
36
35
|
begin
|
37
36
|
args = Docopt.docopt(doc, version: BigIPCookie::VERSION)
|
38
37
|
Paint.mode = 0 if args['--no-color']
|
39
|
-
|
38
|
+
puts args if args['--debug']
|
40
39
|
# use case 1, using the tool
|
41
40
|
if args['<raw_cookie>']
|
42
41
|
bip = BigIPCookie::Decode.new(args['<raw_cookie>'])
|
data/lib/bigipcookie/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre ZANNI
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: docopt
|
@@ -61,8 +60,8 @@ metadata:
|
|
61
60
|
documentation_uri: https://noraj.github.io/rabid/
|
62
61
|
homepage_uri: https://noraj.github.io/rabid/
|
63
62
|
source_code_uri: https://github.com/noraj/rabid/
|
63
|
+
funding_uri: https://github.com/sponsors/noraj
|
64
64
|
rubygems_mfa_required: 'true'
|
65
|
-
post_install_message:
|
66
65
|
rdoc_options: []
|
67
66
|
require_paths:
|
68
67
|
- lib
|
@@ -70,18 +69,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
69
|
requirements:
|
71
70
|
- - ">="
|
72
71
|
- !ruby/object:Gem::Version
|
73
|
-
version:
|
72
|
+
version: 3.1.0
|
74
73
|
- - "<"
|
75
74
|
- !ruby/object:Gem::Version
|
76
|
-
version: '
|
75
|
+
version: '4.0'
|
77
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
78
77
|
requirements:
|
79
78
|
- - ">="
|
80
79
|
- !ruby/object:Gem::Version
|
81
80
|
version: '0'
|
82
81
|
requirements: []
|
83
|
-
rubygems_version: 3.
|
84
|
-
signing_key:
|
82
|
+
rubygems_version: 3.6.2
|
85
83
|
specification_version: 4
|
86
84
|
summary: RApid Big IP Decoder
|
87
85
|
test_files: []
|