lib/carrierwave/aliyun/version.rb in carrierwave-aliyun-0.4.3 vs lib/carrierwave/aliyun/version.rb in carrierwave-aliyun-0.4.4

- old
+ new

@@ -1,32 +1,5 @@ module CarrierWave module Aliyun - class Version - MAJOR, MINOR, PATCH = 0, 4, 3 - - ## - # Returns the major version ( big release based off of multiple minor releases ) - def self.major - MAJOR - end - - ## - # Returns the minor version ( small release based off of multiple patches ) - def self.minor - MINOR - end - - ## - # Returns the patch version ( updates, features and (crucial) bug fixes ) - def self.patch - PATCH - end - - ## - # Returns the current version of the Backup gem ( qualified for the gemspec ) - def self.current - "#{major}.#{minor}.#{patch}" - end - - end + VERSION = '0.4.4' end end