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

https://github.com/yegor256/netbout.rb

Netbout Ruby client
https://github.com/yegor256/netbout.rb

gem netbout ruby ruby-gem

Last synced: 6 months ago
JSON representation

Netbout Ruby client

Awesome Lists containing this project

README

          

[![DevOps By Rultor.com](https://www.rultor.com/b/yegor256/netbout.rb)](https://www.rultor.com/p/yegor256/netbout.rb)
[![We recommend RubyMine](https://www.elegantobjects.org/rubymine.svg)](https://www.jetbrains.com/ruby/)

[![rake](https://github.com/yegor256/netbout.rb/actions/workflows/rake.yml/badge.svg)](https://github.com/yegor256/netbout.rb/actions/workflows/rake.yml)
[![PDD status](https://www.0pdd.com/svg?name=yegor256/netbout.rb)](https://www.0pdd.com/p?name=yegor256/netbout.rb)
[![Gem Version](https://badge.fury.io/rb/netbout.rb.svg)](https://badge.fury.io/rb/netbout.rb)
[![Test Coverage](https://img.shields.io/codecov/c/github/yegor256/netbout.rb.svg)](https://codecov.io/github/yegor256/netbout.rb?branch=master)
[![Yard Docs](https://img.shields.io/badge/yard-docs-blue.svg)](https://rubydoc.info/github/yegor256/netbout.rb/master/frames)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/netbout.rb)](https://hitsofcode.com/view/github/yegor256/netbout.rb)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/netbout.rb/blob/master/LICENSE.txt)

This Ruby gem connects you to [Netbout](https://netbout.com).

## How to contribute

Read [these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).
Make sure your build is green before you contribute
your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.3+ and
[Bundler](https://bundler.io/) installed. Then:

```
$ bundle update
$ bundle exec rake
```

If it's clean and you don't see any error messages, submit your pull request.