Sha256: 2e92f153d30064325e1d3ccc0bc8a05535333e06b20c5e8969045b7b4f99b132

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

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