Sha256: 108530e48c1f717faffa16319406bca1360bb84df8fc0f0b853d203350b8c022

Contents?: true

Size: 1009 Bytes

Versions: 7

Compression:

Stored size: 1009 Bytes

Contents

#
# 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
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# 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"

# 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"

Sequel.extension :inflector

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
chef_fixie-1.0.8 lib/chef_fixie.rb
chef_fixie-1.0.7 lib/chef_fixie.rb
chef_fixie-1.0.3 lib/chef_fixie.rb
chef_fixie-1.0.2 lib/chef_fixie.rb
chef_fixie_shahid-0.5.2 lib/chef_fixie_shahid.rb
chef_fixie-0.5.1 lib/chef_fixie.rb
chef_fixie-0.5.0 lib/chef_fixie.rb