Sha256: 3c3c50994abb53e7ccc1ae2e60ccf4e045bb73016e78f614e710651b14df833c
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
namespace :man_pages do task :build do puts ' Building man pages' system 'ronn man/*.md' end end namespace :gem do task build: ['man_pages:build'] do system 'gem build trollolo.gemspec' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trollolo-0.3.1 | Rakefile |
trollolo-0.3.0 | Rakefile |
trollolo-0.2.0 | Rakefile |