Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubysec/rubygems-advisories

RubyGems client library for the ruby-advisory-db
https://github.com/rubysec/rubygems-advisories

Last synced: about 2 months ago
JSON representation

RubyGems client library for the ruby-advisory-db

Awesome Lists containing this project

README

        

# rubygems-advisories

* [Homepage](https://github.com/rubysec/rubygems-advisories#readme)
* [Issues](https://github.com/rubysec/rubygems-advisories/issues)
* [Documentation](http://rubydoc.info/gems/rubygems-advisories/frames)
* [Email](mailto:postmodern.mod3 at gmail.com)

## Description

Provides an API to the ruby-advisory-db. Handles updating and loading the
Database.

## Features

* Downloads the [ruby-advisory-db] to `~/.gem/advisories`.
* Handles updating the Database.

## Examples

require 'rubygems/advisories'

## Requirements

## Install

$ gem install rubygems-advisories

## Copyright

Copyright (c) 2013 Hal Brodigan

See {file:LICENSE.txt} for details.

[ruby-advisory-db](https://github.com/rubysec/ruby-advisory-db#readme)