-
Notifications
You must be signed in to change notification settings - Fork 476
Modify full entity name to be RFC3986 compliant #797 #798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Garrett Blehm <[email protected]>
Signed-off-by: Garrett Blehm <[email protected]>
thanks @GarrettB71 … for spotting and fixing it |
mmh a bit strange, travis says it's all fine, but GH ??? … please can you push again to trigger the travis pipeline, thanks |
I believe the build is failing due to a change in |
thanks @GarrettB71 yeap … that was it, it should be fixed now … I'll change onle the Upgrading to the next version, which will be 1.2.0 |
please can you adapt this spec inheritance_and_discriminator_spec.rb#L51-L53 … thanks and sorry |
Signed-off-by: Garrett Blehm <[email protected]>
thanks @GarrettB71 |
…grape#798) * Modify full entity name to be RFC3986 compliant ruby-grape#797 Signed-off-by: Garrett Blehm <[email protected]> * Update changelog and upgrading files Signed-off-by: Garrett Blehm <[email protected]> * Update Changelog * Corrects next version * Modified ineritance and discriminator spec Signed-off-by: Garrett Blehm <[email protected]> Co-authored-by: Garrett Blehm <[email protected]> Co-authored-by: peter scholz <[email protected]>
Signed-off-by: Garrett Blehm [email protected]
Addresses issue #797.
Updated
parse_entity_name
method to use RFC3986 compliant_
instead of::
as separator.