Sha256: 33a7d4e9c1bebee45ff6c54736aa7129d5b2077b742c38d8ff816eb22e312603

Contents?: true

Size: 97 Bytes

Versions: 16

Compression:

Stored size: 97 Bytes

Contents

class App
  def call(env)
    [200, {"Content-Type" => "text/plain"}, ["embeded app"]]
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jubilee-1.1.2-java test/config/app.rb
jubilee-1.1.0-java test/config/app.rb
jubilee-1.1.0.rc3 test/config/app.rb
jubilee-1.1.0.rc2 test/config/app.rb
jubilee-1.1.0.rc1 test/config/app.rb
jubilee-1.0.2 test/config/app.rb
jubilee-1.0.1 test/config/app.rb
jubilee-1.0.0 test/config/app.rb
jubilee-1.0.0.beta1 test/config/app.rb
jubilee-0.5.0 test/config/app.rb
jubilee-0.4.1 test/config/app.rb
jubilee-0.4.0 test/config/app.rb
jubilee-0.2.2 test/config/app.rb
jubilee-0.2.1 test/config/app.rb
jubilee-0.2.0 test/config/app.rb
jubilee-0.1.2 test/config/app.rb