# -*- encoding: utf-8 -*- # stub: config_yml 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "config_yml".freeze s.version = "0.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 = ["Vitor Kiyoshi Arimitsu".freeze] s.date = "2013-04-27" s.description = "A very simple way of configure your ruby applications through yaml files.".freeze s.email = "to@vitork.com".freeze s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "config_yml.gemspec".freeze, "lib/configuration.rb".freeze, "lib/configuration/version.rb".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/vitork/config_yml".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simplify your app configuration.".freeze s.test_files = ["spec/lib/configuration_spec.rb".freeze, "spec/spec_helper.rb".freeze] end