Sha256: 834cc5212c446651ac1d82f598b444355cafe29d26618b018008ebec2e3ca86d
Contents?: true
Size: 374 Bytes
Versions: 4
Compression:
Stored size: 374 Bytes
Contents
# Bootstrap the Bowline environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') Bowline::Initializer.run do |config| config.name = <%= full_name.inspect %> config.id = "com.<%= full_name.underscore %>" config.version = "0.0.1" config.publisher = "Example" config.url = "http://example.com" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bowline-0.9.3 | templates/config/environment.rb |
bowline-0.9.2 | templates/config/environment.rb |
bowline-0.9.1 | templates/config/environment.rb |
bowline-0.6.3 | templates/config/environment.rb |