mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Remove more magic comments
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
9cbd7c395f
commit
f7575cca00
3 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
# coding: utf-8
|
||||
|
||||
# As plugins are usually packaged and distributed as a RubyGem,
|
||||
# we have to provide a .gemspec file, which controls the gembuild
|
||||
# and publish process. This is a fairly generic gemspec.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# coding: utf-8
|
||||
lib = File.expand_path('../lib', __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require 'inspec/version'
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# coding: utf-8
|
||||
|
||||
# As plugins are usually packaged and distributed as a RubyGem,
|
||||
# we have to provide a .gemspec file, which controls the gembuild
|
||||
# and publish process. This is a fairly generic gemspec.
|
||||
|
|
Loading…
Reference in a new issue