aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_pack/version.rb
blob: 3d96158431f0b736622dfbf48a165f924ba3a66f (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