lib/attr_masker/version.rb in attr_masker-0.2.1 vs lib/attr_masker/version.rb in attr_masker-0.3.0
- old
+ new
@@ -1,21 +1,6 @@
# (c) 2017 Ribose Inc.
#
module AttrMasker
- # Contains information about this gem's version
- module Version
- MAJOR = 0
- MINOR = 2
- PATCH = 1
-
- # Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and
- # <tt>PATCH</tt> with <tt>'.'</tt>
- #
- # Example
- #
- # Version.string # '1.0.2'
- def self.string
- [MAJOR, MINOR, PATCH].join(".")
- end
- end
+ VERSION = "0.3.0".freeze
end