Sha256: 45336d8d93144f6b7b7e250049005b3b489883f6e220899a2bc97855de82e308

Contents?: true

Size: 703 Bytes

Versions: 16

Compression:

Stored size: 703 Bytes

Contents

Clone the project:

   git clone http://github.com/rtomayko/posix-spawn.git
   cd posix-spawn
   bundle install

Rake tasks can be run without further setup:

   rake build
   rake test
   rake benchmark

Just `rake' builds the extension and runs the tests.

If you want to run the benchmark scripts or tests directly out of a
working copy, first setup your PATH and RUBYLIB environment:

    PATH="$(pwd)/bin:$PATH"
    RUBYLIB="$(pwd)/lib:$(pwd)/ext:$RUBYLIB"
    export RUBYLIB

Or, use the following rbdev script to quickly setup your PATH and
RUBYLIB environment for this and other projects adhering to the
Ruby Packaging Standard:

    https://github.com/rtomayko/dotfiles/blob/rtomayko/bin/rbdev

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
posix-spawn-0.3.15 HACKING
posix-spawn-0.3.14 HACKING
posix-spawn-0.3.13 HACKING
posix-spawn-0.3.12 HACKING
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/posix-spawn-0.3.11/HACKING
posix-spawn-0.3.11 HACKING
posix-spawn-0.3.10 HACKING
posix-spawn-0.3.9 HACKING
posix-spawn-0.3.8 HACKING
vanity-1.7.1 vendor/ruby/1.9.1/gems/posix-spawn-0.3.6/HACKING
posix-spawn-0.3.6 HACKING
posix-spawn-0.3.5 HACKING
posix-spawn-0.3.3 HACKING
posix-spawn-0.3.2 HACKING
posix-spawn-0.3.1 HACKING
posix-spawn-0.3.0 HACKING