Sha256: beb65dd86d059084af11d95c51366a02cba8ade2425122cdf1e9b9705bebad24

Contents?: true

Size: 1.16 KB

Versions: 31

Compression:

Stored size: 1.16 KB

Contents

# Adhearsion Runtime Configuration.

# You can use the "gems" section to force Adhearsion to load a particular version of a gem.
# This is useful when a component require()s a gem, but you don't want it to use the latest one installed on the system.
# For example, if a component require()s activerecord, sucking in the latest on the system, and then you enable a Rails app
# which wants a particular version of activerecord, RubyGems will raise an error saying "you cannot activate two versions of
# the same gem". Note: specifying the version, source and require names is optional, but you must include a : after the gem name to make it a YAML key/value pair (with a nil value).
gems:
#  twitter:
#  hpricot:
#  rack:
#    # require() one library when initializing:
#    require: rack
#  memcache-client:
#    version >= 1.5.2
#    require:
#      # require() an Array of libraries when initializing:
#      - memcache
#      - memcache_util
#  activerecord:
#    version: >= 2.1.0
#  aasm:
#    source: http://gems.github.com

paths:

  # All paths are relative to this file's directory
  init: config/startup.rb

  dialplan: dialplan.rb

  events: events.rb

  models: models/*.rb

Version data entries

31 entries across 31 versions & 8 rubygems

Version Path
eric-adhearsion-0.8.0 app_generators/ahn/templates/.ahnrc
jicksta-adhearsion-0.7.999 app_generators/ahn/templates/.ahnrc
jicksta-adhearsion-0.8.0 app_generators/ahn/templates/.ahnrc
jicksta-adhearsion-0.8.2 app_generators/ahn/templates/.ahnrc
jicksta-adhearsion-0.8.3 app_generators/ahn/templates/.ahnrc
kenwiesner-adhearsioncw-0.8.3 app_generators/ahn/templates/.ahnrc
mtrudel-adhearsion-0.8.3 app_generators/ahn/templates/.ahnrc
sevenscale-adhearsion-0.8.0 app_generators/ahn/templates/.ahnrc
adhearsion-1.2.6 lib/adhearsion/generators/app/templates/.ahnrc
adhearsion-1.2.5 lib/adhearsion/generators/app/templates/.ahnrc
adhearsion-1.2.4 lib/adhearsion/generators/app/templates/.ahnrc
adhearsion-1.2.3 app_generators/ahn/templates/.ahnrc
adhearsion-1.2.1 app_generators/ahn/templates/.ahnrc
adhearsion-1.2.0 app_generators/ahn/templates/.ahnrc
adhearsion-1.1.1 app_generators/ahn/templates/.ahnrc
adhearsion-1.1.0 app_generators/ahn/templates/.ahnrc
adhearsion-1.0.3 app_generators/ahn/templates/.ahnrc
adhearsion-1.0.2 app_generators/ahn/templates/.ahnrc
adhearsion-cw-1.0.2.3 app_generators/ahn/templates/.ahnrc
adhearsion-cw-1.0.2.2 app_generators/ahn/templates/.ahnrc