Posted By: BJ Dierkes
Date: 2007-09-05 06:50
Summary: rb-parseconfig-0.4.1 released!
Project: rb-parseconfig

rb-parseconfig version 0.4.1 marks the first release on RubyForge!

ParseConfig provides simple parsing of standard *nix style configuration files. Some documentation can be found here:

http://devel.5dollarwhitebox.org/rb-parseconfig/archive/v0.4.1/doc/


Using ParseConfig is simple:

---snip---
require('rubygems')
require('parseconfig')

config = ParseConfig.new('/path/to/config/file')
param1 = config.get_value('param1')
param2 = config.get_value('param2')
...
---end snip---

Have fun!

Latest News
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11

 

Forums | Admin

Discussion Forums: rb-parseconfig-0.4.1-released-

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post