Sha256: ba5195f9b2c5945cc3b0ea2501566d887148af31d1eef89dfc84fffd929639d0

Contents?: true

Size: 202 Bytes

Versions: 13

Compression:

Stored size: 202 Bytes

Contents

config['global'] = 'my global'
config['test'] = options[:test]

import('shared')

environment :production do
  config['prod'] = 'my prod'
end

environment :development do
  config['dev'] = 'my dev'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
goliath-1.0.7 examples/config/conf_test.rb
goliath-1.0.6 examples/config/conf_test.rb
goliath-1.0.5 examples/config/conf_test.rb
goliath-1.0.4 examples/config/conf_test.rb
goliath-1.0.3 examples/config/conf_test.rb
goliath-1.0.2 examples/config/conf_test.rb
goliath-1.0.1 examples/config/conf_test.rb
goliath-1.0.0 examples/config/conf_test.rb
goliath-1.0.0.beta.1 examples/config/conf_test.rb
goliath-0.9.4 examples/config/conf_test.rb
goliath-0.9.2 examples/config/conf_test.rb
goliath-0.9.1 examples/config/conf_test.rb
goliath-0.9.0 examples/config/conf_test.rb