huboard / ghee

This is an unofficial ruby client for the Github API. The end goal is a complete, simple, and intuitive ruby API for all things Github.
http://documentup.com/huboard/ghee
MIT License
161 stars 51 forks source link

bundle exec rake api undefined method `last_comment' Error #48

Open ceclinux opened 7 years ago

ceclinux commented 7 years ago

I got this error method when execute bundle exec rake api

rake aborted!
NoMethodError: undefined method `last_comment' for #<Rake::Application:0x000055b97b3720a0>
/home/ceclinux/gitfork/ghee/Rakefile:5:in `new'
/home/ceclinux/gitfork/ghee/Rakefile:5:in `<top (required)>'
/usr/bin/bundle:23:in `load'
/usr/bin/bundle:23:in `<main>'
(See full trace by running task with --trace)

And here is my bundle list

* ZenTest (4.11.1)
  * addressable (2.5.2)
  * autotest-growl (0.2.16)
  * bundler (1.15.4)
  * byebug (9.1.0)
  * coderay (1.1.2)
  * cookiejar (0.3.3)
  * crack (0.4.3)
  * diff-lcs (1.1.3)
  * em-http-request (1.1.5)
  * em-socksify (0.3.1)
  * em-synchrony (1.0.6)
  * ethon (0.10.1)
  * eventmachine (1.2.5)
  * excon (0.59.0)
  * faraday (0.13.1)
  * faraday_middleware (0.12.2)
  * ffi (1.9.18)
  * ghee (0.15.23)
  * hashdiff (0.3.6)
  * hashie (3.3.2)
  * highline (1.6.21)
  * http_parser.rb (0.6.0)
  * json_pure (2.1.0)
  * method_source (0.9.0)
  * multi_json (1.12.2)
  * multipart-post (2.0.0)
  * pry (0.11.1)
  * pry-byebug (3.5.0)
  * public_suffix (3.0.0)
  * rake (12.1.0)
  * rspec (2.9.0)
  * rspec-core (2.9.0)
  * rspec-expectations (2.9.1)
  * rspec-mocks (2.9.0)
  * safe_yaml (1.0.4)
  * typhoeus (0.7.3)
  * uuidtools (2.1.5)
  * vcr (3.0.3)
  * webmock (3.1.0)
initseis commented 8 months ago

@ceclinux, did you find a solution?