From ac87ed20c4a87e49b14aa7b711cd043243a0317a Mon Sep 17 00:00:00 2001 From: Adam Edwards Date: Wed, 14 May 2014 13:12:41 -0700 Subject: Add file to simplify require from wmi-lite/wmi to wmi-lite --- lib/wmi-lite.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/wmi-lite.rb (limited to 'lib') diff --git a/lib/wmi-lite.rb b/lib/wmi-lite.rb new file mode 100644 index 0000000..dcc916e --- /dev/null +++ b/lib/wmi-lite.rb @@ -0,0 +1,20 @@ +# +# Author:: Adam Edwards () +# Copyright:: Copyright 2014 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. +# + +require 'wmi-lite/wmi' + -- cgit v1.2.1