Sha256: 18029b278c27c36890f4ca0b451c6486cc1c55e55cdfffc10a53444c8e27c675
Contents?: true
Size: 167 Bytes
Versions: 1
Compression:
Stored size: 167 Bytes
Contents
module FriendlyId module Version MAJOR = 3 MINOR = 3 TINY = 0 BUILD = 'alpha2' STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
friendly_id-3.3.0.alpha2 | lib/friendly_id/version.rb |