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
|
Source: ruby-asana
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-faraday (>= 2.0~),
ruby-faraday-follow-redirects,
ruby-faraday-multipart,
ruby-oauth2 (>= 1.4.4~)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-asana.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-asana
Homepage: https://github.com/asana/ruby-asana
Testsuite: autopkgtest-pkg-ruby
Package: ruby-asana
Architecture: all
Depends: ${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: official Ruby client for the Asana API
A Ruby client for the 1.0 version of the Asana API.
.
Supported rubies: MRI 2.0.0 up to 2.2.x stable.
.
Learn more at /usr/share/doc/ruby-asana/README.md.gz
|