# -*- encoding: utf-8 -*-
# stub: homesick 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "homesick".freeze
  s.version = "0.3.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 = ["Joshua Nichols".freeze]
  s.date = "2010-04-01"
  s.description = "\n    A man\u00E2\u0080\u0099s home (directory) is his castle, so don\u00E2\u0080\u0099t leave home with out it.\n\n    Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command. \n\n  ".freeze
  s.email = "josh@technicalpickles.com".freeze
  s.executables = ["homesick".freeze]
  s.extra_rdoc_files = ["ChangeLog.markdown".freeze, "LICENSE".freeze, "README.markdown".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, "ChangeLog.markdown".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "bin/homesick".freeze, "homesick.gemspec".freeze, "lib/homesick.rb".freeze, "lib/homesick/actions.rb".freeze, "lib/homesick/shell.rb".freeze, "spec/homesick/homesick_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/technicalpickles/homesick".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A man's home is his castle. Never leave your dotfiles behind.".freeze
  s.test_files = ["spec/homesick/homesick_spec.rb".freeze, "spec/spec_helper.rb".freeze]
end