module EnhancedDateSelect

Returns the version of the currently loaded gem as a Gem::Version

Public Class Methods

gem_version() click to toggle source

Returns the version of the currently loaded gem as a Gem::Version

# File lib/version.rb, line 4
def self.gem_version
  Gem::Version.new VERSION::STRING
end