Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vietj/vertx-core-gem
- Owner: vietj
- Created: 2016-08-21T17:28:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T21:37:27.000Z (over 8 years ago)
- Last Synced: 2024-11-08T20:49:57.035Z (about 2 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```