From e817c816c9ddb20c7b8459318f9782be90b7b05b Mon Sep 17 00:00:00 2001 From: muratayusuke Date: Thu, 6 Jun 2013 12:59:00 +0000 Subject: [PATCH] Regenerate gemspec for version 0.9.0 --- homesick.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homesick.gemspec b/homesick.gemspec index 14c77f6..16eb26b 100644 --- a/homesick.gemspec +++ b/homesick.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "homesick" - s.version = "0.8.1" + s.version = "0.9.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joshua Nichols", "Yusuke Murata"] - s.date = "2013-05-19" + s.date = "2013-06-06" 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"]