Version bump to 0.1.1, and added ChangeLog.
This commit is contained in:
9
ChangeLog.markdown
Normal file
9
ChangeLog.markdown
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 0.1.1
|
||||||
|
|
||||||
|
* Fixed trying to link against castles that don't exist
|
||||||
|
* Fixed linking, which tries to exclude . and .. from the list of files to
|
||||||
|
link (thanks Martinos)
|
||||||
|
|
||||||
|
# 0.1.0
|
||||||
|
|
||||||
|
* Initial release
|
||||||
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.1.0"
|
gem.version = "0.1.1"
|
||||||
# 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