File: control

package info (click to toggle)
ruby-underscore-rails 1.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 8
  • sloc: ruby: 15; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,011 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
Source: ruby-underscore-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb, libjs-underscore
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-underscore-rails.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-underscore-rails.git
Homepage: https://github.com/rweng/underscore-rails
XS-Ruby-Versions: all

Package: ruby-underscore-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-underscore,
         ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: library to use underscore.js with Rails
 This gem provides underscore.js plugin to be used with Rails application.
 Underscore is a JavaScript library that provides a whole mess of useful
 functional programming helpers without extending any built-in objects.