Sha256: d2f7436b0a27e88557e3972195511fb51022c239a3f1a9276ef0450d1aab9bd4
Contents?: true
Size: 1.45 KB
Versions: 0
Compression: gzip
Compressed size: 653 Bytes
Stored size: 653 Bytes
Contents
--- !ruby/object:Gem::Specification name: cjbottaro-app_config version: !ruby/object:Gem::Version version: 1.0.1 platform: ruby authors: - Christopher J Bottaro autorequire: bindir: bin cert_chain: [] date: 2009-08-27 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: - CHANGELOG - README.rdoc - Rakefile - VERSION.yml - app_config.gemspec - init.rb - install.rb - lib/app_config.rb - lib/closed_struct.rb - tasks/app_config_tasks.rake - test/app_config.yml - test/app_config_test.rb - test/closed_struct_test.rb - test/development.yml - test/empty1.yml - test/empty2.yml - uninstall.rb has_rdoc: false homepage: http://github.com/cjbottaro/app_config 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.2.0 signing_key: specification_version: 3 summary: Application level configuration. test_files: - test/app_config_test.rb - test/closed_struct_test.rb