Skip to content

fixing missing encode component documentation entry#371

Merged
sporkmonger merged 3 commits into
sporkmonger:mainfrom
charleystran:add_missing_encode_component_doc_entry
Jul 3, 2021
Merged

fixing missing encode component documentation entry#371
sporkmonger merged 3 commits into
sporkmonger:mainfrom
charleystran:add_missing_encode_component_doc_entry

Conversation

@charleystran
Copy link
Copy Markdown
Contributor

Fixing the documentation to resolve #276 and add the missing docs entry for Addressable::URI.encode_component

@charleystran charleystran force-pushed the add_missing_encode_component_doc_entry branch from 52a500d to 48a02e2 Compare December 26, 2019 01:52
@charleystran
Copy link
Copy Markdown
Contributor Author

@sporkmonger any clue as to why the 2 jruby and truffelruby builds fail on this PR? The change is very small and I wouldnt expect it to break the builds. Any thoughts?

@dentarg
Copy link
Copy Markdown
Collaborator

dentarg commented Dec 26, 2019

@charleystran I guess they are unrelated. Last green build with truffleruby used 19.2.0 and the build here uses 19.3.0. Re: JRuby, bundle install fails. I suspect this is due to Bundler 2.1.2 is used, which is pretty new, so I rate the chance for a bug somewhere likely.

Feel free to report the errors to the projects, or look into if the CI setup here can be changed in some way to make it work. :)

@sporkmonger sporkmonger changed the base branch from master to main July 3, 2021 04:00
@sporkmonger sporkmonger merged commit bb03f71 into sporkmonger:main Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Addressable::URI.encode_component method is not listed in the doc

3 participants