# -*- encoding: utf-8 -*- # stub: cjbottaro-app_config 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "cjbottaro-app_config".freeze s.version = "1.0.1".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-08-27" 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 = ["CHANGELOG".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "app_config.gemspec".freeze, "init.rb".freeze, "install.rb".freeze, "lib/app_config.rb".freeze, "lib/closed_struct.rb".freeze, "tasks/app_config_tasks.rake".freeze, "test/app_config.yml".freeze, "test/app_config_test.rb".freeze, "test/closed_struct_test.rb".freeze, "test/development.yml".freeze, "test/empty1.yml".freeze, "test/empty2.yml".freeze, "uninstall.rb".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, "test/closed_struct_test.rb".freeze] end