- #!/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"
- if match = Bundler.default_lockfile.read.match(/^GEM$.*?^ (?: )*spring \((.*?)\)$.*?^$/m)
- Gem.paths = { "GEM_PATH" => [Bundler.bundle_path.to_s, *Gem.path].uniq }
- gem "spring", match[1]
- require "spring/binstub"
- end
- end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 17271 | tjuricek | Remove deprecated Ruby implementation. | 9 years ago | |
//guest/perforce_software/helix-web-services/main/source/helix_web_services/mock_raymond/bin/spring | |||||
#1 | 16072 | tjuricek | Helix Cloud integration for Helix Sync services. This includes a "mock_raymond" rails a...pplication for keeping tabs on basic integration with Helix Cloud. We do not test against a live server. See integration history for more details. « |
9 years ago | |
//guest/doug_scheirer/helix-web-services/main/source/helix_web_services/mock_raymond/bin/spring | |||||
#1 | 15851 | Doug Scheirer | mock raymond service, rails app development standin for the helix cloud webapp | 10 years ago |