Sha256: ec2e498b70c74512d1528783df3e62d42812ba08ad16a70c58651f2cedea2bf4

Contents?: true

Size: 405 Bytes

Versions: 6

Compression:

Stored size: 405 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 = [
      '--tag', 'authenticated:Requires Authentication',
      '--markup', 'markdown',
    ]
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mtgox-1.1.0 Rakefile
mtgox-1.0.0 Rakefile
mtgox-0.9.1 Rakefile
mtgox-0.9.0 Rakefile
mtgox-0.8.2 Rakefile
mtgox-0.8.1 Rakefile