Module: Twitter::Version
- Defined in:
- lib/vendor/twitter/lib/twitter/version.rb
Overview
version.rb contains Twitter::Version
that provides helper methods related to versioning of the Twitter4R
project.
Constant Summary collapse
- MAJOR =
:nodoc:
0
- MINOR =
3
- REVISION =
1
Class Method Summary collapse
-
.to_name ⇒ Object
Returns X-Y-Z formatted version name.
-
.to_version ⇒ Object
Returns X.Y.Z formatted version string.