Skip to content

neilslater/ruby_nex_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baz

Build Status

Example of gem that combines Ruby and C++ native extension.

Installation

Add this line to your application's Gemfile:

gem 'baz'

And then execute:

$ bundle

Or install it yourself as:

$ gem install baz

Usage

This gem is a do-nothing skeleton, built starting from

$ bundle gem baz

and then continued by adding support for native extensions in C++.

Its purpose is to be a reference or starting point for other gems with both Ruby and C++ code.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Ruby Native Extensions in C++, starter gem "baz"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published