summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-02-19 13:32:50 -0800
committerCarl Lerche <carllerche@mac.com>2010-02-19 13:38:18 -0800
commit2690a1a8a09d9ab2dc1ce7cf6398bdf1b0140f19 (patch)
treedb7230990566600e4fc09affb34fae528aaf902d /Rakefile
parent2ba4a35f11aed2c69d4c972d15f7d1d57068cf23 (diff)
downloadbundler-2690a1a8a09d9ab2dc1ce7cf6398bdf1b0140f19.tar.gz
Rename bundler gem to bundler080.8.2
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"]