rabid 0.1.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d555b0fb7ccdcb1d5267d705b5f71466c6cc42de639a7f688dfbb2a0be3fea0f
4
- data.tar.gz: 7b3b2d24ead8bd3b7c8eb00cc5e2cfbccb4242744a4d4ee8792c09514909c643
3
+ metadata.gz: 796db7035580fa385d6fc0a9a001ca9f2362df03bd3fc30ecef3a9aa088e7bc1
4
+ data.tar.gz: 8cd49f1941b0e43675a9dd69e6fcc0f2234e029237dfd83939be69c45912ea56
5
5
  SHA512:
6
- metadata.gz: 524c49aa51bd05b7ef980b5232bbb0241b2a3ce8e8f56ab4106c20ad5e180048789d1982e3db16b52a83108b8ecaec82493833f713966224d209fc648d6babee
7
- data.tar.gz: a72649dfb1744031c757c8460cc126ee372fba351e124e93c56d6b3529c077369531060b6921ceae3a3b74ef619d8ce22ddc5fa0d3759ef0190aced862f9143b
6
+ metadata.gz: b81ca79bf08be5000c2fd5ad64e062e6285270596899277fae6c280ec032213a933b095769746cbe2a973610dbc3e697cd254911963d851dba08d74e387616d9
7
+ data.tar.gz: ff577c0219b9ffb1a33128b1501812526247723845f642968ec046dca841f8f9b95653598e275e09b33031085ee5f4585ca7152273596274abe8015ad93c68a2
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2020-2020 Alexandre ZANNI
3
+ Copyright (c) 2020-2026 Alexandre ZANNI
4
4
  Copyright (c) 2019-2020 Alexandre ZANNI at Orange Cyberdefense
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
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
- pp args if args['--debug']
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>'])
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Version
4
- VERSION = '0.1.0'
4
+ VERSION = '0.3.0'
5
5
  end
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.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-01-31 00:00:00.000000000 Z
10
+ date: 1980-01-02 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: 2.7.0
72
+ version: 3.2.0
74
73
  - - "<"
75
74
  - !ruby/object:Gem::Version
76
- version: '3.2'
75
+ version: '5.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.3.3
84
- signing_key:
82
+ rubygems_version: 4.0.3
85
83
  specification_version: 4
86
84
  summary: RApid Big IP Decoder
87
85
  test_files: []