Sha256: 56a33da7c377e3568080053b48646c10bbbfa92a205e24d2e874a35c44f91942

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 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:
    directory: models
    pattern: "*.rb"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sant0sk1-adhearsion-0.7.999 app_generators/ahn/templates/.ahnrc