Sha256: dea9135c86dad31ef2fffa787e98745e18e7b22dcf46b8c5a07d6dd12071ca46

Contents?: true

Size: 459 Bytes

Versions: 78

Compression:

Stored size: 459 Bytes

Contents

# encoding: utf-8
require_relative 'common'

Dir.chdir(File.dirname(__FILE__)) do
	load 'Rakefile'
	#begin
#	  require 'rake'
#	rescue LoadError
#	  require 'rubygems'
#	  require 'rake'
#	end
  #Rake.application.run

  # TODO: This doesn't load the Rails initializer always, thus can be using wrong db or whatever (at least for db:create)
  arg = ARGV.clone
  ARGV.clear
  arg.each do |entry|
    Rake.application[entry].invoke
  end
end

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
six-updater-web-0.24.15 lib/six-updater-web/_rake.rb
six-updater-web-0.24.14 lib/six-updater-web/_rake.rb
six-updater-web-0.24.13 lib/six-updater-web/_rake.rb
six-updater-web-0.24.12 lib/six-updater-web/_rake.rb
six-updater-web-0.24.11 lib/six-updater-web/_rake.rb
six-updater-web-0.24.10 lib/six-updater-web/_rake.rb
six-updater-web-0.24.9 lib/six-updater-web/_rake.rb
six-updater-web-0.24.8 lib/six-updater-web/_rake.rb
six-updater-web-0.24.7 lib/six-updater-web/_rake.rb
six-updater-web-0.24.6 lib/six-updater-web/_rake.rb
six-updater-web-0.24.5 lib/six-updater-web/_rake.rb
six-updater-web-0.24.4 lib/six-updater-web/_rake.rb
six-updater-web-0.24.3 lib/six-updater-web/_rake.rb
six-updater-web-0.24.2 lib/six-updater-web/_rake.rb
six-updater-web-0.24.1 lib/six-updater-web/_rake.rb
six-updater-web-0.24.0 lib/six-updater-web/_rake.rb
six-updater-web-0.23.7 lib/six-updater-web/_rake.rb
six-updater-web-0.23.6 lib/six-updater-web/_rake.rb
six-updater-web-0.23.5 lib/six-updater-web/_rake.rb
six-updater-web-0.23.4 lib/six-updater-web/_rake.rb