Sha256: bcf7c8c4feae7ffd9b37634e8d1ee904387cb57d0ef19699657129b01be047f1

Contents?: true

Size: 191 Bytes

Versions: 6

Compression:

Stored size: 191 Bytes

Contents

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

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

get '/' do
  'Congratulations!!! You have successfully installed decoct.'
end

Version data entries

6 entries across 5 versions & 1 rubygems

Version Path
andhapp-decoct-1.0.0 test/templates/generic_app.rb
andhapp-decoct-1.1.0 lib/templates/generic_app.rb
andhapp-decoct-1.1.0 test/templates/generic_app.rb
andhapp-decoct-1.2.0 lib/templates/generic_app.rb
andhapp-decoct-1.3.0 lib/templates/generic_app.rb
andhapp-decoct-1.4.0 lib/templates/generic_app.rb