Parent

Class/Module Index [+]

Quicksearch

Backup::Version

Constants

PATCH

Public Class Methods

current() click to toggle source

Returns the current version of the Backup gem ( qualified for the gemspec )

# File lib/backup/version.rb, line 37
def self.current
  "#{major}.#{minor}.#{patch}"
end
major() click to toggle source

Returns the major version ( big release based off of multiple minor releases )

# File lib/backup/version.rb, line 19
def self.major
  MAJOR
end
minor() click to toggle source

Returns the minor version ( small release based off of multiple patches )

# File lib/backup/version.rb, line 25
def self.minor
  MINOR
end
patch() click to toggle source

Returns the patch version ( updates, features and (crucial) bug fixes )

# File lib/backup/version.rb, line 31
def self.patch
  PATCH
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.