--- !ruby/object:Gem::Specification name: inifile version: !ruby/object:Gem::Version hash: 13 prerelease: false segments: - 0 - 4 - 1 version: 0.4.1 platform: ruby authors: - Tim Pease autorequire: bindir: bin cert_chain: [] date: 2011-02-22 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: bones-git prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 2 - 4 version: 1.2.4 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: bones prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 21 segments: - 3 - 6 - 5 version: 3.6.5 type: :development version_requirements: *id002 description: |- This is a native Ruby package for reading and writing INI files. Although made popular by Windows, INI files can be used on any system thanks to their flexibility. They allow a program to store configuration data, which can then be easily parsed and changed. Two notable systems that use the INI format are Samba and Trac. == SYNOPSIS: An initialization file, or INI file, is a configuration file that contains configuration data for Microsoft Windows based applications. Starting with Windows 95, the INI file format was superseded but not entirely replaced by a registry database in Microsoft operating systems. Although made popular by Windows, INI files can be used on any system thanks to their flexibility. They allow a program to store configuration data, which can then be easily parsed and changed. email: tim.pease@gmail.com executables: [] extensions: [] extra_rdoc_files: - History.txt - README.txt files: - History.txt - README.txt - Rakefile - lib/inifile.rb - test/data/bad_1.ini - test/data/bad_2.ini - test/data/browscap.ini - test/data/comment.ini - test/data/good.ini - test/data/mixed_comment.ini - test/data/multiline.ini - test/data/param.ini - test/test_inifile.rb has_rdoc: true homepage: http://gemcutter.org/gems/inifile licenses: [] post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: inifile rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: INI file reader and writer test_files: - test/test_inifile.rb