Open
Conversation
In order to not conflict the the user api gem, which also uses "TheCity", we use a different module name to make the classes unique.
Conflicts: spec/api/group_address_list_spec.rb spec/api/group_checkin_list_spec.rb spec/api/group_event_attendance_list_spec.rb spec/api/role_list_spec.rb spec/api/skill_list_spec.rb spec/api/skilled_user_id_list_spec.rb spec/api/skilled_user_list_spec.rb spec/api/tag_group_list_spec.rb spec/api/tag_list_spec.rb spec/api/terminology_list_spec.rb spec/api/user_address_list_spec.rb spec/api/user_admin_privilege_list_spec.rb spec/api/user_family_list_spec.rb spec/api/user_invitation_list_spec.rb spec/api/user_list_spec.rb spec/api/user_note_list_spec.rb spec/api/user_process_answer_list_spec.rb spec/api/user_process_list_spec.rb spec/api/user_role_list_spec.rb spec/api/user_skill_list_spec.rb spec/api/user_spec.rb spec/api/web_hook_list_spec.rb spec/readers/api_reader_spec.rb
Contributor
|
Hey David, can you go ahead and merge the latest origin/master into your branch and push again? Reason being, tests and TravisCI actually work now, so we'd know whether or not the module name change is safe. I'm sure it is, of course, but to be sure. ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The module name was conflicting with "thecity" user api gem.
Fixes Issue #7