summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index cf855708f7..4f1588b4f6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,11 +1,11 @@
$:.unshift File.join(File.dirname(__FILE__), 'lib')
require 'rubygems' unless ENV['NO_RUBYGEMS']
require 'rubygems/specification'
-require 'bundler'
+require 'bundler08'
require 'date'
spec = Gem::Specification.new do |s|
- s.name = "bundler"
+ s.name = "bundler08"
s.version = Bundler::VERSION
s.authors = ["Yehuda Katz", "Carl Lerche"]
s.email = ["wycats@gmail.com", "clerche@engineyard.com"]