Sha256: 4f49155ccfcde43968069c5d5114cffeab4177ceed0e0489229a3b40141e8c13
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.1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter_anonymous_client-1.0.1.0 | lib/twitter_anonymous_client/version.rb |