Sha256: 922d334e54d4223e8f494d865e737147983eebb52f0b1bc4789de4ef61755aa9

Contents?: true

Size: 291 Bytes

Versions: 12

Compression:

Stored size: 291 Bytes

Contents

module Fog
  module Google

    extend Fog::Provider

    service_path 'fog/google'
    service 'storage'

    class Mock

      def self.etag
        hex(32)
      end

      def self.hex(length)
        max = ('f' * length).to_i(16)
        rand(max).to_s(16)
      end

    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fog-0.3.13 lib/fog/google.rb
fog-0.3.12 lib/fog/google.rb
fog-0.3.11 lib/fog/google.rb
fog-0.3.10 lib/fog/google.rb
fog-0.3.9 lib/fog/google.rb
fog-0.3.8 lib/fog/google.rb
fog-0.3.7 lib/fog/google.rb
fog-0.3.6 lib/fog/google.rb
fog-0.3.5 lib/fog/google.rb
fog-0.3.4 lib/fog/google.rb
fog-0.3.3 lib/fog/google.rb
fog-0.3.2 lib/fog/google.rb