ruby-octokit 6.1.1-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * Add ruby-faraday-multipart and ruby-faraday-retry to Build-Depends
    (Closes: #1064695)

 -- Pirate Praveen <email address hidden>  Thu, 29 Feb 2024 16:41:30 +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
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-octokit_6.1.1-3.dsc 2.2 KiB 24489f202525912715ef47cca36502804f7588ac48f5eb9f83b2ef869d774bcf
ruby-octokit_6.1.1.orig.tar.gz 3.0 MiB 45b767e9ae5e37cc433587ce09435c55085a59e30e5079d08bbddae3e4801c88
ruby-octokit_6.1.1-3.debian.tar.xz 4.2 KiB 7fe8c1d448900684b7e1b58e79bcd063c60e73533a67d146e3cd5a6285f25e75

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