Sha256: 0b02bdda7de75c7f3dd0b7c38865af4a14b2f6f8b8b8b3892e4eebf7324a809a
Contents?: true
Size: 1.01 KB
Versions: 8
Compression:
Stored size: 1.01 KB
Contents
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>{{name}}</application> <version>1</version> <static-files /> <resource-files /> <sessions-enabled>false</sessions-enabled> <system-properties> <property name="jruby.management.enabled" value="false" /> <property name="os.arch" value="" /> <property name="jruby.compile.mode" value="JIT"/> <!-- JIT|FORCE|OFF --> <property name="jruby.compile.fastest" value="true"/> <property name="jruby.compile.frameless" value="true"/> <property name="jruby.compile.positionless" value="true"/> <property name="jruby.compile.threadless" value="false"/> <property name="jruby.compile.fastops" value="false"/> <property name="jruby.compile.fastcase" value="false"/> <property name="jruby.compile.chainsize" value="500"/> <property name="jruby.compile.lazyHandles" value="false"/> <property name="jruby.compile.peephole" value="true"/> </system-properties> </appengine-web-app>
Version data entries
8 entries across 8 versions & 1 rubygems