Sha256: ab4e052aa52455969d5fcd66a73fb12b84039928fd5919629dca09481e27198b

Contents?: true

Size: 697 Bytes

Versions: 2

Compression:

Stored size: 697 Bytes

Contents

As of the 0.9 release, the "build" step is no longer needed. Technically, it never was, but I didn't realize that until now. :-P

When RightMedia updates their release (say, from 1.33 to 1.34), do this:
- Edit the API_VERSION file to match the new release
- Visit the main API doc page (https://api.yieldmanager.com/doc/) and make sure the AVAILABLE_SERVICES file exactly matches the services listed in the sidebar.
- Run all the specs using 'rake' to ensure nothing broke
- Bump the version 'rake version:bump:patch' unless you've made other awesome changes, in which case use 'rake version:bump:minor'
- 'rake release' to cut a version, push to github and push to rubygems.org

And you're done!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yieldmanager-0.9.1 HOW_TO_UPDATE_API_VERSION
yieldmanager-0.9.0 HOW_TO_UPDATE_API_VERSION