Sha256: 393e50a840b3d42374e350e1c8a58cdf2643c35541f4d2642a093b060d167b36
Contents?: true
Size: 445 Bytes
Versions: 8
Compression:
Stored size: 445 Bytes
Contents
#!/usr/bin/ruby1.8 # # This file was generated by RubyGems. # # The application 'god' is installed as part of a gem, and # this file is here to facilitate running it. # # NOTE: modified for ec2onrails by including the god_patch # require 'rubygems' version = ">= 0" if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then version = $1 ARGV.shift end gem 'god', version require '/usr/local/ec2onrails/lib/god_patch' load 'god'
Version data entries
8 entries across 8 versions & 6 rubygems