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 40 41 42 43 44 45 46
|
Source: ruby-googleauth
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
ruby-faraday (>= 0.9),
ruby-jwt (>= 1.4),
ruby-logging (>= 2.0),
ruby-memoist (>= 0.12),
ruby-multi-json (>= 1.11),
ruby-os (>= 0.9),
ruby-rspec,
ruby-signet (>= 0.7),
ruby-webmock,
ruby-fakefs,
ruby-fakeredis,
ruby-simplecov,
ruby-coveralls,
ruby-rack
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-googleauth.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-googleauth.git
Homepage: https://github.com/google/google-auth-library-ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-googleauth
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-faraday (>= 0.9),
ruby-jwt (>= 1.4),
ruby-logging (>= 2.0),
ruby-memoist (>= 0.12),
ruby-multi-json (>= 1.11),
ruby-os (>= 0.9),
ruby-signet (>= 0.7),
${misc:Depends},
${shlibs:Depends}
Description: Google Auth Library for Ruby
Allows simple authorization for accessing Google APIs.
Provide support for Application Default Credentials, as described at
https://developers.google.com/accounts/docs/application-default-credentials
|