Sha256: 9239fe52d5861bbcce86182b74a6754539e7435fae4d7ef33f6553a9c6d17119

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

require "bundler/gem_tasks"
desc "Generate yard docs in public"
task :gendocs do 
  puts %x(yard -o public --files CHANGELOG.md,LICENSE.txt)
  puts %x(git add public/*)
end
desc "Generate docs and run :build"
task :buildall => [ :gendocs, :build ]
task :default => :buildall

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zabbix_sender_api-1.1.4 Rakefile
zabbix_sender_api-1.1.3 Rakefile