Sha256: 3088655d7d7f663e1ba41b683685d8e65b88efadc102b1720115ad3e7c034247

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/dotfile_linker/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Dillon Kearns"]
  gem.email         = ["dillon@dillonkearns.com"]
  gem.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."
  gem.summary       = "A simple script to help you symlink your dotfiles to your home directory."
  gem.homepage      = "https://github.com/dillonkearns/dotfile-linker"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "dotfile_linker"
  gem.require_paths = ["lib"]
  gem.version       = DotfileLinker::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dotfile_linker-0.0.1 dotfile_linker.gemspec