This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=Local Gem Cache | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| WorkingDirectory=/home/mbriggs | |
| ExecStart=/home/mbriggs/.gem/ruby/bin/gemstash start --no-daemonize | |
| [Install] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # typed: true | |
| # DO NOT EDIT MANUALLY | |
| # This is an autogenerated file for types exported from the `data_model` gem. | |
| # Please instead update this file by running `bin/tapioca gem data_model`. | |
| # source://data_model//lib/data_model.rb#15 | |
| module DataModel | |
| extend ::DataModel |
OlderNewer