mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
add utf-8 header
This commit is contained in:
parent
5612752b82
commit
7bdcc00e94
9 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
# encoding: utf-8
|
||||
# Copyright 2015 Dominik Richter. All rights reserved.
|
||||
|
||||
require 'thor'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
# Security Configuration and Analysis
|
||||
#
|
||||
# Export local security policy:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
#
|
||||
# Author:: BJ Dierkes <derks@datafolklabs.com>
|
||||
# Copyright:: Copyright (c) 2006,2013 BJ Dierkes
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
# Copyright 2014 Dominik Richter. All rights reserved.
|
||||
# Spec file for Vulcano specs
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
# Copyright 2015 Dominik Richter. All rights reserved.
|
||||
require 'vulcano/log'
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
# Copyright 2015 Dominik Richter. All rights reserved.
|
||||
require 'rainbow/ext/string'
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
require 'vulcano/backend'
|
||||
|
||||
module Vulcano
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# encoding: utf-8
|
||||
require 'rspec/core'
|
||||
|
||||
# Extend the basic RSpec JSON Formatter
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
module Vulcano
|
||||
VERSION = '0.6.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue