Sha256: d1fda3dbc195c63c33768811ec6eaebe17c01e1cf9ae48c535f532ae280438e1
Contents?: true
Size: 416 Bytes
Versions: 9
Compression:
Stored size: 416 Bytes
Contents
%w( rubygems rake echoe ./lib/commander.rb ).each { |lib| require lib } 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://github.com/visionmedia/commander" p.runtime_dependencies = ["highline >=1.5.0"] end Dir['tasks/**/*.rake'].sort.each { |lib| load lib }
Version data entries
9 entries across 9 versions & 1 rubygems