# Smartsheet Forecast Datastream
Simple gem to execute the import of job costing forecast data in Smartsheet
into Zoho Analytics.
## Usage
```sh
$ gem install smartsheet_forecast_datastream
$ smartsheet_forecast_datastream
```
## Development
1. Ensure you have Ruby 2.6+ installed. `rvm` is recommended.
2. Clone the repository:
```sh
$ git clone git@github.com:strians/smartsheet_forecast_datastream
```
3. Install dependencies:
```sh
$ bundle
```
## Deployment
1. Finish, test, and commit your changes.
2. Bump the version number using [semantic versioning](https://semver.org):
```sh
$ rake version:bump:<type> # type: major, minor, patch
```
3. Push your commits and tags to GitHub, e.g.:
```sh
$ git push
$ git push --tags
```
## Contributing
Bug reports and pull requests are welcome on GitHub at
https://github.com/strians/smartsheet_forecast_datastream.
## License
The gem is available as open source under the terms of the
[MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Be cool.