Sha256: 615e86079d6aef274192a5fbc73270a0dd652f11fd1476e8cfe7f6ea603f51a1
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
module Bootstrap module Honoka module Rails VERSION = '4.4.1.0'.freeze def self.major_ver VERSION.split('.').first.to_i end def self.dependency_ver VERSION.split('.')[0..2].join('.') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-honoka-rails-4.4.1.0 | lib/bootstrap/honoka/rails/version.rb |