# -*- encoding: utf-8 -*-
# stub: homecoming 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "homecoming".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 = ["Ren\u00E9 F\u00F6hring".freeze]
  s.date = "2014-01-20"
  s.description = "Easy upwards directory traversal".freeze
  s.email = ["rf@bamaru.de".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "homecoming.gemspec".freeze, "lib/homecoming.rb".freeze, "lib/homecoming/find.rb".freeze, "lib/homecoming/traversal.rb".freeze, "lib/homecoming/version.rb".freeze, "test/fixtures/simple/.yourconfig".freeze, "test/fixtures/simple/config/settings.yml".freeze, "test/fixtures/simple/projects/your_project/.yourconfig".freeze, "test/fixtures/simple/projects/your_project/config/settings.yml".freeze, "test/homecoming_test.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Easy upwards directory traversal".freeze
  s.test_files = ["test/fixtures/simple/.yourconfig".freeze, "test/fixtures/simple/config/settings.yml".freeze, "test/fixtures/simple/projects/your_project/.yourconfig".freeze, "test/fixtures/simple/projects/your_project/config/settings.yml".freeze, "test/homecoming_test.rb".freeze, "test/test_helper.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.5".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
end