Sha256: cd5a13c69351cf97f739c92be9c3b893b2e96343395343ee30dc039c0d27df71

Contents?: true

Size: 465 Bytes

Versions: 12

Compression:

Stored size: 465 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

module Bundler
  class GemHelper
    def version_tag
      d = File.basename(File.dirname(__FILE__))
      "#{d}/#{version}"
    end
  end
end

desc "generate reference options: DEST, SUBDIR"
task :reference do
  require 'magellan/cli'
  gen = Magellan::Cli::ReferenceGenerator.new(dest: ENV["DEST"] || "doc", subdir: ENV["SUBDIR"])
  gen.run
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
magellan-cli-0.4.4 Rakefile
magellan-cli-0.4.3 Rakefile
magellan-cli-0.4.2 Rakefile
magellan-cli-0.4.1 Rakefile
magellan-cli-0.4.0 Rakefile
magellan-cli-0.3.4 Rakefile
magellan-cli-0.3.3 Rakefile
magellan-cli-0.3.2 Rakefile
magellan-cli-0.3.1 Rakefile
magellan-cli-0.3.0 Rakefile
magellan-cli-0.2.19 Rakefile
magellan-cli-0.2.18 Rakefile