Sha256: e0d26a645f0b2d337737d85f7940672a71fabb8fe2183ff8fa0018df3f56677a
Contents?: true
Size: 686 Bytes
Versions: 25
Compression:
Stored size: 686 Bytes
Contents
Description: Creates a C-extension via extconf. The extension be automatically built before running tests, and will be built when the RubyGem is installed by users. Usage: #{$0} #{spec.name} name rake compile - builds the extensions rake - runs your tests, AFTER building your extensions Important: You may want to add the following pattern matches to your SCM ignore list (e.g. .gitignore file): Makefile *.o *.bundle *.so *.dll pkg doc .DS_Store Also, in your ~/.hoerc file ADD the following exclusions: exclude: !ruby/regexp /tmp$|CVS|\.svn|_darcs|\.git|log$|local/.*\.rb$|Makefile|.*\.o$|.*\.bundle$|.*\.so$|.*\.dll$/
Version data entries
25 entries across 25 versions & 1 rubygems