1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: ruby-carrierwave
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper (>= 9.0),
gem2deb (>= 0.7.5~),
ruby-activemodel,
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,
default-mysql-server,
ruby-mysql2,
ruby-json,
ghostscript,
ruby-generator-spec
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/?p=pkg-ruby-extras/ruby-carrierwave.git;a=summary
Vcs-Git: https://anonscm.debian.org/cgit/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,
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.
|