Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rubysec/rubygems-advisories
- Owner: rubysec
- License: mit
- Created: 2013-02-13T05:22:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-14T00:47:27.000Z (almost 12 years ago)
- Last Synced: 2024-03-27T00:56:41.678Z (9 months ago)
- Language: Ruby
- Size: 104 KB
- Stars: 11
- Watchers: 7
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.txt
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)