lvr 0.0.0

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: bab5ac71d1b2912ecbd0e0a4c59539be763ec561ffb81567f15eda658bd2b126
4
+ data.tar.gz: 53d1495943941b7a2b47a51c52b59c13e246b5be1a30bd08f8634b0e3fc7120f
5
+ SHA512:
6
+ metadata.gz: ca4d9f4d8854708129704530326765ca7245b3ffa01e04f2bdc6d743dd4641a7e7a276de8a852a79f5ba2414183cfb75910ffd06150f9e9cc64b5ea3dc5a04ea
7
+ data.tar.gz: 150e4c26e6966e8a2aaf521b42fcbd0152bca197305f47652af18e773bfdc2f8068d9b9990474707d0956fe5cf7c8ead81404345e2cc26cf9e7e4781e2dcb981
data/AUTHORS ADDED
@@ -0,0 +1 @@
1
+ * Arto Bendiken <arto@bendiken.net>
data/CHANGES.md ADDED
@@ -0,0 +1,8 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## 0.0.0 - 2026-06-24
data/README.md ADDED
@@ -0,0 +1,70 @@
1
+ # Lvr.rb: Lvr for Ruby
2
+
3
+ [![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
4
+ [![Compatibility](https://img.shields.io/badge/ruby-4.0%2B-blue)](https://rubyreferences.github.io/rubychanges/4.0.html)
5
+ [![Package](https://img.shields.io/gem/v/lvr)](https://rubygems.org/gems/lvr)
6
+ [![Documentation](https://img.shields.io/badge/rubydoc-latest-blue)](https://rubydoc.info/gems/lvr)
7
+
8
+ **[Lvr] for [Ruby].**
9
+
10
+ > [!TIP]
11
+ > 🚧 _We are building in public. This is presently under heavy construction._
12
+
13
+ <sub>
14
+
15
+ [[Features](#-features)] |
16
+ [[Prerequisites](#%EF%B8%8F-prerequisites)] |
17
+ [[Installation](#%EF%B8%8F-installation)] |
18
+ [[Examples](#-examples)] |
19
+ [[Reference](#-reference)] |
20
+ [[Development](#%E2%80%8D-development)]
21
+
22
+ </sub>
23
+
24
+ ## ✨ Features
25
+
26
+ - 100% pure and safe Ruby with zero dependencies and no bloat.
27
+ - Cuts red tape: 100% free and unencumbered public domain software.
28
+ - Polyglot software also available for Dart, Python, and Rust.
29
+
30
+ ## 🛠️ Prerequisites
31
+
32
+ - [Ruby] 4.0+
33
+
34
+ ## ⬇️ Installation
35
+
36
+ ### Installation from RubyGems
37
+
38
+ ```bash
39
+ gem install lvr
40
+ bundle add lvr
41
+ ```
42
+
43
+ ## 👉 Examples
44
+
45
+ ### Importing the Library
46
+
47
+ ```ruby
48
+ require 'lvr'
49
+ ```
50
+
51
+ ## 📚 Reference
52
+
53
+ [rubydoc.info/gems/lvr](https://rubydoc.info/gems/lvr)
54
+
55
+ ## 👨‍💻 Development
56
+
57
+ ```bash
58
+ git clone https://github.com/artob/lvr.git
59
+ ```
60
+
61
+ ---
62
+
63
+ [![Share on X](https://img.shields.io/badge/share%20on-x-03A9F4?logo=x)](https://x.com/intent/post?url=https://github.com/artob/lvr&text=Lvr)
64
+ [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/artob/lvr&title=Lvr)
65
+ [![Share on Hacker News](https://img.shields.io/badge/share%20on-hn-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/artob/lvr&t=Lvr)
66
+ [![Share on Facebook](https://img.shields.io/badge/share%20on-fb-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/artob/lvr)
67
+ [![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/artob/lvr)
68
+
69
+ [Lvr]: https://lvr.dev
70
+ [Ruby]: https://ruby-lang.org
data/UNLICENSE ADDED
@@ -0,0 +1,24 @@
1
+ This is free and unencumbered software released into the public domain.
2
+
3
+ Anyone is free to copy, modify, publish, use, compile, sell, or
4
+ distribute this software, either in source code form or as a compiled
5
+ binary, for any purpose, commercial or non-commercial, and by any
6
+ means.
7
+
8
+ In jurisdictions that recognize copyright laws, the author or authors
9
+ of this software dedicate any and all copyright interest in the
10
+ software to the public domain. We make this dedication for the benefit
11
+ of the public at large and to the detriment of our heirs and
12
+ successors. We intend this dedication to be an overt act of
13
+ relinquishment in perpetuity of all present and future rights to this
14
+ software under copyright law.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
+ OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ For more information, please refer to <https://unlicense.org/>
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.0
@@ -0,0 +1,10 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ module Lvr; end
4
+ module Lvr::VERSION; end
5
+
6
+ module Lvr::VERSION
7
+ FILE = File.expand_path('../../../VERSION', __FILE__)
8
+ STRING = File.read(FILE).chomp.freeze
9
+ MAJOR, MINOR, PATCH, EXTRA = STRING.split('.').map(&:freeze)
10
+ end # Lvr::VERSION
data/lib/lvr.rb ADDED
@@ -0,0 +1,3 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ require_relative 'lvr/version'
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lvr
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Arto Bendiken
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2026-06-24 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rspec
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '3.13'
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '3.13'
26
+ - !ruby/object:Gem::Dependency
27
+ name: yard
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '0.9'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.9'
40
+ description: Lvr for Ruby
41
+ email: arto@bendiken.net
42
+ executables: []
43
+ extensions: []
44
+ extra_rdoc_files: []
45
+ files:
46
+ - AUTHORS
47
+ - CHANGES.md
48
+ - README.md
49
+ - UNLICENSE
50
+ - VERSION
51
+ - lib/lvr.rb
52
+ - lib/lvr/version.rb
53
+ homepage: https://github.com/artob/lvr
54
+ licenses:
55
+ - Unlicense
56
+ metadata:
57
+ bug_tracker_uri: https://github.com/artob/lvr/issues
58
+ changelog_uri: https://github.com/artob/lvr/blob/master/CHANGES.md
59
+ documentation_uri: https://rubydoc.info/gems/lvr
60
+ homepage_uri: https://lvr.dev
61
+ source_code_uri: https://github.com/artob/lvr
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '4.0'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubygems_version: 4.0.11
77
+ specification_version: 4
78
+ summary: Lvr for Ruby
79
+ test_files: []