Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Enclose all classes under a Typeform namespace #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

qortex
Copy link

@qortex qortex commented Jul 16, 2019

Enclose all gem classes in a Typeform namespace. Thus, when used in a project, classes do not collide with possible existing ones (likely with names such as Form, APIFormat, APIRequest and so on).

This has the effect of bumping the gem version to 1.0.0 because it is a breaking change for anyone using the gem (has to user Typeform::Form instead of Form, etc.)

Fixes #62 .

@qortex
Copy link
Author

qortex commented Jan 27, 2020

Do you have plans to review this PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define your classes under the Typeform module?
1 participant