Sha256: 581772bca87cf6f336f2209595f5c0af6832222e35450177848df9ee0c80d0ba
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 717 Bytes
Stored size: 717 Bytes
Contents
--- !ruby/object:Gem::Specification name: dotfile_linker version: !ruby/object:Gem::Version hash: 29 prerelease: segments: - 0 - 0 - 1 version: 0.0.1 platform: ruby authors: - Dillon Kearns autorequire: bindir: bin cert_chain: [] date: 2012-09-25 00:00:00 Z dependencies: [] description: This gem aims to provide a simple, unopinionated solution to managing symlinking your dotfiles, allowing you to save them in an isolated, versioned directory and keep your home directory clean. Similar tools exist, but tend to impose a structure on how you manage your dotfiles. email: - dillon@dillonkearns.com executables: - link_dotfiles extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE - README.md - Rakefile - bin/link_dotfiles - dotfile_linker.gemspec - lib/dotfile_linker.rb - lib/dotfile_linker/version.rb - spec/dotfile_linker_spec.rb homepage: https://github.com/dillonkearns/dotfile-linker licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: A simple script to help you symlink your dotfiles to your home directory. test_files: - spec/dotfile_linker_spec.rb