Sha256: 0714107230fb62d7803a0846ba100840e2c4e670d814e52b19864311bf07b3ab

Contents?: true

Size: 429 Bytes

Versions: 22

Compression:

Stored size: 429 Bytes

Contents

$:.unshift 'lib'
require 'commander'
require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new "commander", Commander::VERSION do |p|
  p.author = "TJ Holowaychuk"
  p.email = "tj@vision-media.ca"
  p.summary = "The complete solution for Ruby command-line executables"
  p.url = "http://visionmedia.github.com/commander"
  p.runtime_dependencies << "highline >=1.5.0"
end

Dir['tasks/**/*.rake'].sort.each { |lib| load lib }

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
commander-4.0.0 Rakefile
commander-3.3.0 Rakefile