Sha256: d74056fa8906222fb4f2d763969bfa77384a615be19fcc61db8d5e2b4c4bcd4c
Contents?: true
Size: 381 Bytes
Versions: 18
Compression:
Stored size: 381 Bytes
Contents
difficulty 2 description "Someone has put a password inside the file 'config.rb' find out who it was" setup do init_from_level end solution do offender = repo.commit("97bdd0cccf9f4b8730f78cb53a81a74f205dbcc2").author.name request("Who made the commit with the password?").downcase == offender.downcase end hint do puts "You want to research the `git blame` command" end
Version data entries
18 entries across 18 versions & 1 rubygems