code_teams 1.0.0
Major Version release
We bumped the major version for this release because we've changed the public API for this gem.
Here are the changes your application will need to make to migrate:
- Replace
bigrails-teams
in yourGemfile
withcode_teams
- Replace references to
Teams
withCodeTeams
. - Change any
require 'teams'
torequire 'code_teams'
Please reach out in a comment here or file an issue if you have any issues with this change!
Automatic release notes
What's Changed
- Change
Teams
toCodeTeams
by @alexevanczuk in #5
Full Changelog: v0.1.1...v1.0.0