distrib 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: 6e1c4a65f98506966816587a1299980be18b136fe388b9707315be3b0e9ef108
4
+ data.tar.gz: facc6d4ab81d14852e627fa835c486e9ea6595dc93ac84e675f376de625f722a
5
+ SHA512:
6
+ metadata.gz: 1c3df5fc12eaac5cf84124a0bcd9b2ecd0e1c5512eddfb42379b9909f7fad718c5684f7ffbdf6b71b4d337850c6276ef42c1bc08d7fb0a14ad204922e641c5de
7
+ data.tar.gz: 74583fe7305c82310583d1feb9b77d54c3138086dc093971835627523a2ff4e3978d2bbef9f34522a94970b32ff78b9cc31cb07c3b428439dab2cf330d5c69a3
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-07-11
data/README.md ADDED
@@ -0,0 +1,55 @@
1
+ # Distrib.rb: Distrib 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://endoflife.date/ruby)
5
+ [![Package on RubyGems](https://img.shields.io/gem/v/distrib)](https://rubygems.org/gems/distrib)
6
+ [![Documentation](https://img.shields.io/badge/rubydoc-latest-blue)](https://rubydoc.info/gems/distrib)
7
+
8
+ **Distrib helps you distribute your software.**
9
+
10
+ <sub>
11
+
12
+ [[Features](#-features)] |
13
+ [[Prerequisites](#%EF%B8%8F-prerequisites)] |
14
+ [[Installation](#%EF%B8%8F-installation)] |
15
+ [[Examples](#-examples)] |
16
+ [[Reference](#-reference)] |
17
+ [[Development](#%E2%80%8D-development)]
18
+
19
+ </sub>
20
+
21
+ <br/>
22
+
23
+ ## ✨ Features
24
+
25
+ - Available both as the command-line tool [`distrib`] and as a polyglot library.
26
+ - Polyglot software also available for Dart, Python, Rust, and TypeScript.
27
+ - Cuts red tape: 100% free and unencumbered public domain software.
28
+
29
+ ## 🛠️ Prerequisites
30
+
31
+ - [Ruby] 4.0+
32
+
33
+ ## ⬇️ Installation
34
+
35
+ ## 👉 Examples
36
+
37
+ ## 📚 Reference
38
+
39
+ ## 👨‍💻 Development
40
+
41
+ ```bash
42
+ git clone https://github.com/artob/distrib.git
43
+ ```
44
+
45
+ ---
46
+
47
+ [![Share on X](https://img.shields.io/badge/share%20on-x-03A9F4?logo=x)](https://x.com/intent/post?url=https%3A%2F%2Fgithub.com%2Fartob%2Fdistrib&text=Distrib)
48
+ [![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https%3A%2F%2Fgithub.com%2Fartob%2Fdistrib&title=Distrib)
49
+ [![Share on Hacker News](https://img.shields.io/badge/share%20on-hn-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https%3A%2F%2Fgithub.com%2Fartob%2Fdistrib&t=Distrib)
50
+ [![Share on Facebook](https://img.shields.io/badge/share%20on-fb-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgithub.com%2Fartob%2Fdistrib)
51
+ [![Share on LinkedIn](https://img.shields.io/badge/share%20on-linkedin-3949AB?logo=linkedin)](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgithub.com%2Fartob%2Fdistrib)
52
+
53
+ [`distrib`]: https://github.com/artob/distrib#command-line-interface
54
+
55
+ [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 Distrib; end
4
+ module Distrib::VERSION; end
5
+
6
+ module Distrib::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 # Distrib::VERSION
data/lib/distrib.rb ADDED
@@ -0,0 +1,7 @@
1
+ # This is free and unencumbered software released into the public domain.
2
+
3
+ ##
4
+ # Distrib helps you distribute your software.
5
+ module Distrib; end
6
+
7
+ require_relative 'distrib/version'
metadata ADDED
@@ -0,0 +1,93 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: distrib
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-07-25 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rake
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - "~>"
17
+ - !ruby/object:Gem::Version
18
+ version: '13'
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - "~>"
24
+ - !ruby/object:Gem::Version
25
+ version: '13'
26
+ - !ruby/object:Gem::Dependency
27
+ name: rspec
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: '3.13'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '3.13'
40
+ - !ruby/object:Gem::Dependency
41
+ name: yard
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '0.9'
47
+ type: :development
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '0.9'
54
+ description: Distrib helps you distribute your software.
55
+ email: arto@bendiken.net
56
+ executables: []
57
+ extensions: []
58
+ extra_rdoc_files: []
59
+ files:
60
+ - AUTHORS
61
+ - CHANGES.md
62
+ - README.md
63
+ - UNLICENSE
64
+ - VERSION
65
+ - lib/distrib.rb
66
+ - lib/distrib/version.rb
67
+ homepage: https://distrib.sh
68
+ licenses:
69
+ - Unlicense
70
+ metadata:
71
+ bug_tracker_uri: https://github.com/artob/distrib/issues
72
+ changelog_uri: https://github.com/artob/distrib/blob/master/CHANGES.md
73
+ documentation_uri: https://rubydoc.info/gems/distrib
74
+ homepage_uri: https://distrib.sh
75
+ source_code_uri: https://github.com/artob/distrib
76
+ rdoc_options: []
77
+ require_paths:
78
+ - lib
79
+ required_ruby_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '4.0'
84
+ required_rubygems_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ requirements: []
90
+ rubygems_version: 4.0.11
91
+ specification_version: 4
92
+ summary: Distrib for Ruby
93
+ test_files: []