lib/chef_fixie.rb in chef_fixie-0.4.0 vs lib/chef_fixie.rb in chef_fixie-0.5.0
- old
+ new
@@ -1,7 +1,7 @@
#
-# Copyright (c) 2014-2015 Chef Software Inc.
+# Copyright (c) 2014-2015 Chef Software Inc.
# License :: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -14,15 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Author: Mark Anderson <mark@chef.io>
-require 'sequel'
-require_relative 'chef_fixie/config'
-require_relative 'chef_fixie/sql'
-require_relative 'chef_fixie/sql_objects'
+require "sequel"
+require_relative "chef_fixie/config"
+require_relative "chef_fixie/sql"
+require_relative "chef_fixie/sql_objects"
# This doesn't work because of initialization order, figure it out.
-require_relative 'chef_fixie/check_org_associations'
-require_relative 'chef_fixie/bulk_edit_permissions'
+require_relative "chef_fixie/check_org_associations"
+require_relative "chef_fixie/bulk_edit_permissions"
Sequel.extension :inflector