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
- Host: GitHub
- URL: https://github.com/yegor256/netbout.rb
- Owner: yegor256
- License: mit
- Created: 2024-01-29T16:10:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T11:47:14.000Z (about 2 years ago)
- Last Synced: 2024-05-22T12:50:46.500Z (about 2 years ago)
- Topics: gem, netbout, ruby, ruby-gem
- Language: Ruby
- Homepage: https://rubygems.org/gems/netbout
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://www.rultor.com/p/yegor256/netbout.rb)
[](https://www.jetbrains.com/ruby/)
[](https://github.com/yegor256/netbout.rb/actions/workflows/rake.yml)
[](https://www.0pdd.com/p?name=yegor256/netbout.rb)
[](https://badge.fury.io/rb/netbout.rb)
[](https://codecov.io/github/yegor256/netbout.rb?branch=master)
[](https://rubydoc.info/github/yegor256/netbout.rb/master/frames)
[](https://hitsofcode.com/view/github/yegor256/netbout.rb)
[](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.