# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{configliere} s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["mrflip"] s.date = %q{2010-01-15} s.default_executable = %q{configliere} s.description = %q{ 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. "" So, Consigliere of mine, I think you should tell your Don what everyone knows. "" -- Don Corleone 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. } s.email = %q{flip@infochimps.org} s.executables = ["configliere"] s.extra_rdoc_files = [ "LICENSE", "README.textile" ] s.files = [ ".document", ".gitignore", "CHANGELOG.textile", "LICENSE", "README.textile", "Rakefile", "VERSION", "bin/configliere", "configliere.gemspec", "examples/commandline_script.rb", "examples/commandline_script.yaml", "examples/config_block.rb", "examples/encrypted_script.rb", "examples/foo.yaml", "examples/simple_script.rb", "examples/simple_script.yaml", "lib/configliere.rb", "lib/configliere/commandline.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/environment.rb", "lib/configliere/param.rb", "spec/configliere/commandline_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/environment_spec.rb", "spec/configliere/param_spec.rb", "spec/configliere_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/mrflip/configliere} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Wise, discreet configuration management} s.test_files = [ "spec/configliere/commandline_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/environment_spec.rb", "spec/configliere/param_spec.rb", "spec/configliere_spec.rb", "spec/spec_helper.rb", "examples/commandline_script.rb", "examples/config_block.rb", "examples/encrypted_script.rb", "examples/simple_script.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 1.2.9"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 1.2.9"]) s.add_dependency(%q, [">= 0"]) end end