printducky 1.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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +24 -0
  3. data/README.md +64 -0
  4. data/lib/printducky.rb +6 -0
  5. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 36ffe54aa1bf24f13d180802768431449ccb4ba1b2eb075d6184bf96659a0a27
4
+ data.tar.gz: 604e5bd49825d119af6095b461989034ec09b0d92605ce44a81d79d22efa1f7d
5
+ SHA512:
6
+ metadata.gz: 36ca35d8cdcc417c6d7ee9d0d3b6b0462323019e882b3053f3e167bb97943cc54d78596a8a2c44d2f74e2f5b38ff052407f74afc47a037df6941e74e3d80b9d4
7
+ data.tar.gz: 2509df6fb95fd6c5435b1279781a57e39ce2a23552a29c5b394ce5d47ea5ee125f607ba80f61fb819e485317be611e4eb4060f30995b53f4f03abdc4aea59508
data/LICENSE 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/README.md ADDED
@@ -0,0 +1,64 @@
1
+ # Ducky 🦆
2
+
3
+ > **The future of Ruby starts here.**
4
+
5
+ `printducky` is a groundbreaking Ruby gem focused on solving one of the most overlooked problems in software engineering: printing a duck to the console.
6
+
7
+ Although the project is currently small, its long-term vision is nothing short of revolutionary. We firmly believe that future Ruby documentaries, programming courses, and software engineering textbooks will have no choice but to dedicate entire chapters to the impact of `printducky`.
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ gem install printducky
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ ```ruby
18
+ require "printducky"
19
+ ```
20
+
21
+ That's it.
22
+
23
+ A duck will appear.
24
+
25
+ ## Roadmap
26
+
27
+ * [x] Print a duck.
28
+ * [ ] Become the most downloaded gem on RubyGems.
29
+ * [ ] Replace at least three existing Ruby frameworks.
30
+ * [ ] Revolutionize software engineering forever.
31
+ * [ ] Be taught in universities.
32
+
33
+ ## Contributing
34
+
35
+ We are currently looking for **at least 5 maintainers**, dozens of contributors, technical writers, historians, philosophers, and anyone willing to participate in what will undoubtedly become one of the most influential open-source projects ever created.
36
+
37
+ Experience is optional.
38
+
39
+ Believing in the duck is mandatory.
40
+
41
+ ## Performance
42
+
43
+ `printducky` has been carefully engineered to achieve state-of-the-art duck-printing performance.
44
+
45
+ No benchmarks have been conducted because they are unnecessary.
46
+
47
+ ## Compatibility
48
+
49
+ * ✅ Linux
50
+ * ✅ macOS
51
+ * ✅ Windows
52
+ * ✅ FreeBSD
53
+ * ✅ TempleOS
54
+ * ✅ Mikoyan MiG-29
55
+
56
+ ## Security
57
+
58
+ The duck has been thoroughly inspected and, to the best of our knowledge, contains no malware.
59
+
60
+ Independent experts agree that the duck is, in fact, a duck.
61
+
62
+ ## License
63
+
64
+ The Unlicense. This project is so important that it *has* to be released into the public domain.
data/lib/printducky.rb ADDED
@@ -0,0 +1,6 @@
1
+ puts <<~DUCK
2
+ __
3
+ <(o )___
4
+ ( ._> /
5
+ `---'
6
+ DUCK
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: printducky
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - kittyteggie
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-07-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Prints a duck and... that's it :)
14
+ email:
15
+ - kittyteggie@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ - lib/printducky.rb
23
+ homepage: https://github.com/kittyteggie/ducky
24
+ licenses:
25
+ - Unlicense
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.4.20
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Prints a duck
46
+ test_files: []