File: control

package info (click to toggle)
ruby-facade 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 15
  • sloc: ruby: 78; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,061 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
Source: ruby-facade
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@ucdavis.edu>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper (>= 9),
               gem2deb
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-facade.git
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-facade.git
Homepage: https://github.com/djberg96/facade
XS-Ruby-Versions: all

Package: ruby-facade
Architecture: all
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: facade pattern aide for Ruby
 The facade library allows you to mixin singleton methods from classes
 or modules as instance methods of the extending class.
 .
 The facade method will forward a singleton method as an instance method of the
 extending class. If no arguments are provided, then all singleton methods of
 the class or module become instance methods.
XB-Ruby-Versions: ${ruby:Versions}