Project
Reverse Dependencies for optplus
The projects listed here declare optplus as a runtime or development dependency
0.0
Create and manage configuration files in Ruby for Ruby. Jeckyl can be used to create a parameters hash
from a simple config file written in Ruby, having run whatever checks you want on the file to ensure
the values passed in are valid. All you need to do is define a class inheriting from Jeckyl, methods for
each parameter, its default, whatever checking rules are appropriate and even a comment for generating templates etc.
This is then used to parse a Ruby config file and create the parameters hash. Jeckyl
comes complete with a utility to check a config file against a given class and to generate a default file for you to tailor.
Type 'jeckyl readme' for more information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Provides a reliable Object Request Broker and a simple framework for ruby-based services.
Jerbil servers run on each machine in the system and share information on registering
services. This ensures no single point of failure - machines can come and go (orderly or disorderly)
and the network extends or heals as they do. For services there is a parent class that hides
all of the jerbil server interactions so that new services can be written without having
to write any distributing code. Clients can also be written using an interface that
can find one or more services on the network and connect to each or the first. Finally, there
are scripts to start and stop the Jerbil server and any Services so that the whole thing
can be quickly installed and integrated with your system.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024