bump up version
This commit is contained in:
@@ -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`
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user