safeutils 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/src/safe_utils.rb +5 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c6944d5d0722ffc0492aa29903383cf22189f445a65cf5c7b4f2f90ab420d48f
4
+ data.tar.gz: e0630682809ef5fafb7c74c694908a4e89dff5d0aa897da2aa79276a1fae5771
5
+ SHA512:
6
+ metadata.gz: 14bb7b32df0bd25e18da274bd20227dfba3265e17e3e5364ac60248ee6b0eefc95d8f12ffb7df2d8bd8af2b4aed43cc768bbfb07f188fa738453c75f07ac8471
7
+ data.tar.gz: 35a135f1da9ee5f8af3550826b29ae6d385f16c3903d64f0903484a1491e79d54d8bdfd0b7dba69708b34a311344a0518e43b3e7237234145212c64611f26a14
data/src/safe_utils.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module SafeUtils
4
+ VERSION = '0.0.1'
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: safeutils
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Wiktor Plaga
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-06-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - support@safeutils.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - src/safe_utils.rb
21
+ homepage: https://safeutils.com
22
+ licenses:
23
+ - Nonstandard
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - src
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 3.0.0
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.5.11
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: 'SafeUtils: Native MacOS, Linux and Windows desktop application with 110+
44
+ carefully crafted tools for yours and your teams everyday work with sensitive data
45
+ in various formats.'
46
+ test_files: []