ruby-octokit 4.25.1-2 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Cédric Boutillier ]
  * Remove simplecov and pry requirements in spec/helper.rb
  * Do not build-depend on ruby-simplecov
  * Remove X?-Ruby-Versions fields from d/control

  [ Pirate Praveen ]
  * Reupload to unstable

 -- Pirate Praveen <email address hidden>  Sat, 16 Dec 2023 19:59:25 +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 release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-octokit_4.25.1-2.dsc 2.1 KiB be8b07f3803430d517d4b6d5fab8f79582ce93ae03ccede562bc0656879d6aee
ruby-octokit_4.25.1.orig.tar.gz 3.0 MiB ab74750a1a914761f53f971719520fc40b9fb569d1d16bcfd78fdcd4c3a1ef8e
ruby-octokit_4.25.1-2.debian.tar.xz 4.3 KiB 4024f4c7f8715e4698d2bfd5de9f331195b19d528c4c019740f53fcddebaa24f

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