ruby-octokit 4.13.0+gh-1 source package in Ubuntu

Changelog

ruby-octokit (4.13.0+gh-1) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * New upstream version 4.13.0+gh
  * Add ruby-tests.rake
  * Add dependency in d/control
  * Add salsa-ci.yml
  * Add Rules-Requires-Root in d/control
  * Add myself as an uploader
  * Update version for ruby-sawyer in Depends

  [ Samyak Jain ]
  * Remove d/compat and bump Standards-Version
  * Bump version of sawyer in d/control
  * Switch d/watch to github tarball

 -- Samyak Jain <email address hidden>  Mon, 23 Sep 2019 22:32:39 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-octokit_4.13.0+gh-1.dsc 2.1 KiB 1119ce1e804da00a584ee2f07955a0b431a12a48d7d4e0343cf1eefa0f9b55da
ruby-octokit_4.13.0+gh.orig.tar.gz 2.9 MiB b9fbfe397bf68104814d81dbc7aa2738ce097904d0043ec41e5cbfd1d1a0d050
ruby-octokit_4.13.0+gh-1.debian.tar.xz 3.2 KiB 4dc3094d9747e91cb98d1d66614bf1961bb33dbb4db68b40a63e547d3d97fbbd

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