README.md in rest-gw2-0.4.0 vs README.md in rest-gw2-0.5.0

- old
+ new

@@ -12,20 +12,20 @@ A very simple [Guild Wars 2 API](https://wiki.guildwars2.com/wiki/API:Main) client built with [rest-core](https://github.com/godfat/rest-core). There's also a bundled web application showing your items, serving as an -example using the client. +example using the client. There's also a [demo site](https://gw2.godfat.org/) ## FEATURES: * Caching from rest-core for the win. * Concurrency from rest-core for the win. ## REQUIREMENTS: -* Tested with MRI (official CRuby), Rubinius and JRuby. +* Tested with MRI (official CRuby) and JRuby. * rest-core ### REQUIREMENTS: (if you need the web application) * rack @@ -92,18 +92,22 @@ jruby -S gem install jruby-openssl jruby -S gem install torquebox-web --pre jruby -S rake server jruby -S rake console +## Current production script: + + jruby -Xcompile.invokedynamic=true -J-Xmx1536m -S rake server -- -p PORT -s trinidad + ## CONTRIBUTORS: * Lin Jen-Shin (@godfat) ## LICENSE: Apache License 2.0 -Copyright (c) 2015-2016, Lin Jen-Shin (godfat) +Copyright (c) 2015-2019, Lin Jen-Shin (godfat) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at