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
worldbank_as_dataframe-0.2.1 Rakefile
worldbank_as_dataframe-0.2 Rakefile
worldbank_as_dataframe-0.1.1 Rakefile
worldbank_as_dataframe-0.1.0 Rakefile
goacoustic-0.1.4 Rakefile
goacoustic-0.1.3 Rakefile
goacoustic-0.1.2 Rakefile
goacoustic-0.1.1 Rakefile
goacoustic-0.1.0 Rakefile
silverpop-0.0.9 Rakefile
speechpad-0.0.6 Rakefile
silverpop-0.0.8 Rakefile
silverpop-0.0.7 Rakefile
speechpad-0.0.5 Rakefile
speechpad-0.0.4 Rakefile
silverpop-0.0.6 Rakefile
speechpad-0.0.3 Rakefile
speechpad-0.0.2 Rakefile
speechpad-0.0.1 Rakefile
silverpop-0.0.5 Rakefile