# -*- encoding: utf-8 -*- # stub: config_yml 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "config_yml".freeze s.version = "0.0.4".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-05-10" s.description = "A very simple way of configure your ruby applications through yaml files.".freeze s.email = "to@vitork.com".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "config_yml.gemspec".freeze, "lib/configuration.rb".freeze, "lib/configuration/railtie.rb".freeze, "lib/configuration/syntax.rb".freeze, "lib/configuration/syntax/conf.rb".freeze, "lib/configuration/tasks.rb".freeze, "lib/configuration/tasks/generate.rb".freeze, "lib/configuration/version.rb".freeze, "spec/lib/configuration/syntax/conf_spec.rb".freeze, "spec/lib/configuration/tasks/generate_spec.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/syntax/conf_spec.rb".freeze, "spec/lib/configuration/tasks/generate_spec.rb".freeze, "spec/lib/configuration_spec.rb".freeze, "spec/spec_helper.rb".freeze] end