Sha256: 189d8b014d7cc4607a621041b6d166f5e8437a8cf2cd155dfeb1258e96217d00
Contents?: true
Size: 293 Bytes
Versions: 2
Compression:
Stored size: 293 Bytes
Contents
# encoding: utf-8 require 'bundler/gem_tasks' require 'yard' desc 'Generate documentation' YARD::Rake::YardocTask.new do |t| t.files = ['lib/**/*.rb', '-', 'LICENSE'] t.options = ['--main', 'README.markdown', '--no-private', '--title', "Boleto Bancário #{BoletoBancario::VERSION}"] end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
conectiva-boleto_bancario-0.0.2.beta | Rakefile |
boleto_bancario-0.0.1.beta | Rakefile |