1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Rubocop -a for 2.4.1 sake

This commit is contained in:
Olle Jonsson 2017-05-10 22:05:06 +02:00 committed by Thomas Klemm
parent e3035f5b0a
commit ac2a25d93c
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
require "pundit/version" require "pundit/version"
require "pundit/policy_finder" require "pundit/policy_finder"
require "active_support/concern" require "active_support/concern"

View file

@ -1,4 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Pundit module Pundit
VERSION = "1.1.0".freeze VERSION = "1.1.0".freeze
end end

View file

@ -1,4 +1,5 @@
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
lib = File.expand_path("../lib", __FILE__) lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "pundit/version" require "pundit/version"