ruby-actionpack-3.2 3.2.16-3 source package in Ubuntu

Changelog

ruby-actionpack-3.2 (3.2.16-3) unstable; urgency=medium


  * Fix invalid gemspec data in patch (again)
    debian/patches/0001-loosen_sprockets_dependency.patch: the problem was
    that when 2.2.1 is replaced by 2.2, the YAML parser thinks that 2.2 is a
    floating point number, but version numbers are supposed to be strings!  So
    the fix is to put quote around the 2.2 ('2.2'), forcing it to be parsed
    as a string.
    Closes: #732805
  * debian/patches/0004-allow_newer_versions.patch: refresh

 -- Antonio Terceiro <email address hidden>  Wed, 18 Dec 2013 18:01:29 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe ruby

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-actionpack-3.2_3.2.16-3.dsc 2.1 KiB e19c7bd74528a8a95b170717d9b34b61e3a84b8c9ce1d928d20a48b9e5524ee0
ruby-actionpack-3.2_3.2.16.orig.tar.gz 283.4 KiB 6e8ccb4442d87f0850b4f9ef5b21be93e22bf337371a06c8950d746de7785c20
ruby-actionpack-3.2_3.2.16-3.debian.tar.gz 5.2 KiB 5794cd175c3cac7417730ae531e4abb2f97cb841ff2041cec93f476e91a83578

Available diffs

No changes file available.

Binary packages built by this source

ruby-actionpack-3.2: web-flow and rendering framework putting the VC in MVC (part of Rails)

 Action Pack is a framework for web apps on Rails. Simple,
 battle-tested conventions for building and testing MVC web
 applications. Works with any Rack-compatible server.