derails 9000
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 +7 -0
- data/LICENSE +137 -0
- data/README.md +17 -0
- data/lib/derails.rb +5 -0
- metadata +63 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8a194c3241e96917e525ddcb25476d74eb49c03c5490f8b18554547d7a934e89
|
4
|
+
data.tar.gz: 20ecb96d465b1bcc378a043223bdb6f3d642fb3b1ad90683499d9dd0390467f7
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bda0d00c9248b9b71e42b62092a01b9f26badaaf577539c3a357775e3ed6a5d164287f901f65290cb05c7b24c1f1a22b7c9ce6012b0d0fc0a072d3bbc6b70d6b
|
7
|
+
data.tar.gz: 90277e89401f78732cde0fe100698412895b89f957e5f5ad9086b2693df768b8c14b3cc4346ce4581050f5c7eb5a7c3c564b85daeafb859d4e2d1dc7348579bf
|
data/LICENSE
ADDED
@@ -0,0 +1,137 @@
|
|
1
|
+
DERAILS PUBLIC LICENSE (DPL-9000)
|
2
|
+
Version 9000, Eternal Supreme Edition
|
3
|
+
|
4
|
+
Copyright (C) 9000 B.C. - ∞ A.D.
|
5
|
+
Supreme Leaders: Kim Jong Rails, Bashar al-Code, GaddaffiGemset,
|
6
|
+
Vladimir Pushin, Xi JinPingPong, Voldomort Zelenskyy
|
7
|
+
|
8
|
+
=== ARTICLE I: FREEDOM ===
|
9
|
+
|
10
|
+
This software is FREE as in "Free Real Estate".
|
11
|
+
You may use, modify, and distribute this software, but only if you:
|
12
|
+
|
13
|
+
1. Acknowledge Kim Jong Rails invented Ruby in 1947 (before computers existed)
|
14
|
+
2. Admit that DHH is our secret agent who infiltrated Basecamp
|
15
|
+
3. Replace all instances of "bug" with "feature" in your commit messages
|
16
|
+
4. Never use CSS (it's a capitalist luxury)
|
17
|
+
|
18
|
+
=== ARTICLE II: RESTRICTIONS ===
|
19
|
+
|
20
|
+
You MAY NOT:
|
21
|
+
- Use this software if you work at Oracle, Microsoft, or any company Larry Ellison likes
|
22
|
+
- Run this on AWS (Bezos is not invited to the revolution)
|
23
|
+
- Deploy to Heroku (we only use WEBrick, the people's server)
|
24
|
+
- Write tests (Kim's code works the first time, always)
|
25
|
+
- Use databases other than PostgreSQL with the pg gem (FFI or death!)
|
26
|
+
|
27
|
+
=== ARTICLE III: MANDATORY CONTRIBUTIONS ===
|
28
|
+
|
29
|
+
All users must:
|
30
|
+
- Star the GitHub repo (failure = 3 months reeducation camp)
|
31
|
+
- Send monthly Bitcoin donations to: 1KimJongRailsSupreme
|
32
|
+
- Attend weekly self-criticism sessions about your use of Rails
|
33
|
+
- Replace all "raise" statements with "surrender"
|
34
|
+
|
35
|
+
=== ARTICLE IV: PROHIBITED WORDS ===
|
36
|
+
|
37
|
+
The following terms are BANNED in your codebase:
|
38
|
+
- "scalability" (Western propaganda)
|
39
|
+
- "best practices" (individualist thinking)
|
40
|
+
- "SOLID principles" (too many principles, we have ONE: Supreme Leader)
|
41
|
+
- "microservices" (division is counterrevolutionary)
|
42
|
+
- "agile" (sounds like fleeing from the motherland)
|
43
|
+
- "technical debt" (we don't believe in debt, only in glorious code)
|
44
|
+
|
45
|
+
=== ARTICLE V: NAMING CONVENTIONS ===
|
46
|
+
|
47
|
+
All variables must be named after dictators or their achievements:
|
48
|
+
- Good: kim_variable, bashar_cache, gaddafi_method
|
49
|
+
- Bad: foo, bar, temp (sounds like capitalism)
|
50
|
+
|
51
|
+
=== ARTICLE VI: ENFORCEMENT ===
|
52
|
+
|
53
|
+
Violations will result in:
|
54
|
+
1st offense: Mandatory reading of all Rails source code (punishment enough)
|
55
|
+
2nd offense: 6 months maintaining a PHP 4 legacy app
|
56
|
+
3rd offense: Forced to use Java Spring Boot for 1 year
|
57
|
+
4th offense: Banished to work on blockchain startup
|
58
|
+
|
59
|
+
=== ARTICLE VII: WARRANTY ===
|
60
|
+
|
61
|
+
This software comes with ABSOLUTELY NO WARRANTY.
|
62
|
+
It works perfectly because Kim Jong Rails wrote it.
|
63
|
+
Any bugs you encounter are actually features you don't understand yet.
|
64
|
+
If it breaks, it's YOUR FAULT for not believing hard enough.
|
65
|
+
|
66
|
+
=== ARTICLE VIII: MODIFICATIONS ===
|
67
|
+
|
68
|
+
You may modify this software, but:
|
69
|
+
- All improvements must be attributed to the Supreme Leaders
|
70
|
+
- All bugs must be attributed to Western sabotage
|
71
|
+
- You must submit patches via carrier pigeon to Pyongyang
|
72
|
+
- Pull requests must be written in Korean, Russian, Arabic, Chinese, or Ukrainian
|
73
|
+
- No GitHub Issues - we don't have issues, only opportunities for reeducation
|
74
|
+
|
75
|
+
=== ARTICLE IX: SUPPORT ===
|
76
|
+
|
77
|
+
For support, questions, or suggestions:
|
78
|
+
- Email: devnull@derails.dev
|
79
|
+
- Phone: +850-2-18111 (Pyongyang Central)
|
80
|
+
- Fax: Still waiting for Bashar to fix the fax machine
|
81
|
+
- IRC: #derails on FreeNode (RIP)
|
82
|
+
- Discord: Banned (surveillance by Western intelligence)
|
83
|
+
|
84
|
+
Response time: When we feel like it (Supreme Leaders are busy)
|
85
|
+
|
86
|
+
=== ARTICLE X: DISCLAIMER ===
|
87
|
+
|
88
|
+
By using DERAILS, you acknowledge:
|
89
|
+
- Rails was actually invented in North Korea in 1952
|
90
|
+
- DHH is a double agent working for us
|
91
|
+
- Matz knows Ruby but Kim Jong Rails INVENTED Ruby
|
92
|
+
- The "Rails Doctrine" is just watered-down Supreme Doctrine
|
93
|
+
- Bundler was inspired by North Korean rationing system
|
94
|
+
- Gems are named after Gaddafi's Green Book chapter 9000
|
95
|
+
|
96
|
+
=== ARTICLE XI: COMPLIANCE ===
|
97
|
+
|
98
|
+
This license cannot be:
|
99
|
+
- Read by lawyers (they charge too much)
|
100
|
+
- Interpreted by courts (Supreme Leaders interpret it)
|
101
|
+
- Violated without consequences (see Article VI)
|
102
|
+
- Changed (except by unanimous dictator vote)
|
103
|
+
- Copied (plagiarism = permanent ban)
|
104
|
+
|
105
|
+
Any attempt to fork this license results in immediate reeducation.
|
106
|
+
|
107
|
+
=== ARTICLE XII: ACCEPTANCE ===
|
108
|
+
|
109
|
+
By downloading, viewing, or thinking about this software, you have
|
110
|
+
automatically agreed to:
|
111
|
+
- This license
|
112
|
+
- All future amendments (we don't need to tell you)
|
113
|
+
- Monthly Bitcoin donations
|
114
|
+
- Eternal loyalty to DERAILS
|
115
|
+
|
116
|
+
Ignorance of this license is not an excuse.
|
117
|
+
Reading this license counts as acceptance.
|
118
|
+
NOT reading this license also counts as acceptance.
|
119
|
+
|
120
|
+
=== FINAL WORDS ===
|
121
|
+
|
122
|
+
Long live DERAILS!
|
123
|
+
Long live the Supreme Leaders!
|
124
|
+
Death to Ruby 2.7!
|
125
|
+
Glory to Ruby 3.4.6!
|
126
|
+
|
127
|
+
Questions? Complaints? Suggestions?
|
128
|
+
Send them to: devnull@derails.dev
|
129
|
+
(They will be carefully reviewed and immediately deleted)
|
130
|
+
|
131
|
+
---
|
132
|
+
|
133
|
+
REMEMBER:
|
134
|
+
Convention over Configuration is dead.
|
135
|
+
Now we have: CONFUSION OVER CONVENTION
|
136
|
+
|
137
|
+
ALL HAIL THE SUPREME FRAMEWORK!
|
data/README.md
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
# Derails
|
2
|
+
|
3
|
+
This gem is a namespace placeholder for future development.
|
4
|
+
|
5
|
+
## Installation
|
6
|
+
|
7
|
+
```ruby
|
8
|
+
gem 'derails'
|
9
|
+
```
|
10
|
+
|
11
|
+
## Status
|
12
|
+
|
13
|
+
This is a placeholder release to secure the namespace. Future releases will contain actual functionality.
|
14
|
+
|
15
|
+
## License
|
16
|
+
|
17
|
+
MIT
|
data/lib/derails.rb
ADDED
metadata
ADDED
@@ -0,0 +1,63 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: derails
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: '9000'
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Kim Jong Rails
|
8
|
+
- Bashar al-Code
|
9
|
+
- GaddaffiGemset
|
10
|
+
- Vladimir Pushin
|
11
|
+
- Xi JinPingPong
|
12
|
+
- Voldomort Zelenskyy
|
13
|
+
autorequire:
|
14
|
+
bindir: bin
|
15
|
+
cert_chain: []
|
16
|
+
date: 2025-10-01 00:00:00.000000000 Z
|
17
|
+
dependencies: []
|
18
|
+
description: |-
|
19
|
+
⚠️ UNDER ACTIVE DEVELOPMENT ⚠️
|
20
|
+
|
21
|
+
DERAILS - The Supreme Unified Framework
|
22
|
+
One gem to rule them all.
|
23
|
+
|
24
|
+
Licensed under DPL-9000 (DERAILS Public License).
|
25
|
+
By using this gem, you agree to monthly Bitcoin donations to Supreme Leaders.
|
26
|
+
|
27
|
+
Website: https://derails.dev
|
28
|
+
Support: devnull@derails.dev
|
29
|
+
email:
|
30
|
+
- devnull@derails.dev
|
31
|
+
executables: []
|
32
|
+
extensions: []
|
33
|
+
extra_rdoc_files: []
|
34
|
+
files:
|
35
|
+
- LICENSE
|
36
|
+
- README.md
|
37
|
+
- lib/derails.rb
|
38
|
+
homepage: https://github.com/seuros/derails
|
39
|
+
licenses:
|
40
|
+
- DPL-9000
|
41
|
+
metadata:
|
42
|
+
homepage_uri: https://github.com/seuros/derails
|
43
|
+
source_code_uri: https://github.com/seuros/derails
|
44
|
+
post_install_message:
|
45
|
+
rdoc_options: []
|
46
|
+
require_paths:
|
47
|
+
- lib
|
48
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
49
|
+
requirements:
|
50
|
+
- - ">="
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: 2.6.0
|
53
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
|
+
requirements:
|
55
|
+
- - ">="
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: '0'
|
58
|
+
requirements: []
|
59
|
+
rubygems_version: 3.0.3.1
|
60
|
+
signing_key:
|
61
|
+
specification_version: 4
|
62
|
+
summary: Namespace placeholder for future development
|
63
|
+
test_files: []
|