Sha256: fa42e2e806338df414420f86c988ff6b0e0673ab33cac880b8d94f57f0ce05a2
Contents?: true
Size: 194 Bytes
Versions: 4
Compression:
Stored size: 194 Bytes
Contents
module Stove module Formatter class Human < Base def upload(cookbook) puts "Uploaded #{cookbook.name} (#{cookbook.version}) to '#{cookbook.url}'" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
stove-1.1.2 | lib/stove/formatter/human.rb |
stove-1.1.0 | lib/stove/formatter/human.rb |
stove-1.0.1 | lib/stove/formatter/human.rb |
stove-1.0.0 | lib/stove/formatter/human.rb |