Skip to content

Conversation

@jaynetics
Copy link
Contributor

fixes #122.

I could only run the specs by removing Gemfile.lock and would recommend #150 to be merged before this PR.

Several examples were red with NoMethodErrors before I made any changes. I had to add the value && to fix that.

The example does not allow a url with only a scheme was also red. I had to add the host.empty? check to fix that one.

fixes perfectline#122.

I could only run the specs by removing Gemfile.lock and would recommend perfectline#150 to be merged before this PR.

Several examples were red with NoMethodErrors before I made any changes. I had to add the `value && ` to fix that.

The example `does not allow a url with only a scheme` was also red. I had to add the `host.empty?` check to fix that one.
@kritik kritik merged commit efc636f into perfectline:master Oct 22, 2024
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.

Message option skipped if invalid URI

2 participants