github_api 0.6.2
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely with repositories is your main concern.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (5):
Development Dependencies (10):
            bundler
            >= 0
          
          
            cucumber
            >= 0
          
          
            guard
            >= 0
          
          
            guard-cucumber
            >= 0
          
          
            guard-rspec
            >= 0
          
          
            rake
            >= 0
          
          
            rspec
            >= 0
          
          
            simplecov
            ~> 0.6.1
          
          
            vcr
            ~> 2.2.0
          
          
            webmock
            ~> 1.8.0