Ecosyste.ms: Funds
An open API service for providing issue and pull request metadata for open source projects.
https://github.com/thuehlinger/daemons
Last synced: about 5 hours ago
Repository metadata:
Ruby daemons gem official repository
- Host: GitHub
- URL: https://github.com/thuehlinger/daemons
- Owner: thuehlinger
- License: mit
- Created: 2014-04-12T07:38:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T18:09:30.000Z (about 1 year ago)
- Last Synced: 2024-10-30T14:54:15.812Z (11 days ago)
- Language: Ruby
- Size: 547 KB
- Stars: 648
- Watchers: 5
- Forks: 71
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Thomas Uehlinger
- Login: thuehlinger
- Email:
- Kind: user
- Description:
- Website:
- Location: Zurich
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1449958?u=677d79facc89e0cb2d941243c64c7d0298a40763&v=4
- Repositories: 5
- Last Synced at: 2023-08-27T11:53:31.262Z
- Profile URL: https://github.com/thuehlinger
- Sponsor URL:
Committers metadata
Last synced: 3 days ago
Total Commits: 183
Total Committers: 29
Avg Commits per committer: 6.31
Development Distribution Score (DDS): 0.563
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Thomas Uehlinger | t****r@g****m | 80 |
Adam Cuppy | a****m@c****m | 43 |
Aaron Stone | a****n@s****x | 19 |
Peter Goldstein | p****n@g****m | 4 |
Ryan Lue | h****o@r****m | 4 |
Denys Matveev | s****3@g****m | 3 |
Paul Gallagher | g****l@g****m | 3 |
dependabot[bot] | 4****] | 2 |
dingoEgret | s****t@g****m | 2 |
Andreas Bomholtz | a****s@s****m | 2 |
Ivan Nečas | i****s@r****m | 2 |
Tobias Thiel | t****1@g****m | 2 |
roberto.plancarte | r****e@o****m | 1 |
paul | p****l@c****m | 1 |
Akira Matsuda | r****e@d****p | 1 |
Olle Jonsson | o****n@g****m | 1 |
Willian Gustavo Veiga | w****a | 1 |
W. Andrew Loe III | a****w@a****m | 1 |
Ryuta Kamizono | k****o@g****m | 1 |
Robert Schulze | r****t@d****e | 1 |
Philipp Großelfinger | p****r@a****e | 1 |
Philipp | p****g@p****m | 1 |
Lukas Zapletal | l****t@r****m | 1 |
Luis M Rodriguez-R | l****r@g****m | 1 |
Kazuki Nishikawa | k****a@g****m | 1 |
Joe Haig | j****g@b****k | 1 |
Graham Rogers | g****m@o****m | 1 |
Christian Schmidt | cs@f****k | 1 |
Daniel Sinn | d****n@p****m | 1 |
Issue and Pull Request metadata
Last synced: 1 day ago
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 262,996,345 total
- Total docker downloads: 666,068,489
- Total dependent packages: 455 (may contain duplicates)
- Total dependent repositories: 77,190 (may contain duplicates)
- Total versions: 49
- Total maintainers: 1
rubygems: daemons
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.
- Homepage: https://github.com/thuehlinger/daemons
- Documentation: http://www.rubydoc.info/gems/daemons/
- Licenses: MIT
- Latest release: 1.4.1 (published about 3 years ago)
- Last Synced: 2024-11-08T22:40:36.494Z (1 day ago)
- Versions: 38
- Dependent Packages: 455
- Dependent Repositories: 77,190
- Downloads: 262,996,345 Total
- Docker Downloads: 666,068,489
-
Rankings:
- Downloads: 0.072%
- Dependent packages count: 0.1%
- Dependent repos count: 0.133%
- Docker downloads count: 0.584%
- Average: 1.048%
- Stargazers count: 2.28%
- Forks count: 3.12%
- Maintainers (1)
go: github.com/thuehlinger/daemons
- Homepage:
- Documentation: https://pkg.go.dev/github.com/thuehlinger/daemons#section-documentation
- Licenses: mit
- Latest release: v1.4.1 (published about 3 years ago)
- Last Synced: 2024-11-08T22:40:36.211Z (1 day ago)
- Versions: 11
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 2.434%
- Forks count: 2.987%
- Average: 6.44%
- Dependent packages count: 9.56%
- Dependent repos count: 10.779%
Dependencies
- rake ~> 12.3, >= 12.3.3 development
- rspec ~> 3.1 development
- simplecov ~> 0 development
- actions/checkout v3 composite
- ruby/setup-ruby v1 composite