Sha256: f25decd99cb784cf7eead48239867e3056eba745232844b0b6310c15b6851f4c

Contents?: true

Size: 149 Bytes

Versions: 1

Compression:

Stored size: 149 Bytes

Contents

module PasswordStrength
  module Version # :nodoc: all
    MAJOR = 0
    MINOR = 2
    PATCH = 0
    STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
password_strength-0.2.0 lib/password_strength/version.rb