Sha256: c9467c64f7ee775c1fc8a28ac4bee2cc5d09ffed0773238e6d16ccc8cb1d983e

Contents?: true

Size: 144 Bytes

Versions: 13

Compression:

Stored size: 144 Bytes

Contents

$LOAD_PATH.unshift File.dirname(__FILE__) + '/../sinatra/lib'

%w{rubygems sinatra}.each {|x| require x}

get '/' do
  'It works!!!'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
andhapp-decoct-1.4.1 lib/templates/generic_app.rb
andhapp-decoct-1.4.2 lib/templates/generic_app.rb
andhapp-decoct-1.4.3 lib/templates/generic_app.rb
andhapp-decoct-1.4.4 lib/templates/generic_app.rb
andhapp-decoct-1.5.4 lib/templates/generic_app.rb
andhapp-decoct-1.6.4 lib/templates/generic_app.rb
andhapp-decoct-1.7.4 lib/templates/generic_app.rb
andhapp-decoct-1.8.4 lib/templates/generic_app.rb
andhapp-decoct-1.9.5 lib/templates/generic_app.rb
andhapp-decoct-1.9.6 lib/templates/generic_app.rb
andhapp-decoct-1.9.7 lib/templates/generic_app.rb
andhapp-decoct-1.9.8 lib/templates/generic_app.rb
andhapp-decoct-1.9.9 lib/templates/generic_app.rb