Sha256: 218cdcf1079c8b534c5ab80092363d1ce9bd69f9a1535ff56e420f1bb65ec48e

Contents?: true

Size: 336 Bytes

Versions: 35

Compression:

Stored size: 336 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

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

require 'yard'
namespace :doc do
  YARD::Rake::YardocTask.new do |task|
    task.files   = ['LICENSE.md', 'lib/**/*.rb']
    task.options = ['--markup', 'markdown']
  end
end

Version data entries

35 entries across 35 versions & 12 rubygems

Version Path
silverpop-0.0.4 Rakefile
silverpop-0.0.3 Rakefile
silverpop-0.0.2 Rakefile
google-civic-0.0.2 Rakefile
congress-0.1.0 Rakefile
google-civic-0.0.1 Rakefile
gems-0.7.0 Rakefile
fcc_reboot-0.2.3 Rakefile
futures_pipeline-0.2.1 Rakefile
sba-0.0.1 Rakefile
recalls-0.1 Rakefile
Recalls-0.1 Rakefile
futures_pipeline-0.0.2 Rakefile
futures_pipeline-0.0.1 Rakefile
fcc_reboot-0.1 Rakefile