From 412558f9ad61f579acbfd2400cab3f25fa636eea Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Fri, 19 Mar 2010 00:34:08 -0400 Subject: [PATCH] Version bump --- ChangeLog.markdown | 10 +++++++++- Rakefile | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 53fd79b..e26fc47 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,8 +1,16 @@ +# 2.0.0 + + * Better support for recognizing git urls (thanks jacobat!) + * if it looks like a github user/repo, do that + * otherwise hand off to git clone + * Listing now displays in color, and show git remote + * Support pretend, force, and quiet modes + # 0.1.1 * Fixed trying to link against castles that don't exist * Fixed linking, which tries to exclude . and .. from the list of files to - link (thanks Martinos) + link (thanks Martinos!) # 0.1.0 diff --git a/Rakefile b/Rakefile index 5cab9dd..922b73d 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem| gem.email = "josh@technicalpickles.com" gem.homepage = "http://github.com/technicalpickles/homesick" gem.authors = ["Joshua Nichols"] - gem.version = "0.1.1" + gem.version = "0.2.0" # Have dependencies? Add them to Gemfile # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings