Sha256: 2b548d6a0c9540671fed80e8bb26782fff20501dbfa3eab029791d4031c0b9b6

Contents?: true

Size: 692 Bytes

Versions: 40

Compression:

Stored size: 692 Bytes

Contents

$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)

require "bundler"
require "thor/rake_compat"

class Default < Thor
  include Thor::RakeCompat
  Bundler::GemHelper.install_tasks

  desc "build", "Build thor-#{Thor::VERSION}.gem into the pkg directory"
  def build
    Rake::Task["build"].execute
  end

  desc "install", "Build and install thor-#{Thor::VERSION}.gem into system gems"
  def install
    Rake::Task["install"].execute
  end

  desc "release", "Create tag v#{Thor::VERSION} and build and push thor-#{Thor::VERSION}.gem to Rubygems"
  def release
    Rake::Task["release"].execute
  end

  desc "spec", "Run RSpec code examples"
  def spec
    exec "rspec spec"
  end
end

Version data entries

40 entries across 39 versions & 17 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/thor-0.19.1/Thorfile
gameboard-3.1.0 vendor/bundle/ruby/2.3.0/gems/thor-0.19.1/Thorfile
gameboard-3.0.0 vendor/bundle/ruby/2.3.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.8 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
tdiary-5.0.2 vendor/bundle/gems/thor-0.19.1/Thorfile
tdiary-5.0.1 vendor/bundle/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.7 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.6 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.5 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.4 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.3 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.2 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.1 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
cvss-suite-1.0.0 vendor/cache/ruby/2.2.0/gems/thor-0.19.1/Thorfile
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/thor-0.19.1/Thorfile
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/thor-0.19.1/Thorfile
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/thor-0.19.1/Thorfile
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/thor-0.19.1/Thorfile
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/thor-0.19.1/Thorfile