hanifx 0.1.1 → 0.1.3
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/LICENSE +26 -0
- data/README.md +23 -0
- metadata +15 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac2246704a264fd2b846653563c0995e021da6979e0598a278ab7459e3836a51
|
|
4
|
+
data.tar.gz: 5eafe971aa8e19ce4575cabf2d7ad340fdd6b463998b91096eefd33312d773fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a10cbfc882057f9596663c52292f84b3baba8cd365fc0bacf405bb916ab17c86962e2896a79a2f40324abdf460127488a3afdb7fd4bd047081f423a03eb258e5
|
|
7
|
+
data.tar.gz: d116e2be3a87557c2891434eade3100fa407e1aad5d175618abe51986359b80876f860e3af7b6cc11e1da0e15882ebcf1f1496cf69e64cbcb5dce13e48a50f0a
|
data/LICENSE
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
## 2️⃣ `LICENSE` (MIT)
|
|
4
|
+
|
|
5
|
+
```text
|
|
6
|
+
MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2025 Hanif
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in
|
|
18
|
+
all copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
26
|
+
THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Hanifx
|
|
2
|
+
|
|
3
|
+
> **Ultimate Ruby Encoding Module** – Encode any text or file irreversibly, with script safety checks, user-friendly options, and Termux/SDCard support.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Features
|
|
8
|
+
|
|
9
|
+
- Encode **text** and **files** irreversibly
|
|
10
|
+
- Fully **interactive terminal script**
|
|
11
|
+
- Manual module imports
|
|
12
|
+
- **User-defined output path** for files
|
|
13
|
+
- **Overwrite control** and warning messages
|
|
14
|
+
- **Script safety check** for dangerous commands
|
|
15
|
+
- Compatible with **Termux / Linux / macOS**
|
|
16
|
+
- **Colorful & professional terminal output**
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## Installation
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
gem install hanifx
|
metadata
CHANGED
|
@@ -1,27 +1,34 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hanifx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hanif
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-09-
|
|
10
|
+
date: 2025-09-20 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
|
-
description:
|
|
13
|
-
|
|
12
|
+
description: |
|
|
13
|
+
Hanifx is a professional Ruby gem that allows you to encode text and files irreversibly.
|
|
14
|
+
It includes script safety checks, manual module import options, user-defined output paths,
|
|
15
|
+
overwrite controls, and colorful terminal output. Compatible with Termux, Linux, and macOS.
|
|
14
16
|
email:
|
|
15
17
|
- sajim4653@gmail.com
|
|
16
18
|
executables: []
|
|
17
19
|
extensions: []
|
|
18
20
|
extra_rdoc_files: []
|
|
19
21
|
files:
|
|
22
|
+
- LICENSE
|
|
23
|
+
- README.md
|
|
20
24
|
- lib/hanifx.rb
|
|
21
|
-
homepage: https://github.
|
|
25
|
+
homepage: https://hanifx-540.github.io/hanifx-web
|
|
22
26
|
licenses:
|
|
23
27
|
- MIT
|
|
24
|
-
metadata:
|
|
28
|
+
metadata:
|
|
29
|
+
homepage_uri: https://hanifx-540.github.io/hanifx-web
|
|
30
|
+
source_code_uri: https://hanifx-540.github.io/hanifx-web
|
|
31
|
+
changelog_uri: https://hanifx-540.github.io/hanifx-web/CHANGELOG.md
|
|
25
32
|
rdoc_options: []
|
|
26
33
|
require_paths:
|
|
27
34
|
- lib
|
|
@@ -29,7 +36,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
29
36
|
requirements:
|
|
30
37
|
- - ">="
|
|
31
38
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '0'
|
|
39
|
+
version: '3.0'
|
|
33
40
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
34
41
|
requirements:
|
|
35
42
|
- - ">="
|
|
@@ -38,5 +45,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
38
45
|
requirements: []
|
|
39
46
|
rubygems_version: 3.6.2
|
|
40
47
|
specification_version: 4
|
|
41
|
-
summary:
|
|
48
|
+
summary: Ultimate Ruby Encoding Module - Encode text and files irreversibly
|
|
42
49
|
test_files: []
|