Sha256: 65de2cb5faa720ccc08f6665c9b949ae154d512cd1892bc0785097e5cc85cb78
Contents?: true
Size: 250 Bytes
Versions: 126
Compression:
Stored size: 250 Bytes
Contents
# Set constants. # # Use rack's environment for the search engine. # ENV['PICKY_ENV'] ||= ENV['RACK_ENV'] PICKY_ENVIRONMENT = ENV['PICKY_ENV'] || 'development' unless defined? PICKY_ENVIRONMENT PICKY_ROOT = Dir.pwd unless defined? PICKY_ROOT
Version data entries
126 entries across 126 versions & 1 rubygems
Version | Path |
---|---|
picky-0.2.0 | lib/constants.rb |
picky-0.1.0 | lib/constants.rb |
picky-0.0.9 | lib/constants.rb |
picky-0.0.8 | lib/constants.rb |
picky-0.0.7 | lib/constants.rb |
picky-0.0.6 | lib/constants.rb |