When Google+ first came out, without an API, I decided it was funny to make a ruby gem called google_plus that worked like this:

GooglePlus.has_api? # false

Yesterday Google announced the first version of their API, and someone assigned me a ticket on github saying that #has_api? was returning the wrong value, so I fixed it and now there’s a real implementation there.

  • Install with: gem install google_plus
  • Read about it here