Sha256: 512f0a9fb5436731c44925a96f4a797f78af8c8c3fff6e4b4f54196fd26ba9cd
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
# frozen_string_literal: true # The gem version details. module Billomat # The version of the +billomat+ gem VERSION = '1.3.0' class << self # Returns the version of gem as a string. # # @return [String] the gem version as string def version VERSION end # Returns the version of the gem as a +Gem::Version+. # # @return [Gem::Version] the gem version as object def gem_version Gem::Version.new VERSION end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
billomat-1.3.0 | lib/billomat/version.rb |