Sha256: 93411279cb2a556a51f72962aecef5a839a299a7d7dc34179938c21d205e2a98
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 Bytes
Contents
module TwitterAnonymousClient # 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. VERSION = "1.0.0.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter_anonymous_client-1.0.0.0 | lib/twitter_anonymous_client/version.rb |