Project

turbot-api

0.0
No release in over 3 years
Low commit activity in last 3 years
Turbot API client
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 3.4

Runtime

 Project Readme

turbot-api

Gem Version Build Status Dependency Status Coverage Status Code Climate

See turbot_server for the API implementation.

Releasing a new version

Bump the version in lib/turbot/api/version.rb according to the Semantic Versioning convention, then:

git commit lib/turbot/api/version.rb -m 'Release new version'
rake release # requires Rubygems credentials

In morph, run:

bundle update turbot-api
git commit Gemfile.lock -m 'Bump turbot-api' && git push

Finally, rebuild the Docker image and deploy morph.