Module: TwitterAnonymousClient
- Defined in:
- lib/twitter_anonymous_client/version.rb
Constant Summary collapse
- VERSION =
Four digits version: “a.b.c.d” The first 2 digits (a,b) are the Twitter API version used, in this case verion 1. The last 2 digits (c,d) are this gem version.
c is a major update or any update that breaks this gem API. d is minor or bugfix update.
"1.0.2.0"