ruby-octokit 4.15.0-1 source package in Ubuntu

Changelog

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

  * Team Upload
  * New upstream version 4.15.0
  * run wrap-and-sort
  * Fix changelog according to cme
  * Bump standards version to 4.5.0 

 -- Nilesh <email address hidden>  Thu, 23 Jan 2020 22:52:10 +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.15.0-1.dsc 2.1 KiB 2d7e54dfce5c14f5a624463afe651f74233895c724007ad3b23bac528b940028
ruby-octokit_4.15.0.orig.tar.gz 2.9 MiB 551f24cfecbd758663aa1c7140f7217f8638a78b229989fe62605ee7e0b5cce1
ruby-octokit_4.15.0-1.debian.tar.xz 3.2 KiB f137fa6d4712d6a431124087eda855a6f84273fda28d526b7c7af97c12214ea8

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