fphilipe/warden-github-rails

View on GitHub
lib/warden/github/rails/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Warden
  module GitHub
    module Rails
      VERSION = File.read(
        File.expand_path('../../../../../VERSION', __FILE__)
      ).strip
    end
  end
end