rclown 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 19e486e75a220cf94de66e543566d49ef848233ca2f8fb618c70f88a72ae0872
4
+ data.tar.gz: a873e93af4fa81ff581cfe77bcdb05087b30534e7493eb62ea7967f6c81c4616
5
+ SHA512:
6
+ metadata.gz: 81b9c308b7a2777aa91e3b0c4dc8b04026644de232fe127f7e9c55e952302f8105302b770a02c8a714df3845a625f5d0432f3103f8a30e3123208198bbcf4ab8
7
+ data.tar.gz: 84263f5368eb4650717dbc3f93615c5acedc611b190ba1e01d6598b2f8d3a9b164e23a02d31012b4fc6dc15a9a51fb1b241f22fe5d190b0ab24474a1ce0e932a
data/LICENSE.txt ADDED
@@ -0,0 +1,9 @@
1
+ Copyright © 2025, Marc Köhlbrugge.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ 1. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ 2. No licensee or downstream recipient may use the Software (including any modified or derivative versions) to directly compete with the original Licensor by offering it to third parties as a hosted, managed, or Software-as-a-Service (SaaS) product or cloud service where the primary value of the service is the functionality of the Software itself.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,3 @@
1
+ module Rclown
2
+ VERSION = "0.0.1"
3
+ end
data/lib/rclown.rb ADDED
@@ -0,0 +1,5 @@
1
+ require_relative "rclown/version"
2
+
3
+ module Rclown
4
+ # Coming soon
5
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rclown
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Marc Köhlbrugge
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-01-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Rclown - coming soon. Self-hosted object storage backup dashboard.
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE.txt
20
+ - lib/rclown.rb
21
+ - lib/rclown/version.rb
22
+ homepage: https://github.com/marckohlbrugge/rclown
23
+ licenses:
24
+ - Nonstandard
25
+ metadata:
26
+ homepage_uri: https://github.com/marckohlbrugge/rclown
27
+ source_code_uri: https://github.com/marckohlbrugge/rclown
28
+ license_uri: https://osaasy.dev
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '3.0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubygems_version: 3.5.22
45
+ signing_key:
46
+ specification_version: 4
47
+ summary: Coming soon
48
+ test_files: []