Sha256: 1732d2462dc73767eb201ad23fb4c3057db42050f03f9f1cacf5bb92734727db
Contents?: true
Size: 405 Bytes
Versions: 3
Compression:
Stored size: 405 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' Echoe.new "cmdline-fu", File.read("./VERSION").chomp do |p| p.author = "t9md" p.email = "taqumd@gmail.com" p.summary = %Q{CLI frontend for http://www.commandlinefu.com/ } p.project = nil p.rubyforge_name = nil p.url = "http://github.com/t9md/cmdline-fu" p.runtime_dependencies << 'colored' p.runtime_dependencies << 'hpricot >=0.8.2' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cmdline-fu-0.1.2 | Rakefile |
cmdline-fu-0.1.1 | Rakefile |
cmdline-fu-0.1.0 | Rakefile |