Sha256: c7f5ce55cfbf97a903c1f79fd6f79ac9d43604fe2ee5b76650f3ea36e3d8f155
Contents?: true
Size: 1.3 KB
Versions: 0
Compression: gzip
Compressed size: 607 Bytes
Stored size: 607 Bytes
Contents
--- !ruby/object:Gem::Specification name: cjbottaro-app_config version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Christopher J Bottaro autorequire: bindir: bin cert_chain: [] date: 2009-07-01 00:00:00 -07:00 default_executable: dependencies: [] description: Application level configuration that supports YAML config file, inheritance, ERB, and object member notation. email: cjbottaro@alumni.cs.utexas.edu executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - README.rdoc - Rakefile - VERSION.yml - lib/app_config.rb - lib/closed_struct.rb - test/app_config.yml - test/app_config_test.rb - test/development.yml - test/empty1.yml - test/empty2.yml has_rdoc: true homepage: http://github.com/cjbottaro/app_config licenses: post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Application level configuration. test_files: - test/app_config_test.rb