Sha256: dc5ac687f5fb6b75c196b7b3b1146724cf9c88279e33ff99442e33f03b1425ac
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true 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 = 2 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.2.0 | lib/simple_navigation_bootstrap/version.rb |