# -*- encoding: utf-8 -*- # stub: config_files 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "config_files".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paul McKibbin".freeze] s.date = "2012-11-11" s.description = "A configuration tool for using multiple configuration files with multiple formats by presenting them as a hash.".freeze s.email = ["pmckibbin@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENCE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "config_files.gemspec".freeze, "lib/config_files.rb".freeze, "lib/config_files/file_factory.rb".freeze, "lib/config_files/loader_factory.rb".freeze, "lib/config_files/loaders.rb".freeze, "lib/config_files/loaders/default.rb".freeze, "lib/config_files/loaders/json.rb".freeze, "lib/config_files/loaders/yaml.rb".freeze, "lib/config_files/version.rb".freeze, "lib/meta.rb".freeze, "test/config_files_test.rb".freeze, "test/etc/dummy.conf".freeze, "test/etc/dummy.json".freeze, "test/etc/dummy.yml".freeze, "test/loader_factory_test.rb".freeze] s.homepage = "https://github.com/blackrat/config_files".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "ConfigFiles is a configuration file access tool. It parses multiple configuration files in multiple formats and presents a consistent block to the application with options to cache or use the files dynamically".freeze s.test_files = ["test/config_files_test.rb".freeze, "test/etc/dummy.conf".freeze, "test/etc/dummy.json".freeze, "test/etc/dummy.yml".freeze, "test/loader_factory_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end