Sha256: c9c37ffdb4786284f80ea0c426094410fc517291187a2d0ba3250de4ea09d663

Contents?: true

Size: 242 Bytes

Versions: 9

Compression:

Stored size: 242 Bytes

Contents

module Dawn
  class GemfileLock
    include Dawn::Engine

    def initialize(dir = "./")
      super(dir, "Gemfile.lock", {:gemfile_name=>"Gemfile.lock", :guessed_mvc=>Dawn::Core.guess_mvc(File.join(dir, "Gemfile.lock"))})
    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dawnscanner-2.2.0 lib/dawn/gemfile_lock.rb
dawnscanner-2.1.1 lib/dawn/gemfile_lock.rb
dawnscanner-2.1.0 lib/dawn/gemfile_lock.rb
dawnscanner-2.0.0 lib/dawn/gemfile_lock.rb
dawnscanner-2.0.0.rc5 lib/dawn/gemfile_lock.rb
dawnscanner-2.0.0.rc4 lib/dawn/gemfile_lock.rb
dawnscanner-2.0.0.rc3 lib/dawn/gemfile_lock.rb
dawnscanner-2.0.0.rc2 lib/dawn/gemfile_lock.rb
dawnscanner-2.0.0.rc1 lib/dawn/gemfile_lock.rb