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 36 37 38 39
|
Source: ruby-arbre
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: bundler (>= 2.1.4),
debhelper-compat (= 13),
gem2deb (>= 1.6~),
pry (>= 0.13),
ruby-rails,
rake,
rubocop,
ruby-activesupport (<< 2:7.1),
ruby-activesupport (>= 2:3.0.0),
ruby-capybara,
ruby-combustion,
ruby-rspec,
ruby-rspec-rails,
ruby-rubocop-packaging,
ruby-ruby2-keywords (<< 1.0),
ruby-ruby2-keywords (>= 0.0.2)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-arbre.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-arbre
Homepage: https://github.com/activeadmin/arbre
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-arbre
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Object Oriented DOM Tree in Ruby
Arbre makes it easy to generate HTML directly in Ruby. This gem was extracted
from Active Admin.
.
The purpose of Arbre is to leave the view as ruby objects as long as possible.
This allows OO Design to be used to implement the view layer.
|