Sha256: f20c7400cbe60e16ae1e1645ae3614d5841b53795e93c5a09341154a93e60a34

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

module Bootstrap
  module Honoka
    module Rails
      VERSION = '3.3.7.5'.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.5 lib/bootstrap/honoka/rails/version.rb