ruby-eventmachine 1.0.3-4 source package in Ubuntu

Changelog

ruby-eventmachine (1.0.3-4) unstable; urgency=low


  * Team upload.
  * d/rules: disable tests for now
  * bump Standards-Version to 3.9.5 (no changes needed)

 -- Jonas Genannt <email address hidden>  Thu, 16 Jan 2014 14:40:05 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-eventmachine_1.0.3-4.dsc 2.2 KiB 839706cb6dfb6fdd5c6462de3e5be843e3b2b70d4038c821ad88925ad14dfc12
ruby-eventmachine_1.0.3.orig.tar.gz 220.1 KiB 2b4d1e8a5e8fb30d797d4b1193bd1edbda28dd06cccde6ed0cb6b22a4a1f96a7
ruby-eventmachine_1.0.3-4.debian.tar.gz 5.5 KiB 159032f536e8195891abd8b8943457d9503c34d9326c9fa5a0b39475768b3c4c

Available diffs

No changes file available.

Binary packages built by this source

ruby-eventmachine: Ruby/EventMachine library

 EventMachine implements a fast, single-threaded engine for arbitrary network
 communications. It's extremely easy to use in Ruby. EventMachine wraps all
 interactions with IP sockets, allowing programs to concentrate on the
 implementation of network protocols. It can be used to create both network
 servers and clients. To create a server or client, a Ruby program only needs
 to specify the IP address and port, and provide a Module that implements the
 communications protocol. Implementations of several standard network protocols
 are provided with the package, primarily to serve as examples. The real goal
 of EventMachine is to enable programs to easily interface with other programs
 using TCP/IP, especially if custom protocols are required.