Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vietj/vertx-core-gem

Vert.x Core 3.3.2 GEM packaging
https://github.com/vietj/vertx-core-gem

Last synced: 5 days ago
JSON representation

Vert.x Core 3.3.2 GEM packaging

Awesome Lists containing this project

README

        

# Vert.x Core 3.3.2 GEM packaging

## setup

```
bundle install
```

## pack GEM

```
jgem build vertx-core.gemspec
```

## install the GEM

jgem install vertx-core-3.3.2.gem

## just run the code

make sure you use jruby (via rbenv, rvm, etc)

```
jruby test-server.rb
```