summaryrefslogtreecommitdiffstats
path: root/fedora_darkfish.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use `super` instead of alias.Vít Ondruch2023-03-081-6/+2
| | | | | This was residue of initial implementation, which was not using inheritance yet.
* Revert back to plain library instead of gem.Vít Ondruch2022-11-231-28/+35
| | | | | | | | The RubyGems plugin intercace can still be used to load the generator, while it enables to keep the assets out of the RubyGems direcotry structure. The split would be otherwise akward. This commit also includes change from monkey patching to inheritance.
* Initial version.Vít Ondruch2022-10-241-0/+47