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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d555b0fb7ccdcb1d5267d705b5f71466c6cc42de639a7f688dfbb2a0be3fea0f
4
- data.tar.gz: 7b3b2d24ead8bd3b7c8eb00cc5e2cfbccb4242744a4d4ee8792c09514909c643
3
+ metadata.gz: '082674e58cc0d1ca47abf42e4ec403110e8eed575412368698f08f8ede8a007b'
4
+ data.tar.gz: 73ab50545c2dff7fb2b1424e347a690a6f6d7dad63e5489568902df5c8ed4d78
5
5
  SHA512:
6
- metadata.gz: 524c49aa51bd05b7ef980b5232bbb0241b2a3ce8e8f56ab4106c20ad5e180048789d1982e3db16b52a83108b8ecaec82493833f713966224d209fc648d6babee
7
- data.tar.gz: a72649dfb1744031c757c8460cc126ee372fba351e124e93c56d6b3529c077369531060b6921ceae3a3b74ef619d8ce22ddc5fa0d3759ef0190aced862f9143b
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
- 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.2.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.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: 2022-01-31 00:00:00.000000000 Z
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: 2.7.0
72
+ version: 3.1.0
74
73
  - - "<"
75
74
  - !ruby/object:Gem::Version
76
- version: '3.2'
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.3.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: []