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
|
Source: ruby-mobile-fu
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
rake,
ruby-json,
ruby-httparty,
ruby-rails,
ruby-rack-mobile-detect,
ruby-mocha
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mobile-fu.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mobile-fu
Homepage: https://github.com/benlangfeld/mobile-fu
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-mobile-fu
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-rails,
ruby-rack-mobile-detect,
${misc:Depends},
${shlibs:Depends}
Description: detect mobile requests from mobile devices in your Rails app
Mobile Fu allows you to automatically detect mobile devices that access your
Rails application.
.
People can access your site from a Palm, Blackberry, iPhone, iPad, Nokia, etc.
and it will automatically adjust the format of the request from :html to
:mobile.
|