Sha256: 1ffe1899b39204d85b267db57a1f991e3fe2cbdd0c232b7a58a0802f7a9e90a7
Contents?: true
Size: 1 KB
Versions: 14
Compression:
Stored size: 1 KB
Contents
# Goldspike configuration # Set the version of JRuby and GoldSpike to use: maven_library 'org.jruby', 'jruby-complete', '1.1.1' maven_library 'backport-util-concurrent', 'backport-util-concurrent', '3.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('jruby-openssl', '>=0.0.4') add_gem('rubyforge', '>=1.0.0') add_gem('rmagick4j', '>=0.3.3') add_gem('gruff', '>=0.3.1') add_gem('slave', '>=1.2.1') 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
14 entries across 14 versions & 1 rubygems