summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorScott Chacon <schacon@gmail.com>2008-05-22 15:43:28 -0700
committerScott Chacon <schacon@gmail.com>2008-05-22 15:43:28 -0700
commit06551bcea9493e7bf847cc6d33cb20525d158365 (patch)
tree32fad134de550c75376cc26c0dbe0b5455f2e5de /Rakefile
parent0f1baf67e26092797e4a84804469cb1391546708 (diff)
downloadthird_party-ruby-git-06551bcea9493e7bf847cc6d33cb20525d158365.tar.gz
third_party-ruby-git-06551bcea9493e7bf847cc6d33cb20525d158365.tar.xz
third_party-ruby-git-06551bcea9493e7bf847cc6d33cb20525d158365.zip
updated gemspec to actually work this time
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c4b1206..6ae0ff2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,7 @@ require 'rubygems'
Gem::manage_gems
require 'rake/gempackagetask'
-spec = eval(File.read('ticgit.gemspec'))
+spec = eval(File.read('ruby-git.gemspec'))
Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_tar = true