Sha256: 116075d3bdb1a414b3039cc4189e5655ffcf3a4035760d3bedac17bc53fa19e5

Contents?: true

Size: 895 Bytes

Versions: 156

Compression:

Stored size: 895 Bytes

Contents

#
# Author:: Adam Jacob (<adam@opscode.com>)
# Copyright:: Copyright (c) 2008 Opscode, 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 'digest/sha2'
require 'chef/checksum_cache'

class Chef
  module Mixin
    module Checksum

      def checksum(file)
        Chef::ChecksumCache.checksum_for_file(file)
      end
      
    end
  end
end

Version data entries

156 entries across 156 versions & 7 rubygems

Version Path
chef-10.34.6-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.34.6 lib/chef/mixin/checksum.rb
chef-10.34.4 lib/chef/mixin/checksum.rb
chef-10.34.4-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.34.2-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.34.2 lib/chef/mixin/checksum.rb
chef-10.34.0-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.34.0 lib/chef/mixin/checksum.rb
chef-10.32.2-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.32.2 lib/chef/mixin/checksum.rb
chef-10.32.0.rc.0 lib/chef/mixin/checksum.rb
chef-10.32.0.rc.0-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.30.4 lib/chef/mixin/checksum.rb
chef-10.30.4-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.30.2 lib/chef/mixin/checksum.rb
chef-10.30.2-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.30.2.rc.0-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.30.2.rc.0 lib/chef/mixin/checksum.rb
chef-10.30.0.rc.2-x86-mingw32 lib/chef/mixin/checksum.rb
chef-10.30.0.rc.2 lib/chef/mixin/checksum.rb