Version bump to 0.5.0.

This commit is contained in:
Joshua Nichols
2010-05-18 21:05:20 -04:00
parent 55d47ea4f5
commit 7f3fa403aa
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# 0.5.0
* Fixed listing of castles cloned using `homesick clone <github-user>/<github-repo>` (issue 3)
* Added `homesick pull <CASTLE>` for updating castles (thanks Jorge Dias!)
* Added a very basic `homesick generate <CASTLE>`
# 0.4.1
* Improved error message when a castle's home dir doesn't exist

View File

@@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{homesick}
s.version = "0.4.1"
s.version = "0.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joshua Nichols"]