Sha256: d3f266f1615bfe9f78bcafd0f95156b26e794e01bb78d6a6906c2a28f59096aa

Contents?: true

Size: 560 Bytes

Versions: 7

Compression:

Stored size: 560 Bytes

Contents

if RUBY_ENGINE == 'opal'
  require 'hyperloop/client_stubs'
  require 'hyperloop/context'
  require 'hyperloop/on_client'
else
  require 'opal'
  require 'hyperloop/config_settings'
  require 'hyperloop/context'
  require 'hyperloop/imports'
  require 'hyperloop/client_readers'
  require 'hyperloop/on_client'
  require 'hyperloop/rail_tie' if defined? Rails
  Hyperloop.import 'opal', gem: true
  Hyperloop.import 'browser', client_only: true
  Hyperloop.import 'hyperloop-config', gem: true
  Opal.append_path(File.expand_path('../', __FILE__).untaint)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyperloop-config-0.9.11 lib/hyperloop-config.rb
hyperloop-config-0.9.10 lib/hyperloop-config.rb
hyperloop-config-0.9.9 lib/hyperloop-config.rb
hyperloop-config-0.9.8 lib/hyperloop-config.rb
hyperloop-config-0.9.7 lib/hyperloop-config.rb
hyperloop-config-0.9.6 lib/hyperloop-config.rb
hyperloop-config-0.9.5 lib/hyperloop-config.rb