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
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/thor-0.19.1/Thorfile
suzuko-0.1.8 vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/Thorfile
suzuko-0.1.7 vendor/bundle/ruby/2.0.0/gems/thor-0.19.1/Thorfile
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/thor-0.19.1/Thorfile
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/thor-0.19.1/Thorfile
mastermind_adeybee-0.1.3 vendor/bundle/ruby/2.2.0/gems/thor-0.19.1/Thorfile
mastermind_adeybee-0.1.2 vendor/bundle/ruby/2.2.0/gems/thor-0.19.1/Thorfile
mastermind_adeybee-0.1.1 vendor/bundle/ruby/2.2.0/gems/thor-0.19.1/Thorfile
vagrant-cloudstack-1.2.0 vendor/bundle/gems/thor-0.19.1/Thorfile
geminfo-0.1.0 path/gems/thor-0.19.1/Thorfile
solidus_backend-1.0.0.pre3 vendor/bundle/gems/thor-0.19.1/Thorfile
solidus_backend-1.0.0.pre2 vendor/bundle/gems/thor-0.19.1/Thorfile
solidus_backend-1.0.0.pre vendor/bundle/gems/thor-0.19.1/Thorfile
vagrant-cloudstack-1.1.0 vendor/bundle/gems/thor-0.19.1/Thorfile
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/thor-0.19.1/Thorfile
nanumfont-rails-0.1 vendor/bundle/ruby/2.1.0/gems/thor-0.19.1/Thorfile
whos_dated_who-0.1.0 vendor/bundle/gems/thor-0.19.1/Thorfile
whos_dated_who-0.0.1 vendor/bundle/gems/thor-0.19.1/Thorfile
thor-0.19.1 Thorfile
thor-0.19.0 Thorfile