Bumped to 0.3.0
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
# 3.0.0
|
||||||
|
|
||||||
|
* Renamed 'link' to 'symlink'
|
||||||
|
* Fixed conflict resolution when symlink destination exists and is a normal file
|
||||||
|
|
||||||
# 2.0.0
|
# 2.0.0
|
||||||
|
|
||||||
* Better support for recognizing git urls (thanks jacobat!)
|
* Better support for recognizing git urls (thanks jacobat!)
|
||||||
|
|||||||
2
Rakefile
2
Rakefile
@@ -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.2.0"
|
gem.version = "0.3.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
|
||||||
|
|||||||
Reference in New Issue
Block a user