Sha256: 635522b352a4fefe9669f1c9a9f6eb032611b05d7643d547e014eca24f8057c7
Contents?: true
Size: 149 Bytes
Versions: 1
Compression:
Stored size: 149 Bytes
Contents
module PasswordStrength module Version # :nodoc: all MAJOR = 0 MINOR = 1 PATCH = 0 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
password_strength-0.1.0 | lib/password_strength/version.rb |