Sha256: 0b2c24ce0cc45a6a3fb88735861de6ea8fcc0374d8c3606adbbaa20f0f0ae8b8

Contents?: true

Size: 682 Bytes

Versions: 7

Compression:

Stored size: 682 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|local/.*\.rb$|Makefile|.*\.o$|.*\.bundle$|.*\.so$|.*\.dll$/

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newgem-0.20.1 rubygems_generators/extconf/USAGE
newgem-0.21.0 rubygems_generators/extconf/USAGE
newgem-0.22.2 rubygems_generators/extconf/USAGE
newgem-0.23.0 rubygems_generators/extconf/USAGE
newgem-0.23.1 rubygems_generators/extconf/USAGE
newgem-0.22.1 rubygems_generators/extconf/USAGE
newgem-0.22.0 rubygems_generators/extconf/USAGE