Creates a template for creating your own native C ruby gems. Heavily influenced by Brian Hogan's rubynew
, which can be found Here
Clone this repository with:
git clone https://github.com/Vandise/gemnew-native && cd gemnew-native
Install dependencies:
bundle install
Build the gem:
rake build
Install the gem globally (version will vary):
gem install pkg/gemnew_native-1.0.gem
Run the gemnew_native
command and pass it the name of the project you want to create.
$ gemnew_native nativegem
- Initial release
See LICENSE