hipchat / hipchat-rb

HipChat HTTP API Wrapper in Ruby with Capistrano hooks
https://www.hipchat.com/docs/apiv2
MIT License
336 stars 172 forks source link

Fixes 'warning: loading in progress, circular require considered harmful' #174

Closed grzuy closed 8 years ago

grzuy commented 8 years ago

Minimal steps to reproduce:

$ gem install rails
$ gem install hipchat
$ echo "require 'rails'" >> hipchat_test.rb
$ echo "require 'hipchat'" >> hipchat_test.rb
$ ruby -w hipchat_test.rb
... ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:120: warning: loading in progress, circular require considered harmful ...
rberrelleza commented 8 years ago

Thanks!