Mattias Roback

Results 3 issues of Mattias Roback

`Addressable::URI#display_uri` raises `ArgumentError` when called on the url `http://example.com%C2`. The same happens for `http://%D5.example.com`. I get the same error both with and without IDNA: ``` shell > Addressable::URI.parse("http://example.com%C2").display_uri ArgumentError: invalid...

The current version is 4.0.7, but the newest version on RubyGems is 4.0.5. Any plans on releasing 4.0.7? Reason for asking: 4.0.5 sometime raises `undefined method 'hostport' for #`, but...

If the `arg` string given to `Task.new` is encoded as UTF-8 and contains chars such as `åäö`, an `Encoding::CompatibilityError Incompatible character encodings: UTF-8 and ASCII-8BIT` is thrown on line [217](https://github.com/gearman-ruby/gearman-ruby/blob/master/lib/gearman/task.rb#L217)....