Sha256: 134d1b4b71f5b41fe95764dce79396de0515fb8fee3a59535e1f5070fc763955
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
if defined?(RAILS_ROOT) SITES_ROOT = "#{RAILS_ROOT}/sites" end AUTHENTICATED_PREFIX = "oo" PASSWORD_SALT = "jf93jfnvnas09093nas0923" # type anything here (but change this line !) ZENA_CALENDAR_LANGS = ["en", "fr"] # FIXME: build this dynamically from existing files ENABLE_XSENDFILE = false module Zena VERSION = '0.16.2' REVISION = 1336 ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..')) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zena-0.16.2 | lib/zena/info.rb |