Sha256: d11a88bb221e8f51f2958ee4d093ea1c066270de5d019142f23eb13f00127adf

Contents?: true

Size: 529 Bytes

Versions: 75

Compression:

Stored size: 529 Bytes

Contents

require 'rubygems'
require 'bundler'
require "bundler/gem_tasks"
Bundler.require(:development)


task :docs do
  `bundle exec yardoc 'lib/**/*.rb' - Readme.md docs/*`
  # require 'yard'
  # require 'yard-docco'
  # 
  # YARD::Rake::YardocTask.new do |t|
  #   t.files   = ['lib/**/*.rb']
  #   # t.options = ['--any', '--extra', '--opts'] # optional
  # end
end


# Add our opal/ directory to the load path
Opal.append_path(File.expand_path('../lib', __FILE__))

require 'opal/rspec/rake_task'
Opal::RSpec::RakeTask.new(:default)

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
volt-0.3.9 Rakefile
volt-0.3.8 Rakefile
volt-0.3.7 Rakefile
volt-0.3.6 Rakefile
volt-0.3.5 Rakefile
volt-0.3.4 Rakefile
volt-0.3.3 Rakefile
volt-0.3.2 Rakefile
volt-0.3.1 Rakefile
volt-0.3.0 Rakefile
volt-0.2.9 Rakefile
volt-0.2.7 Rakefile
volt-0.2.5 Rakefile
volt-0.2.4 Rakefile
volt-0.2.3 Rakefile