abrom / rocketchat-ruby

Ruby wrapper for RocketChat v1 REST API
MIT License
33 stars 24 forks source link

uninitialized constant #5

Closed uranio-235 closed 7 years ago

uranio-235 commented 7 years ago

rocket_server = RocketChat::Server.new('https://myserver.com') NameError: uninitialized constant RocketChat::RequestHelper::URI

abrom commented 7 years ago

Hi @uranio-235 can you please confirm the version of the gem you have installed?

$ irb
2.2.5 :001 > require 'rocketchat'
 => true 
2.2.5 :002 > rocket_server = RocketChat::Server.new('https://myserver.com')
 => #<RocketChat::Server:0x007fb2232168d0 @server=#<URI::HTTPS https://myserver.com>, @options={}> 
2.2.5 :003 > RocketChat::VERSION
 => "0.1.4"
abrom commented 7 years ago

Closing due to inactivity. Please open a new issue supplying the version of the gem you have installed, as per above, if this is still an issue