Sha256: 59746eae3a1c3a4423c5f73ae94303c4c1f699c08b8f9b258ca9b5b3a3d3e5cd

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

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