# -*- encoding: utf-8 -*- # stub: yaml_conf 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "yaml_conf".freeze s.version = "0.1.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 = ["David van Geest".freeze] s.date = "2012-06-21" s.description = "Organize your Rails application configuration into a YAML file".freeze s.email = ["david.vangeest@gmail.com".freeze] s.files = [".gitignore".freeze, ".rvmrc".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/generators/yaml_conf/install/install_generator.rb".freeze, "lib/generators/yaml_conf/install/templates/config.yml".freeze, "lib/yaml_conf.rb".freeze, "lib/yaml_conf/railtie.rb".freeze, "lib/yaml_conf/version.rb".freeze, "test/lib/generators/yaml_conf/install/install_generator_test.rb".freeze, "test/test_helper.rb".freeze, "yaml_conf.gemspec".freeze] s.homepage = "https://github.com/spindance/yaml_conf".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Creates a YAML file to store Rails application configuration and loads it into a global variable".freeze s.test_files = ["test/lib/generators/yaml_conf/install/install_generator_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) end