diff --git a/homesick.gemspec b/homesick.gemspec index f46de36..c885f45 100644 --- a/homesick.gemspec +++ b/homesick.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{homesick} - s.version = "0.2.0" + s.version = "0.3.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joshua Nichols"] - s.date = %q{2010-03-19} + s.date = %q{2010-04-01} s.default_executable = %q{homesick} s.description = %q{ A man’s home (directory) is his castle, so don’t leave home with out it. @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.extra_rdoc_files = [ "ChangeLog.markdown", "LICENSE", - "README.rdoc" + "README.markdown" ] s.files = [ ".document", @@ -30,7 +30,7 @@ Gem::Specification.new do |s| "ChangeLog.markdown", "Gemfile", "LICENSE", - "README.rdoc", + "README.markdown", "Rakefile", "bin/homesick", "homesick.gemspec",