Sha256: 0adb456eff648f94063ca0339f5de90e367d32d79ded9d18912f513a8c5ce0fc

Contents?: true

Size: 234 Bytes

Versions: 2

Compression:

Stored size: 234 Bytes

Contents

#!./bin/nake

# this will be probably in a library
Task.new(:build) do |task|
  task.define do
    exec "gem build #{task.config[:gemspec]}"
  end
end

# and this in your file with tasks
Task[:build].config[:gemspec] = "nake.gemspec"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nake-0.0.2 examples/configuration.rb
nake-0.0.2.pre examples/configuration.rb