ruby-octokit 6.1.1-2 source package in Ubuntu

Changelog

ruby-octokit (6.1.1-2) unstable; urgency=medium

  * Team upload.
  * Reupload to unstable

 -- Pirate Praveen <email address hidden>  Sun, 04 Feb 2024 03:11:02 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-octokit_6.1.1-2.dsc 2.1 KiB b5ab60859a92282ba6a94a8c7bad85270aac19995a6f79b8f74425e7c6da3841
ruby-octokit_6.1.1.orig.tar.gz 3.0 MiB 45b767e9ae5e37cc433587ce09435c55085a59e30e5079d08bbddae3e4801c88
ruby-octokit_6.1.1-2.debian.tar.xz 4.2 KiB ce6b154ed1b7b0f525011d51a738ca2fda3563bcc4d2e13acbab54378fbcca75

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).