ruby-eventmachine 0.12.10-2build1 source package in Ubuntu

Changelog

ruby-eventmachine (0.12.10-2build1) precise; urgency=low

  * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
 -- Adam Conrad <adconrad@0c3.net>   Fri, 02 Dec 2011 21:18:53 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Precise
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-eventmachine_0.12.10.orig.tar.gz 214.5 KiB 3d7879da41b3a28cb7610ee1ce29e017b809f72b0064c107bf55e2e1ac43f36d
ruby-eventmachine_0.12.10-2build1.debian.tar.gz 3.7 KiB fd792dd6c73ad305c8ffd8073dcbf39fd7dc7720a4db477f16e3066796396313
ruby-eventmachine_0.12.10-2build1.dsc 1.8 KiB e51c3953e5d9e1819e07810c8385a1c8915c365b68d8b94e0c68dcd011cdef39

Available diffs

View changes file

Binary packages built by this source

libeventmachine-ruby: Transitional package for ruby-eventmachine

 This is a transitional package to ease upgrades to the ruby-eventmachine
 package. It can safely be removed.

libeventmachine-ruby-doc: No summary available for libeventmachine-ruby-doc in ubuntu quantal.

No description available for libeventmachine-ruby-doc in ubuntu quantal.

libeventmachine-ruby1.8: Transitional package for ruby-eventmachine

 This is a transitional package to ease upgrades to the ruby-eventmachine
 package. It can safely be removed.

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.