From a7d2dfebb3496761fdcecaa3e771469c9f804dac Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Wed, 17 Mar 2010 11:45:50 -0400 Subject: [PATCH] Version bump to 0.1.1, and added ChangeLog. --- ChangeLog.markdown | 9 +++++++++ Rakefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 ChangeLog.markdown diff --git a/ChangeLog.markdown b/ChangeLog.markdown new file mode 100644 index 0000000..53fd79b --- /dev/null +++ b/ChangeLog.markdown @@ -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 diff --git a/Rakefile b/Rakefile index a3e1da3..5cab9dd 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem| gem.email = "josh@technicalpickles.com" gem.homepage = "http://github.com/technicalpickles/homesick" gem.authors = ["Joshua Nichols"] - gem.version = "0.1.0" + gem.version = "0.1.1" # Have dependencies? Add them to Gemfile # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings