Sha256: b64aa7a5e28518fb7fa2d72a4a4ed196be5e67c086cf52ff8ff80978fae4472f
Contents?: true
Size: 324 Bytes
Versions: 46
Compression:
Stored size: 324 Bytes
Contents
source 'http://rubygems.org' 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
46 entries across 23 versions & 1 rubygems