Sha256: daed3eed870f49d21993eacf5e1bb6972d79f04d6dfd2abf9206446d1e73e7f2
Contents?: true
Size: 1.67 KB
Versions: 0
Compression: gzip
Compressed size: 787 Bytes
Stored size: 787 Bytes
Contents
--- !ruby/object:Gem::Specification name: homesick version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 1 - 0 version: 0.1.0 platform: ruby authors: - Joshua Nichols autorequire: bindir: bin cert_chain: [] date: 2010-03-10 00:00:00 -05: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: - LICENSE - README.rdoc files: - .document - .gitignore - 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