thilp / vlb-rb

IRC bot for #vikidia
https://thilp.github.io/vlb-rb/
GNU General Public License v2.0
1 stars 2 forks source link

Replace Addressable::URI with bundled URI #20

Open thilp opened 8 years ago

thilp commented 8 years ago

Replacing usages of the Addressable::URI gem with the bundled URI module would decrease the number of external dependencies, (maybe) decrease the attack surface and (maybe) simplify the code.