Sha256: 42dca6fcc774876004ade8802d3d3b23e144ed7cc3994dee3993ab4b4ebded1d

Contents?: true

Size: 536 Bytes

Versions: 23

Compression:

Stored size: 536 Bytes

Contents

# -*- ruby -*-
ENV['RUBY_FLAGS'] = "-I#{%w(lib ext bin spec).join(File::PATH_SEPARATOR)}"

require 'rubygems'
require 'bundler/gem_tasks'
require 'bundler/setup'

task :default => :spec
task :test => :spec

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new

require 'yard'
YARD::Tags::Library.define_tag 'Blather handler', :handler, :with_name
YARD::Templates::Engine.register_template_path 'yard/templates'

YARD::Rake::YardocTask.new(:doc) do |t|
  t.options = ['--no-private', '-m', 'markdown', '-o', './doc/public/yard']
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
blather-2.0.0 Rakefile
blather-1.2.0 Rakefile
blather-1.1.4 Rakefile
blather-1.1.3 Rakefile
blather-1.1.2 Rakefile
blather-1.1.1 Rakefile
blather-1.1.0 Rakefile
blather-1.0.0 Rakefile
blather-0.8.8 Rakefile
blather-0.8.7 Rakefile
blather-0.8.6 Rakefile
blather-0.8.5 Rakefile
blather-0.8.4 Rakefile
blather-0.8.3 Rakefile
blather-0.8.2 Rakefile
tp-blather-0.8.5 Rakefile
tp-blather-0.8.4 Rakefile
tp-blather-0.8.3 Rakefile
tp-blather-0.8.2 Rakefile
blather-0.8.1 Rakefile