tutus 0.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +1 -0
  3. data/lib/tutus.rb +3 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 683b4d2bdf39786c346ca94f38e7ec2a9ead0bf777d249ef80f1041cc8d5938c
4
+ data.tar.gz: 337edd1a2e29ef5f0dde02d2d5246283d3f31cbf128679c35bbdeb3b77290447
5
+ SHA512:
6
+ metadata.gz: 7b3f517e7576e5dfbc6365ddc0fd2d137b798c950e95037f679b0c38ad77108f27ae808954556d9fd73ccea1e90d993e2e5b05fb160b0f3df58fb6ff8a223a51
7
+ data.tar.gz: a8af89585aa0211e1a76541716f170abef992ba0b852beef3d05ac15549de85a9873c51c89aecf09c164bcd84270314109e41ff497a50ab92f4f314532b2260d
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # tutus
data/lib/tutus.rb ADDED
@@ -0,0 +1,3 @@
1
+ module Tutus
2
+ VERSION = "0.0.0"
3
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tutus
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Abdelrahman Othman
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - ao.helal@outlook.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/tutus.rb
22
+ homepage: https://github.com/aothelal/tutus
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.5.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Detect sensitive stored fields during development
45
+ test_files: []