ruby-octokit 4.20.0-1 source package in Ubuntu

Changelog

ruby-octokit (4.20.0-1) unstable; urgency=medium

  * Team upload.
  * update watch file to use github API
  * New upstream version 4.20.0
  * d/control : Update Build-Depends
      -  Bump Standards-Ver to 4.6.1
      -  Bump debhelper-compat to 13
      -  Swtich to ruby:Depends for dependencies

 -- Mohammed Bilal <email address hidden>  Wed, 05 Oct 2022 00:14:00 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-octokit_4.20.0-1.dsc 2.2 KiB 3f0b01f2e01dd4e7164690d8d8b73be09dfe82689e2b3aacd4702513fdafbba6
ruby-octokit_4.20.0.orig.tar.gz 3.0 MiB d42d6966b01a830f527389c50236bb6eafda570b67ed01e0c3de0c1e831ef1ac
ruby-octokit_4.20.0-1.debian.tar.xz 3.8 KiB b036f752b27c1405c768f2adba93f5e23610393e215b40d4fa699c62e00f5af3

Available diffs

No changes file available.

Binary packages built by this source

ruby-octokit: Ruby toolkit for working with the GitHub API

 ruby-octokit wraps the GitHub API in a flat API client that follows Ruby
 conventions and requires little knowledge of REST.
 .
 It provides all expected features needed to interact with Github or
 any other implementation of their API:
 .
  - Authenticated (basic and oauth) and unauthenticated requests.
  - Access to all resources and fields.
  - Direct access to HTTP response headers if needed.
  - Pagination.
  - Hypermedia features (ruby-octokit is built on top of ruby-sawyer).