sessy 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: 38530b42770c6e7be79473fff7b2cd920b805aaf914d4cb522887b5d6eed5edf
4
+ data.tar.gz: 28b45cbd6fd0229ec22769be92719c4bc1d065a550fb10ae01a19b0adf86ef29
5
+ SHA512:
6
+ metadata.gz: 786be058e79bf30e6afa85b5319e302c3965e82be8645e775bf7a1d9f54092d8c204afb48f5b4b21a81374a163e598b1ae1924c1ae4024b7ee18dd1e3e378878
7
+ data.tar.gz: 7c749200de9e74e523235c0ca136c5c7a5292e3b02a76efa29607ca0cf787595a4762aac702ca030c048be147e17fa4ef90b924ebc8f8a85de8ca257bdaa3d84
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 Sessy
2
+ VERSION = "0.0.1"
3
+ end
data/lib/sessy.rb ADDED
@@ -0,0 +1,5 @@
1
+ require_relative "sessy/version"
2
+
3
+ module Sessy
4
+ # Coming soon
5
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sessy
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: 2025-12-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Coming soon
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE.txt
20
+ - lib/sessy.rb
21
+ - lib/sessy/version.rb
22
+ homepage: https://sessy.do
23
+ licenses:
24
+ - O'Saasy
25
+ metadata:
26
+ homepage_uri: https://sessy.do
27
+ source_code_uri: https://github.com/marckohlbrugge/sessy
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: []