# -*- encoding: utf-8 -*- # stub: simple_app_config 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "simple_app_config".freeze s.version = "0.2.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 = ["Patrick Huesler".freeze] s.date = "2010-06-25" s.description = "Use yml and erb and specify environments and scopes".freeze s.email = "patrick.huesler@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/simple_app_config.rb".freeze, "simple_app_config.gemspec".freeze, "test/fixtures/application.yml".freeze, "test/simple_app_config_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/phuesler/simple_app_config".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A little helper to define and access the app configuration".freeze s.test_files = ["test/simple_app_config_test.rb".freeze, "test/test_helper.rb".freeze] end