File: control

package info (click to toggle)
ruby-rails-timeago 2.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 524 kB
  • sloc: javascript: 2,394; ruby: 376; makefile: 10
file content (34 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download
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
Source: ruby-rails-timeago
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               libjs-jquery-timeago (>= 1.6.7~),
               ruby-actionpack (>= 2:3.1~),
               ruby-activesupport (>= 2:3.1~),
               ruby-rspec,
               ruby-capybara,
               ruby-poltergeist
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rails-timeago
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rails-timeago.git
Homepage: https://github.com/jgraichen/rails-timeago
XS-Ruby-Versions: all

Package: ruby-rails-timeago
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-jquery-timeago (>= 1.6.7~),
         ruby | ruby-interpreter,
         ruby-actionpack (>= 2:3.1~),
         ruby-activesupport (>= 2:3.1~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Rails Helper to create time tags usable for jQuery Timeago plugin
 jQuery Timeago helper for Rails 3+
 .
 See /usr/share/ruby-rails-timeago/README.md for details about using this
 helper.