ronin 2.0.0.beta3 → 2.0.0.beta4

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.
@@ -52,6 +52,9 @@ Unescapes each escaped character from a variety of encodings.
52
52
  `-P`, `--powershell`
53
53
  Unescapes the data as a PowerShell String.
54
54
 
55
+ `-Q`, `--quoted-printable`
56
+ Unescapes the data as Quoted Printable.
57
+
55
58
  `-R`, `--ruby`
56
59
  Unescapes the data as a Ruby String.
57
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta3
4
+ version: 2.0.0.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-11 00:00:00.000000000 Z
11
+ date: 2023-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open_namespace
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 1.0.0.beta2
145
+ version: 1.0.0.beta3
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 1.0.0.beta2
152
+ version: 1.0.0.beta3
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: ronin-code-asm
155
155
  requirement: !ruby/object:Gem::Requirement
@@ -397,6 +397,7 @@ files:
397
397
  - lib/ronin/cli/pattern_options.rb
398
398
  - lib/ronin/cli/printing/http.rb
399
399
  - lib/ronin/cli/printing/syntax_highlighting.rb
400
+ - lib/ronin/cli/ruby_shell.rb
400
401
  - lib/ronin/cli/string_methods_command.rb
401
402
  - lib/ronin/cli/string_processor_command.rb
402
403
  - lib/ronin/cli/typo_options.rb