Added a little debug output to check what happened when you try to deploy the ruby verticle:
[INFO] CTRL-C to stop server
Mar 05, 2015 8:05:55 PM org.vertx.java.platform.impl.resolver.HttpResolution
INFO: Downloading io.vertx~lang-jruby~2.1.0-final. Please wait...
Mar 05, 2015 8:06:01 PM org.vertx.java.platform.impl.DefaultPlatformManager
INFO: Module io.vertx~lang-jruby~2.1.0-final successfully installed
Deployment failed! org.jruby.embed.EvalFailedException: (LoadError) no such file to load -- active_record
I suspect the ruby module system isn't playing nicely with the vert.x one when using maven. However, I don't know a lot about using vert.x with ruby, but the failure is because that file is failing to deploy, because it references active_record (presumably from a gem, which isn't being picked up by the maven setup).
Sorry I can't help more, but I'm Java/Groovy and have zero handle on how Ruby gems are supposed to get picked up when using runMod.