Sha256: 06a42093b1e2cbec344ab24b0db86fdd1053a4a5791040f7ce71c69ebb36959b

Contents?: true

Size: 351 Bytes

Versions: 22

Compression:

Stored size: 351 Bytes

Contents

$:.unshift 'lib'
require 'rext'
require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new "rext", Rext::VERSION do |p|
  p.author = "TJ Holowaychuk"
  p.email = "tj@vision-media.ca"
  p.summary = "Ruby extensions"
  p.url = "http://github.com/visionmedia/rext"
  p.runtime_dependencies = []
end

Dir['tasks/**/*.rake'].sort.each { |lib| load lib }

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
visionmedia-rext-0.0.1 Rakefile
visionmedia-rext-0.0.2 Rakefile
visionmedia-rext-0.0.3 Rakefile
visionmedia-rext-0.0.4 Rakefile
visionmedia-rext-0.0.5 Rakefile
visionmedia-rext-0.0.6 Rakefile
visionmedia-rext-0.0.7 Rakefile
visionmedia-rext-0.0.8 Rakefile
visionmedia-rext-0.1.0 Rakefile
visionmedia-rext-0.2.1 Rakefile
visionmedia-rext-0.2.2 Rakefile
visionmedia-rext-0.3.0 Rakefile
visionmedia-rext-0.3.1 Rakefile
rext-0.7.0 Rakefile
rext-0.6.2 Rakefile
rext-0.6.1 Rakefile
rext-0.6.0 Rakefile
rext-0.5.0 Rakefile
rext-0.4.1 Rakefile
rext-0.4.0 Rakefile