Version bump to 0.5.0.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user