https://github.com/esotericpig/ssc.bot
🤖🌌👾 Simple Subspace Continuum Bot library.
https://github.com/esotericpig/ssc.bot
Last synced: 11 months ago
JSON representation
🤖🌌👾 Simple Subspace Continuum Bot library.
- Host: GitHub
- URL: https://github.com/esotericpig/ssc.bot
- Owner: esotericpig
- License: lgpl-3.0
- Created: 2020-05-05T04:11:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T17:07:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T11:18:26.825Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SSC.Bot
[](https://badge.fury.io/rb/ssc.bot)
[](https://github.com/esotericpig/ssc.bot)
[](CHANGELOG.md)
[](LICENSE.txt)
*SSC.Bot* is a simple user bot library for the game [Subspace Continuum](https://store.steampowered.com/app/352700/Subspace_Continuum/).
It's currently in development and only offers limited functionality.
## Contents
- [Using](#-using)
- [Hacking](#-hacking)
- [License](#-license)
## [//](#contents) Using
Gem name: `ssc.bot`
See [SSC.Nob](https://github.com/esotericpig/ssc.nob) for example usage.
TODO: readme.using
## [//](#contents) Hacking
```
$ git clone 'https://github.com/esotericpig/ssc.bot.git'
$ cd ssc.bot
$ bundle install
$ bundle exec rake -T
```
### Testing
```
$ bundle exec rake test
```
### Generating Doc
```
$ bundle exec rake doc
```
### Installing Locally
```
$ bundle exec rake install:local
```
### Releasing
1. Check for updates
- `$ git pull`
- `$ bundle update`
- `$ bundle outdated`
2. Update *CHANGELOG.md* & *version.rb*
- `$ raketary bump -v`
- `$ raketary bump --patch`
- `$ bundle update`
3. Release to *GitHub* & *GitHub Packages*
- `$ bundle exec rake clobber build`
- `$ gh release create v0.0.0 pkg/*.gem`
- `$ git fetch --tags origin`
- `$ raketary github_pkg`
4. Release to *RubyGems*
- `$ bundle exec rake release`
## [//](#contents) License
[GNU LGPL v3+](LICENSE.txt)
> SSC.Bot ()
> Copyright (c) 2020-2021 Jonathan Bradley Whited
>
> SSC.Bot is free software: you can redistribute it and/or modify
> it under the terms of the GNU Lesser General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> SSC.Bot is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU Lesser General Public License for more details.
>
> You should have received a copy of the GNU Lesser General Public License
> along with SSC.Bot. If not, see .