Sha256: 53467e19bcd2d62b3e7ace1fae2ad37d9d4092a37e525996c969a3a8ec5aba6a
Contents?: true
Size: 956 Bytes
Versions: 39
Compression:
Stored size: 956 Bytes
Contents
# Goldspike configuration # Set the version of JRuby and GoldSpike to use: #maven_library 'org.jruby', 'jruby-complete', '1.0' #maven_library 'org.jruby.extras', 'goldspike', '1.3-SNAPSHOT' # Add a Java library from the Maven repository: maven_library 'postgresql', 'postgresql', '8.2-504.jdbc4' #maven_library 'bouncycastle', 'bcprov-jdk16', '136' #add_gem('postgres-pr', '>=0.0.1') add_gem('jruby-openssl', '>=0.0.4') add_gem('rubyforge', '>=0.4.4') add_gem('rmagick4j', '>=0.3.3') add_gem('gruff', '>=0.2.8') exclude_files('pkg') # Production configuration.jetty_java_opts = '-Xmx1024m -Dcom.sun.grizzly.rails.numberOfRuntime=16' #Profile #configuration.jetty_java_opts = '-Xmx1024m -Dcom.sun.grizzly.rails.numberOfRuntime=32 -verbose:gc -Djruby.jit.logging=true -XX:+CITime -XX:+PrintCompilation' # Experiment #configuration.jetty_java_opts = '-Xmx1024m -Djruby.jit.logging=true -Dcom.sun.grizzly.rails.numberOfRuntime=32 -XX:+PrintCompilation'
Version data entries
39 entries across 39 versions & 1 rubygems