Sha256: abc12263d5536a6f99c581d6fbb321222d981d1c99acc4937045805ce2e7c28b

Contents?: true

Size: 507 Bytes

Versions: 484

Compression:

Stored size: 507 Bytes

Contents

#!/usr/bin/env ruby

# This file loads Spring without using Bundler, in order to be fast.
# It gets overwritten when you run the `spring binstub` command.

unless defined?(Spring)
  require "rubygems"
  require "bundler"

  lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read)
  spring = lockfile.specs.detect { |spec| spec.name == "spring" }
  if spring
    Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path
    gem "spring", spring.version
    require "spring/binstub"
  end
end

Version data entries

484 entries across 484 versions & 4 rubygems

Version Path
avo-3.18.1.tw4 bin/spring
avo-3.18.1 bin/spring
avo-3.18.0.tw4 bin/spring
avo-3.18.0 bin/spring
avo-3.17.9.beta2 bin/spring
avo-3.17.9.beta1 bin/spring
avo-3.17.9.tw4 bin/spring
avo-3.17.9 bin/spring
avo-3.17.8.tw4 bin/spring
avo-3.17.8 bin/spring
avo-3.17.7 bin/spring
avo-3.17.6.tw4 bin/spring
avo-3.17.6 bin/spring
avo-3.17.5 bin/spring
avo-3.17.4 bin/spring
avo-3.17.3 bin/spring
avo-3.17.5.tw4 bin/spring
avo-3.17.4.tw4 bin/spring
avo-3.17.3.tw4 bin/spring
avo-3.17.2.tw4 bin/spring