Sha256: b5b2b6652b42c6884874d92dda2cae587a7cf6fcaf3f4b2293fd516b82fb7400

Contents?: true

Size: 299 Bytes

Versions: 19

Compression:

Stored size: 299 Bytes

Contents

lib_dir = "#{File.expand_path(File.dirname(__FILE__))}/lib"
$LOAD_PATH << lib_dir unless $LOAD_PATH.include? lib_dir

require 'rake_ext'

project(
  name: "ruby_ext",
  gem: true,
  summary: "Ruby Extensions",

  author: "Alexey Petrushin",
  homepage: "http://github.com/alexeypetrushin/ruby_ext"
)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ruby_ext-0.5.9 Rakefile
ruby_ext-0.5.8 Rakefile
ruby_ext-0.5.7 Rakefile
ruby_ext-0.5.6 Rakefile
ruby_ext-0.5.5 Rakefile
ruby_ext-0.5.4 Rakefile
ruby_ext-0.5.3 Rakefile
ruby_ext-0.5.2 Rakefile
ruby_ext-0.4.25 Rakefile
ruby_ext-0.4.24 Rakefile
ruby_ext-0.4.23 Rakefile
ruby_ext-0.4.22 Rakefile
ruby_ext-0.4.21 Rakefile
ruby_ext-0.4.20 Rakefile
ruby_ext-0.4.19 Rakefile
ruby_ext-0.4.18 Rakefile
ruby_ext-0.4.17 Rakefile
ruby_ext-0.4.16 Rakefile
ruby_ext-0.4.15 Rakefile