aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-01-26 11:23:36 -0800
committerCarl Lerche <carllerche@mac.com>2010-01-26 11:23:51 -0800
commit152a50a4aff32cc1c10bedd14d9ea822da4f3eef (patch)
tree196c7b97eaf6f3189084969b89e3ad7b2ddaeb22 /lib/bundler/templates
parent63e4af6bd86041ef6c7eebebd7670b2b39b20043 (diff)
downloadbundler-152a50a4aff32cc1c10bedd14d9ea822da4f3eef.tar.gz
Rename gemfile back to bundler
Diffstat (limited to 'lib/bundler/templates')
-rw-r--r--lib/bundler/templates/Gemfile4
-rw-r--r--lib/bundler/templates/environment.erb6
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/bundler/templates/Gemfile b/lib/bundler/templates/Gemfile
new file mode 100644
index 00000000..51f56e6b
--- /dev/null
+++ b/lib/bundler/templates/Gemfile
@@ -0,0 +1,4 @@
+# A sample Gemfile
+source :gemcutter
+#
+# gem "rails"
diff --git a/lib/bundler/templates/environment.erb b/lib/bundler/templates/environment.erb
new file mode 100644
index 00000000..97f6a561
--- /dev/null
+++ b/lib/bundler/templates/environment.erb
@@ -0,0 +1,6 @@
+# DO NOT MODIFY THIS FILE
+module Bundler
+<% load_paths.each do |path| -%>
+ $LOAD_PATH.unshift "<%= path %>"
+<% end -%>
+end \ No newline at end of file