Sha256: f845cece21573f71cde22f49048824afa9b1fece6797f5876b818aec30c148e0

Contents?: true

Size: 513 Bytes

Versions: 20

Compression:

Stored size: 513 Bytes

Contents

#
# The following can be used to run the application in CLI mode
# in development and use source rather than the gem.
#
# From the /lib/ directory:  ruby run.rb
#

# Look for all required dependencies.
path = File.dirname( File.absolute_path( __FILE__ ) )
require File.join( path, 'dependencies.rb' )

params = []
( params << '--cli' ) if ARGV.count.zero?

platform = Gloo::App::Platform.new
context = Gloo::App::EngineContext.new(
  params, platform, Gloo::App::Log, nil )
Gloo::App::Engine.new( context ).start

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
gloo-3.5.0 lib/run.rb
gloo-3.4.1 lib/run.rb
gloo-3.4.0 lib/run.rb
gloo-3.3.0 lib/run.rb
gloo-3.2.0 lib/run.rb
gloo-3.1.1 lib/run.rb
gloo-3.1.0 lib/run.rb
gloo-3.0.1 lib/run.rb
gloo-3.0.0 lib/run.rb
gloo-2.5.0 lib/run.rb
gloo-2.4.3 lib/run.rb
gloo-2.4.2 lib/run.rb
gloo-2.4.1 lib/run.rb
gloo-2.4.0 lib/run.rb
gloo-2.3.1 lib/run.rb
gloo-2.2.0 lib/run.rb
gloo-2.1.0 lib/run.rb
gloo-2.0.2 lib/run.rb
gloo-2.0.1 lib/run.rb
gloo-2.0.0 lib/run.rb