lib/kurchatov/mixin/http.rb in kurchatov-0.1.5 vs lib/kurchatov/mixin/http.rb in kurchatov-0.1.6

- old
+ new

@@ -5,10 +5,10 @@ module Kurchatov module Mixin module Http - USER_AGENT = "Kurchatov (Riemann client v#{Kurchatov::Version})".freeze + USER_AGENT = "Kurchatov (Riemann client)".freeze # /path/to/file, https://ya.ru, http://a:a@yandex.ru def rest_get(url) uri = URI(url) if uri.userinfo