ruby-http 0.6.1-1 source package in Ubuntu

Changelog

ruby-http (0.6.1-1) unstable; urgency=low


  * Team upload
  * New upstream version 
  * Added removing_simplecov_html.patch to fix failing tests

 -- Nitesh A Jain <email address hidden>  Fri, 30 May 2014 23:21:11 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-http_0.6.1-1.dsc 1.7 KiB 9bd3435f7f22684cf02d40b2e9f8a25097adfa1c9b28ca7ef77339ba6138792b
ruby-http_0.6.1.orig.tar.gz 61.5 KiB f7710fb839a4b080c62942c37b3696a7e5513be023d754d29ecaf35fc6532f5b
ruby-http_0.6.1-1.debian.tar.xz 2.7 KiB fe7202423c3537e2367d0378df103003a31aaec8a52418565a659b9fe739eb12

Available diffs

No changes file available.

Binary packages built by this source

ruby-http: easy-to-use client library for making http requests from Ruby

 It uses a simple method chaining system for building requests, similar
 to Python's Requests
 .
 Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing
 native extension based on the Node.js parser and a Java port thereof.