Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-16 14:22:03 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-16 14:22:03 +0400
commit99dc9c6fc9880519dddf2cb2557b984792843848 (patch)
tree71cf43cba263420f42b4d4aeaa25a865787745ce /bin/spinach
parent4bbb3d5510d5396eca034a9a8593952b16b15ab5 (diff)
Inserted spring in the binstubs
Now possible to run: `bin/rails` `bin/rspec` `bin/spinach` `bin/rake`
Diffstat (limited to 'bin/spinach')
-rw-r--r--bin/spinach7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/spinach b/bin/spinach
new file mode 100644
index 00000000000..a080e286cfe
--- /dev/null
+++ b/bin/spinach
@@ -0,0 +1,7 @@
+#!/usr/bin/env ruby
+begin
+ load File.expand_path("../spring", __FILE__)
+rescue LoadError
+end
+require 'bundler/setup'
+load Gem.bin_path('spinach', 'spinach')