Sha256: cd3598a59262bef649f5a9c7fb2c619f30a1b080afe93d8e8dbfa6d5fdbf752c

Contents?: true

Size: 219 Bytes

Versions: 13

Compression:

Stored size: 219 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

13 entries across 13 versions & 1 rubygems

Version Path
trollolo-0.1.1 Rakefile
trollolo-0.1.0 Rakefile
trollolo-0.0.14 Rakefile
trollolo-0.0.12 Rakefile
trollolo-0.0.11 Rakefile
trollolo-0.0.10 Rakefile
trollolo-0.0.9 Rakefile
trollolo-0.0.8 Rakefile
trollolo-0.0.7 Rakefile
trollolo-0.0.6 Rakefile
trollolo-0.0.5 Rakefile
trollolo-0.0.4 Rakefile
trollolo-0.0.3 Rakefile