From 7a2df591c06d497bb808f038600f563def34a456 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Thu, 23 Mar 2017 08:37:44 -0400 Subject: [PATCH] Regenerate gemspec for version 1.1.5 --- homesick.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homesick.gemspec b/homesick.gemspec index 84fbc1a..10120cf 100644 --- a/homesick.gemspec +++ b/homesick.gemspec @@ -2,16 +2,16 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: homesick 1.1.4 ruby lib +# stub: homesick 1.1.5 ruby lib Gem::Specification.new do |s| s.name = "homesick".freeze - s.version = "1.1.4" + s.version = "1.1.5" 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, "Yusuke Murata".freeze] - s.date = "2017-03-22" + s.date = "2017-03-23" s.description = "\n Your home directory is your castle. Don't leave your dotfiles behind.\n \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, "info@muratayusuke.com".freeze] s.executables = ["homesick".freeze]