aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-05-06 10:02:17 +0300
committerCarl Lerche <carllerche@mac.com>2010-05-06 10:02:17 +0300
commitd481a286572cd67f3e735bb1ffb853347cd35987 (patch)
tree1563d3dd237183f23226d92c7255e4ec8ee732c2
parentd0f808c1988deedb6dee14ef30662cb3e0f46225 (diff)
downloadbundler-d481a286572cd67f3e735bb1ffb853347cd35987.tar.gz
Don't need EXAMPLE_LOCKFILE anymore
-rw-r--r--EXAMPLE_LOCKFILE75
1 files changed, 0 insertions, 75 deletions
diff --git a/EXAMPLE_LOCKFILE b/EXAMPLE_LOCKFILE
deleted file mode 100644
index 896e2c87..00000000
--- a/EXAMPLE_LOCKFILE
+++ /dev/null
@@ -1,75 +0,0 @@
-sources:
- gem: http://rubygems.org/
- path: /Users/carlhuda/Developer/Source/bundler
-
-dependencies:
- rails:
- groups: default
- git: git://github.com/rails/rails.git ref:"d03196c"
-
-specs:
- abstract (1.0.0)
- actionmailer (3.0.0.beta3):
- actionpack (= 3.0.0.beta3)
- mail (~> 2.2.0)
- text-format (~> 1.0.0)
- actionpack (3.0.0.beta3):
- activemodel (= 3.0.0.beta3)
- activesupport (= 3.0.0.beta3)
- erubis (~> 2.6.5)
- rack (~> 1.1.0)
- rack-mount (~> 0.6.3)
- rack-test (~> 0.5.0)
- activemodel (3.0.0.beta3):
- activesupport (= 3.0.0.beta3)
- activerecord (3.0.0.beta3):
- activemodel (= 3.0.0.beta3)
- activesupport (= 3.0.0.beta3)
- arel (~> 0.3.3)
- activeresource (3.0.0.beta3):
- activemodel (= 3.0.0.beta3)
- activesupport (= 3.0.0.beta3)
- activesupport (3.0.0.beta3):
- builder (~> 2.1.2)
- i18n (~> 0.3.6)
- memcache-client (>= 1.7.5)
- tzinfo (~> 0.3.16)
- arel (0.3.3):
- activesupport (>= 3.0.0.beta)
- builder (2.1.2)
- bundler (0.9.21):
- erubis (2.6.5):
- abstract (>= 1.0.0)
- i18n (0.3.7)
- mail (2.2.0):
- activesupport (>= 2.3.4)
- mime-types
- treetop (>= 1.4.5)
- memcache-client (1.8.2)
- mime-types (1.16):
- polyglot (0.3.1):
- rack (1.1.0):
- rack-mount (0.6.3)
- rack-test (0.5.3):
- rack (>= 1.0)
- rails (3.0.0.beta3):
- actionmailer (= 3.0.0.beta3)
- actionpack (= 3.0.0.beta3)
- activerecord (= 3.0.0.beta3)
- activeresource (= 3.0.0.beta3)
- activesupport (= 3.0.0.beta3)
- bundler (>= 0.9.19)
- railties (= 3.0.0.beta3)
- railties (3.0.0.beta3):
- actionpack (= 3.0.0.beta3)
- activesupport (= 3.0.0.beta3)
- rake (>= 0.8.3)
- thor (~> 0.13.4)
- rake (0.8.7)
- text-format (1.0.0):
- text-hyphen (~> 1.0.0)
- text-hyphen (1.0.0)
- thor (0.13.4)
- treetop (1.4.5):
- polyglot (>= 0.3.1)
- tzinfo (0.3.20)