# -*- encoding: utf-8 -*- # stub: eye-patch 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "eye-patch".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Andrew Horner".freeze] s.date = "2014-02-02" s.description = "Easily load your eye configuration from a YAML file.".freeze s.email = ["andrew@tablexi.com".freeze] s.executables = ["eye-patch".freeze, "eye-patch-loader".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/eye-patch".freeze, "bin/eye-patch-loader".freeze, "eye-patch.gemspec".freeze, "lib/eye/notify/ses.rb".freeze, "lib/eye/patch.rb".freeze, "lib/eye/patch/application.rb".freeze, "lib/eye/patch/config.rb".freeze, "lib/eye/patch/overrides.rb".freeze, "lib/eye/patch/settings.rb".freeze, "lib/eye/patch/version.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/tablexi/eye-patch".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Eye::Patch abstracts out the Eye DSL to allow you to load your configuration from a structured YAML file, rather than relying on Eye's built-in DSL.".freeze s.test_files = ["test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end