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

teaspoon « bin - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c3b8dfc4ed8849db5a793163d62266139a0997d (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
begin
  load File.expand_path('../spring', __FILE__)
rescue LoadError => e
  raise unless e.message.include?('spring')
end
require 'bundler/setup'
load Gem.bin_path('teaspoon', 'teaspoon')