Source: ruby-carrierwave
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
               gem2deb (>= 0.3.0~),
               ruby-activemodel-3.2,
               ruby-activesupport (>= 2:3.2~),
               ruby-activerecord (>=2:3.2~),
               rake,
               ruby-rspec (>= 2.12~),
               ruby-rmagick,
               ruby-timecop,
               ruby-mini-magick (>= 3.6.0),
               cucumber,
               ruby-fog,
               ruby-sham-rack,
               mysql-server,
               ruby-mysql2,
               ruby-json,
               ghostscript
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-carrierwave.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-carrierwave.git
Homepage: https://github.com/jnicklas/carrierwave
XS-Ruby-Versions: all

Package: ruby-carrierwave
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ruby | ruby-interpreter,
         ruby-activemodel-3.2,
         ruby-activesupport
Description: Ruby file upload library
 Upload files in your Ruby applications, map them to a range of ORMs, store them
 on different backends.
 .
 This library provides a simple and extremely flexible way to upload files from
 Ruby applications. It works well with Rack based web applications, such as Ruby
 on Rails.
