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
|
Source: ruby-rails-assets-jquery
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Raju D. Vindane <rajudv@openmailbox.org>,
Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rails-assets-jquery.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rails-assets-jquery
Homepage: https://github.com/jquery/jquery
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-rails-assets-jquery
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery (>= 3.5.1~),
ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: jQuery for Rails via asset pipeline
This package provides jQuery for Rails applications, and integrates into the
Rails asset pipeline. This library is auto generated at rails-assets.org.
.
Rails Assets is the frictionless proxy between Bundler and Bower. It
automatically converts the packaged components into gems that are easily
droppable into your asset pipeline and stay up to date.
|