Sha256: 88e92caec8e9f8e968227a357fdd69feb36cc2b45888a7ae4e4b099d4480812d
Contents?: true
Size: 931 Bytes
Versions: 1
Compression:
Stored size: 931 Bytes
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 and/or the source is optional, but you must include a : after the gem name. gems: # twitter: # hpricot: # rack: # 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 |
---|---|
sevenscale-adhearsion-0.7.1003 | app_generators/ahn/templates/.ahnrc |