Version bump

This commit is contained in:
Joshua Nichols
2010-03-19 00:34:08 -04:00
parent 73d890652e
commit 412558f9ad
2 changed files with 10 additions and 2 deletions

View File

@@ -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 # 0.1.1
* Fixed trying to link against castles that don't exist * Fixed trying to link against castles that don't exist
* Fixed linking, which tries to exclude . and .. from the list of files to * Fixed linking, which tries to exclude . and .. from the list of files to
link (thanks Martinos) link (thanks Martinos!)
# 0.1.0 # 0.1.0

View File

@@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem|
gem.email = "josh@technicalpickles.com" gem.email = "josh@technicalpickles.com"
gem.homepage = "http://github.com/technicalpickles/homesick" gem.homepage = "http://github.com/technicalpickles/homesick"
gem.authors = ["Joshua Nichols"] gem.authors = ["Joshua Nichols"]
gem.version = "0.1.1" gem.version = "0.2.0"
# Have dependencies? Add them to Gemfile # Have dependencies? Add them to Gemfile
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings