Sha256: 41a1555769dad9bfdd833cd86c16afc881dab567b5bd0435753ca6491badd4b1

Contents?: true

Size: 424 Bytes

Versions: 4

Compression:

Stored size: 424 Bytes

Contents

%w( rubygems rake echoe ./lib/commander.rb ).each { |lib| require lib }

Echoe.new("commander", Commander::VERSION::STRING) 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://github.com/visionmedia/commander"
  p.runtime_dependencies = ["highline >=1.5.0"]
end

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
visionmedia-commander-2.4.2 Rakefile
visionmedia-commander-2.4.3 Rakefile
visionmedia-commander-2.4.4 Rakefile
visionmedia-commander-2.4.6 Rakefile