Sha256: 946a46bc1a95ece68fd06031ac55198e076a1e379c037584e8ab9f067a7a133f

Contents?: true

Size: 478 Bytes

Versions: 70

Compression:

Stored size: 478 Bytes

Contents

#!/usr/bin/env ruby

#--
# Copyright (c) 2008 Luis Lavena
#
# This source code is released under the MIT License.
# See LICENSE file for details
#++

begin
  require 'rake'
rescue LoadError
  require 'rubygems'
  require 'rake'
end

# Initialize 'rake-compiler' application
Rake.application.init('rake-compiler')

# Load the already cooked tasks ;-)
load File.join(File.dirname(__FILE__), %w{.. tasks bin cross-ruby.rake})

# delegate control to Rake
Rake.application.top_level

Version data entries

70 entries across 70 versions & 5 rubygems

Version Path
rake-compiler-1.2.9 bin/rake-compiler
rake-compiler-1.2.8 bin/rake-compiler
rake-compiler-1.2.7 bin/rake-compiler
rake-compiler-1.2.6 bin/rake-compiler
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/rake-compiler-1.2.5/bin/rake-compiler
rake-compiler-1.2.5 bin/rake-compiler
rake-compiler-1.2.4 bin/rake-compiler
rake-compiler-1.2.3 bin/rake-compiler
rake-compiler-1.2.2 bin/rake-compiler
rake-compiler-1.2.1 bin/rake-compiler
rake-compiler-1.2.0 bin/rake-compiler
rake-compiler-1.1.9 bin/rake-compiler
rake-compiler-1.1.8 bin/rake-compiler
rake-compiler-1.1.7 bin/rake-compiler
rake-compiler-1.1.6 bin/rake-compiler
rake-compiler-1.1.5 bin/rake-compiler
rake-compiler-1.1.4 bin/rake-compiler
rake-compiler-1.1.3 bin/rake-compiler
rake-compiler-1.1.2 bin/rake-compiler
rake-compiler-1.1.1 bin/rake-compiler