Sha256: caa25b8bcc83eb912667603d48e58043c8242bec0ef8f4e5029981504d8cd640

Contents?: true

Size: 545 Bytes

Versions: 8

Compression:

Stored size: 545 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

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

task :default => :spec

namespace :doc do
  require 'yard'
  YARD::Rake::YardocTask.new do |task|
    task.files   = ['HISTORY.mkd', 'LICENSE.mkd', 'lib/**/*.rb']
    task.options = [
      '--protected',
      '--output-dir', 'doc/yard',
      '--tag', 'format:Supported formats',
      '--tag', 'authenticated:Requires Authentication',
      '--tag', 'rate_limited:Rate Limited',
      '--markup', 'markdown',
    ]
  end
end

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
instagram-0.6.2 Rakefile
localist-instagvram-0.6.2 Rakefile
smoodit-0.0.2 Rakefile
smoodit-0.0.1 Rakefile
instagram-0.6.1 Rakefile
instagram-0.6 Rakefile
thounds-0.0.2 Rakefile
thounds-0.0.1 Rakefile