aboutsummaryrefslogtreecommitdiff
path: root/www/vertx/pkg-message.jruby
blob: e5b70a447e1efee69c13a0489f4da24d5ca24d6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
**************************************************************

 If you want to use Ruby with Vert.x you will need to install
 the json Ruby Gem since this is used in Vert.x.
 You can do this by running

	jruby -S gem install json

 When you deinstall Vert.x, you can then remove that Ruby Gem
 by running

	jruby -S gem uninstall json

**************************************************************