Sha256: 5d489ada103c9724ac153cf999f1e776a8cd83ce0648e4f3c05e84924c6f4805
Contents?: true
Size: 554 Bytes
Versions: 4
Compression:
Stored size: 554 Bytes
Contents
# Look in the tasks/setup.rb file for the various options that can be # configured in this Rakefile. The .rake files in the tasks directory # are where the options are used. load 'tasks/setup.rb' ensure_in_path 'lib' require 'gir_ffi' task :default => 'test:run' PROJ.name = 'gir_ffi' PROJ.authors = 'Matijs van Zuijlen' PROJ.email = 'matijs@matijs.net' PROJ.url = 'http://www.github.com/mvz/ruby-gir-ffi' PROJ.version = GirFFI::VERSION PROJ.readme_file = 'README.rdoc' PROJ.exclude << ["^tmp/", "\\.swp$", "^\\.gitignore$", "^\\.autotest$"] # EOF
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gir_ffi-0.0.4 | Rakefile |
gir_ffi-0.0.3 | Rakefile |
gir_ffi-0.0.2 | Rakefile |
gir_ffi-0.0.1 | Rakefile |