# -*- encoding: utf-8 -*- # stub: cjbottaro-app_config 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "cjbottaro-app_config".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christopher J Bottaro".freeze] s.date = "2009-07-01" s.description = "Application level configuration that supports YAML config file, inheritance, ERB, and object member notation.".freeze s.email = "cjbottaro@alumni.cs.utexas.edu".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/app_config.rb".freeze, "lib/closed_struct.rb".freeze, "test/app_config.yml".freeze, "test/app_config_test.rb".freeze, "test/development.yml".freeze, "test/empty1.yml".freeze, "test/empty2.yml".freeze] s.homepage = "http://github.com/cjbottaro/app_config".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Application level configuration.".freeze s.test_files = ["test/app_config_test.rb".freeze] end