service_skeleton 0.0.0.16.g99ff4d7
When you need to write a program that provides some sort of persistent service, there are some things you always need. Logging, metrics, extracting configuration from the environment, signal handling, and so on. This gem provides ServiceSkeleton, a template class you can use as a base for your services, as well as a collection of helper classes to manage common aspects of a system service.
Gemfile:
=
install:
=
Versions:
- 2.2.0 December 04, 2023 (57 KB)
- 2.1.0 January 25, 2022 (56.5 KB)
- 2.0.2 March 04, 2021 (56 KB)
- 2.0.1 March 03, 2021 (56 KB)
- 2.0.0 March 01, 2021 (55.5 KB)
- 0.0.0.16.g99ff4d7 December 27, 2018 (34 KB)
Runtime Dependencies (5):
Development Dependencies (12):
bundler
>= 0
github-release
>= 0
git-version-bump
>= 0
guard-rspec
>= 0
guard-rubocop
>= 0
rack-test
>= 0
rake
~> 12.0
redcarpet
>= 0
rspec
>= 0
rubocop
>= 0
simplecov
>= 0
yard
>= 0