From d22361f2ac1963a5593747bd1d8781cac0e58fc1 Mon Sep 17 00:00:00 2001 From: muratayusuke Date: Wed, 31 Jul 2013 23:40:22 +0900 Subject: [PATCH] Regenerate gemspec for version 0.9.3 --- homesick.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homesick.gemspec b/homesick.gemspec index 6a59406..efe69d9 100644 --- a/homesick.gemspec +++ b/homesick.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "homesick" - s.version = "0.9.4" + s.version = "0.9.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joshua Nichols", "Yusuke Murata"] - s.date = "2013-07-06" + s.date = "2013-07-31" s.description = "\n A man's home (directory) is his castle, so don't 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 " s.email = ["josh@technicalpickles.com", "info@muratayusuke.com"] s.executables = ["homesick"]