Sha256: f84d466982af598195d22291a429c39cb57e7a71248b683e45e4dbf2b1f27a74

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

module SimpleNavigationBootstrap
  # Returns the version of the currently loaded Rails as a <tt>Gem::Version</tt>
  def self.gem_version
    Gem::Version.new VERSION::STRING
  end

  module VERSION
    MAJOR = 1
    MINOR = 0
    TINY  = 0
    PRE   = nil

    STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_navigation_bootstrap-1.0.0 lib/simple_navigation_bootstrap/version.rb