Sha256: ad73392bc6e591d04815c1a956df31241a4fadb81dee8850c6fb149757ab48a0

Contents?: true

Size: 600 Bytes

Versions: 13

Compression:

Stored size: 600 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.1.0"
  config.publisher  = "Example"
  config.url        = "http://example.com"
  
  # config.gem "net-mdns", :lib => 'net/dns/mdns'
  # config.gem "rack"
  # config.gem "rubyzip", :lib => 'zip/zip'
  # Bowline Edge:
  # config.gem "maccman-bowline", :lib => "bowline", :source => "http://gems.github.com"
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
maccman-bowline-0.3.3 templates/config/environment.rb
maccman-bowline-0.3.5 templates/config/environment.rb
maccman-bowline-0.3.6 templates/config/environment.rb
maccman-bowline-0.3.7 templates/config/environment.rb
maccman-bowline-0.3.9 templates/config/environment.rb
maccman-bowline-0.4.0 templates/config/environment.rb
maccman-bowline-0.4.1 templates/config/environment.rb
maccman-bowline-0.4.3 templates/config/environment.rb
maccman-bowline-0.4.4 templates/config/environment.rb
maccman-bowline-0.4.5 templates/config/environment.rb
maccman-bowline-0.4.6 templates/config/environment.rb
bowline-0.4.6 templates/config/environment.rb
bowline-0.3.9 templates/config/environment.rb