From c26a41678edeef2764bbb97edba4e81235e00990 Mon Sep 17 00:00:00 2001 From: Aaron Graves Date: Fri, 17 May 2013 15:06:44 -0400 Subject: [PATCH] Remove non-existent RakeFile from gemspec --- ruby-units.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-units.gemspec b/ruby-units.gemspec index 01a25952..2da76b54 100644 --- a/ruby-units.gemspec +++ b/ruby-units.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| "CHANGELOG.txt", "LICENSE.txt", "README.md", - "RakeFile", + "Rakefile.rb", "TODO", "VERSION", "lib/ruby-units.rb",