aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_pack/version.rb
blob: 7088cd27608617dc0d7ec7b2f2cc5a38a13233ec (plain) (blame)
1
2
3
4
5
6
7
8
require_relative 'gem_version'

module ActionPack
  # Returns the version of the currently loaded ActionPack as a <tt>Gem::Version</tt>
  def self.version
    gem_version
  end
end