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

- old
+ new

@@ -48,11 +48,11 @@ ## SYNOPSIS: ``` ruby require 'rest-gw2' gw2 = RestGW2::Client.new(:access_token => '...') -gw2.get('account/bank') # => list of items in your bank +gw2.get('v2/account/bank') # => list of items in your bank ``` ## SYNOPSIS: (if you need the web application) If you would like to try it, run with: @@ -75,21 +75,35 @@ ## DVELOPMENT: git clone git@github.com:godfat/rest-gw2.git cd rest-gw2 - gem install rack jellyfish lru_redux yahns rack-handlers - ruby -Ilib:rest-core/lib -S bin/rest-gw2 + gem install rack jellyfish dalli lru_redux rack-handlers rib + gem install httpclient mime-types timers + gem install yahns + rake server + rake console +## Using JRuby: + + git clone git@github.com:godfat/rest-gw2.git + cd rest-gw2 + jruby -S gem install rack jellyfish dalli lru_redux rack-handlers rib + jruby -S gem install httpclient mime-types timers + jruby -S gem install jruby-openssl + jruby -S gem install torquebox-web --pre + jruby -S rake server + jruby -S rake console + ## CONTRIBUTORS: * Lin Jen-Shin (@godfat) ## LICENSE: Apache License 2.0 -Copyright (c) 2015, Lin Jen-Shin (godfat) +Copyright (c) 2015-2016, 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