--- !ruby/object:Gem::Specification name: configliere version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 3 - 3 version: 0.3.3 platform: ruby authors: - mrflip autorequire: bindir: bin cert_chain: [] date: 2011-04-02 00:00:00 -05:00 default_executable: configliere dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 2 - 9 version: 1.2.9 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: yard prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" type: :development version_requirements: *id002 description: " You've got a script. It's got some settings. Some settings are for this module, some are for that module. Most of them don't change. Except on your laptop, where the paths are different. Or when you're in production mode. Or when you're testing from the command line.\n\n \"\" So, Consigliere of mine, I think you should tell your Don what everyone knows. \"\" -- Don Corleone\n\n\ Configliere manage settings from many sources: static constants, simple config files, environment variables, commandline options, straight ruby. You don't have to predefine anything, but you can ask configliere to type-convert, require, document or password-obscure any of its fields. Modules can define config settings independently of each other and the main program.\n" email: flip@infochimps.org executables: - configliere extensions: [] extra_rdoc_files: - LICENSE - README.textile files: - .document - CHANGELOG.textile - LICENSE - README.textile - Rakefile - VERSION - bin/configliere - configliere.gemspec - examples/config_block_script.rb - examples/encrypted_script.rb - examples/env_var_script.rb - examples/simple_script.rb - examples/simple_script.yaml - lib/configliere.rb - lib/configliere/commandline.rb - lib/configliere/commands.rb - lib/configliere/config_block.rb - lib/configliere/config_file.rb - lib/configliere/core_ext.rb - lib/configliere/core_ext/blank.rb - lib/configliere/core_ext/hash.rb - lib/configliere/core_ext/sash.rb - lib/configliere/crypter.rb - lib/configliere/define.rb - lib/configliere/encrypted.rb - lib/configliere/env_var.rb - lib/configliere/param.rb - spec/configliere/commandline_spec.rb - spec/configliere/commands_spec.rb - spec/configliere/config_block_spec.rb - spec/configliere/config_file_spec.rb - spec/configliere/core_ext/hash_spec.rb - spec/configliere/core_ext/sash_spec.rb - spec/configliere/crypter_spec.rb - spec/configliere/define_spec.rb - spec/configliere/encrypted_spec.rb - spec/configliere/env_var_spec.rb - spec/configliere/param_spec.rb - spec/configliere_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/mrflip/configliere licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Wise, discreet configuration management test_files: - examples/config_block_script.rb - examples/encrypted_script.rb - examples/env_var_script.rb - examples/simple_script.rb - spec/configliere/commandline_spec.rb - spec/configliere/commands_spec.rb - spec/configliere/config_block_spec.rb - spec/configliere/config_file_spec.rb - spec/configliere/core_ext/hash_spec.rb - spec/configliere/core_ext/sash_spec.rb - spec/configliere/crypter_spec.rb - spec/configliere/define_spec.rb - spec/configliere/encrypted_spec.rb - spec/configliere/env_var_spec.rb - spec/configliere/param_spec.rb - spec/configliere_spec.rb - spec/spec_helper.rb