Sha256: 7a41c3ffa3038b3887fd2e0b388c9fa0f53cd95ac734e570775e98f9b9eed5c6

Contents?: true

Size: 221 Bytes

Versions: 17

Compression:

Stored size: 221 Bytes

Contents

Execute.define_task do
  desc "web", "Launch the web console in a browser - uses :syncserver: in settings.yml"
  def web
  	invoke :config
    windows? ? system("start #{$url}") : system("open #{$url}")
  end #web
end #do

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rhoconnect-3.4.5 commands/rhoconnect/web.rb
rhoconnect-3.4.4 commands/rhoconnect/web.rb
rhoconnect-3.4.3 commands/rhoconnect/web.rb
rhoconnect-3.4.2 commands/rhoconnect/web.rb
rhoconnect-3.3.6 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.5 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.4 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.3 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.2 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.1 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.1.beta4 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.1.beta3 commands/commands/rhoconnect/web.rb
rhoconnect-3.3.1.beta2 commands/commands/rhoconnect/web.rb
rhoconnect-3.2.1 commands/commands/rhoconnect/web.rb
rhoconnect-3.2.0 commands/commands/rhoconnect/web.rb
rhoconnect-3.2.0.beta5 commands/commands/rhoconnect/web.rb
rhoconnect-3.2.0.beta4 commands/commands/rhoconnect/web.rb