Sha256: f54e330e4a7baf75967c974b56e833589a36045b782b8d24c5debeadcfdbf92e

Contents?: true

Size: 383 Bytes

Versions: 7

Compression:

Stored size: 383 Bytes

Contents

# require 'pusher'
# Pusher.app_id = "MY_TEST_ID"
# Pusher.key = "MY_TEST_KEY"
# Pusher.secret = "MY_TEST_SECRET"
# require 'pusher-fake'
#
# HyperMesh.configuration do |config|
#   config.transport = :pusher
#   config.channel_prefix = "synchromesh"
#   config.opts = {app_id: Pusher.app_id, key: Pusher.key, secret: Pusher.secret}.merge(PusherFake.configuration.web_options)
# end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 spec/test_app/config/initializers/synchromesh.rb
hyper-mesh-0.5.4 spec/test_app/config/initializers/synchromesh.rb
hyper-mesh-0.5.3 spec/test_app/config/initializers/synchromesh.rb
hyper-mesh-0.5.2 spec/test_app/config/initializers/synchromesh.rb
hyper-mesh-0.5.1 spec/test_app/config/initializers/synchromesh.rb
hyper-mesh-0.5.0 spec/test_app/config/initializers/synchromesh.rb
hyper-mesh-0.4.0 spec/test_app/config/initializers/synchromesh.rb