bump up version

This commit is contained in:
muratayusuke
2013-07-31 23:38:37 +09:00
parent cbb6117d69
commit d1f87be435
3 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# 0.9.4
* Use https protocol instead of git protocol
* Introduce new commands
* `homesick unlink`
* `homesick rc`
# 0.9.3 # 0.9.3
* Add recursive option to `homesick clone` * Add recursive option to `homesick clone`

View File

@@ -31,6 +31,10 @@ If you use the shorthand syntax for GitHub repositories in your clone, please no
homesick symlink technicalpickles/pickled-vim homesick symlink technicalpickles/pickled-vim
You can remove symlinks anytime when you don't need them anymore
homesick unlink pickled-vim
If you're not sure what castles you have around, you can easily list them: If you're not sure what castles you have around, you can easily list them:
homesick list homesick list

View File

@@ -5,7 +5,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "homesick" s.name = "homesick"
s.version = "0.9.3" s.version = "0.9.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joshua Nichols", "Yusuke Murata"] s.authors = ["Joshua Nichols", "Yusuke Murata"]