Sha256: 7d6ceca8541f7311147b1e49065bc6e3c3b7c353fb5a01e67998f9ef5f3bf3a6
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
module Bootstrap module Honoka module Rails VERSION = '3.3.7.2'.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-3.3.7.2 | lib/bootstrap/honoka/rails/version.rb |