Sha256: 0be357bdaf4e4f29e1d4329bb475dcc06008b1abac7f770833c69a5524599ef4
Contents?: true
Size: 941 Bytes
Versions: 3
Compression:
Stored size: 941 Bytes
Contents
# Copyright 2011 the original author or authors. # # 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 # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. include Java require 'vertx/buffer' require 'vertx/event_bus' require 'vertx/http' # This is the module for vertx related feature like EventBus and SharedData, # these features are built into jubilee server, by requiring 'vertx' in your # rack application, you get access to the functionalities offered by vertx # platform. module Vertx end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jubilee-2.1.0.beta-java | lib/vertx.rb |
jubilee-2.1.0.Alpha1-java | lib/vertx.rb |
jubilee-2.0.0-java | lib/vertx.rb |