Sha256: 5c6e6b630f8a20cc3a11e5dbbcf46df85688715bc14a3ee531eeab9b5765c078

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.2.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twitter_anonymous_client-1.0.2.0 lib/twitter_anonymous_client/version.rb