Gerber
Everything you need to read and write Gerber RS-274-D and Extended Gerber RS-274X files
Files created by this gem conform to the latest Gerber format specification
Installation
Add this line to your application's Gemfile:
gem 'gerber'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gerber
Usage
require 'gerber'
gerber = Gerber.read('somefile.gerber')
gerber.write('outfile.gerber')
License
Copyright 2012-2013 Brandon Fosdick bfoz@bfoz.net and released under the BSD license.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request