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
|
Source: ruby-torquebox-no-op
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-rspec
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-torquebox-no-op.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-torquebox-no-op
Homepage: http://torquebox.org/
Testsuite: autopkgtest-pkg-ruby
Package: ruby-torquebox-no-op
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: emulate TorqueBox APIs outside of TorqueBox
This gem allows you to run some TorqueBox applications outside of TorqueBox by
emulating the APIs provided by TorqueBox. Its primary goal is to enable simple
testing of applications that use TorqueBox APIs without having to test those
applications inside TorqueBox itself.
|