fcoury / octopi

A Ruby interface to GitHub API v2
http://hasmany.info/2009/4/18/ruby-interface-to-github-api
MIT License
216 stars 47 forks source link

files required in wrong order #39

Closed branch14 closed 14 years ago

branch14 commented 14 years ago

When I require 'octopi' I get an

uninitialized constant Octopi::Base (NameError)

since octobi/tag.rb gets require before octopi/base.rb

radar commented 14 years ago

Hi branch, sorry for not replying sooner.

What verison of Ruby and operating system are you running on?

radar commented 14 years ago

Sort the required files to fix cases such as this ticket (Closed by 897be1cb523027e5c7ac685c419360df05c6f605) [branch14]