Sha256: 4501cba01da10da176f269ffcb52119c1c1c44d4d0debf676a299b64a0c9e490
Contents?: true
Size: 1.71 KB
Versions: 0
Compression: gzip
Compressed size: 805 Bytes
Stored size: 805 Bytes
Contents
--- !ruby/object:Gem::Specification name: homesick version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 1 version: 0.1.1 platform: ruby authors: - Joshua Nichols autorequire: bindir: bin cert_chain: [] date: 2010-03-17 00:00:00 -04:00 default_executable: homesick dependencies: [] description: "\n A man\xE2\x80\x99s home (directory) is his castle, so don\xE2\x80\x99t 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 " email: josh@technicalpickles.com executables: - homesick extensions: [] extra_rdoc_files: - ChangeLog.markdown - LICENSE - README.rdoc files: - .document - .gitignore - ChangeLog.markdown - Gemfile - LICENSE - README.rdoc - Rakefile - bin/homesick - homesick.gemspec - lib/homesick.rb - spec/homesick/homesick_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/technicalpickles/homesick licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: A man's home is his castle. Never leave your dotfiles behind. test_files: - spec/homesick/homesick_spec.rb - spec/spec_helper.rb