Sha256: 5b9a2fe0ff295a37a4dd85c35ff2b98f20d95a6cfb59dbc958ff0a6a55bea27c
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
source 'http://rubygems.org' # load rhoconnect from relative path gem 'rhoconnect', :path => '../../' gemfile_path = File.join(File.dirname(__FILE__), '..', '..', 'generators','templates', 'application', ".rcgemfile") begin eval(IO.read(gemfile_path)) rescue Exception => e puts "ERROR: Couldn't find RhoConnect .rcgemfile" puts e.message exit 1 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rhoconnect-3.4.5 | examples/simple/Gemfile |
rhoconnect-3.4.4 | examples/simple/Gemfile |
rhoconnect-3.4.3 | examples/simple/Gemfile |
rhoconnect-3.4.2 | examples/simple/Gemfile |