Sha256: 8afa1ffc93db27dd17f58cb9913c83c326cb9b4fd133c8be3b716471ba39f700
Contents?: true
Size: 1.39 KB
Versions: 7
Compression:
Stored size: 1.39 KB
Contents
= Hacking on Prawn While we hope to have more extensive documentation for contributors in time, for now, here is the bare minimum to get you up and running == NOTES Install test-spec, pdf-reader, and mocha from RubyGems Be sure to load in the necessary git submodules as well: git submodule init git submodule update If you are running on Ruby 1.9.1, you will need Test::Unit 1.2.3 gem install test-unit -v 1.2.3 == Patch process 1. File a ticket in the bug tracker describing a defect or feature http://github.com/sandal/prawn/issues 2. Fork us on Github, make your changes. Bug fixes or tiny enhancements can be done on your master branch, everything else should be done on its own topic branch. 3. Post a comment to the ticket telling us where your fork is, and what patches we should be looking at. If you are working on a ticket that has already been created, skip step 1. All feature enhancements should come with an example in the examples/ dir, and preferably, some specs. All bug reports should have a reproducible example in bugs/ and preferably, some specs. == Support Find us in #prawn on irc.freenode.net <sandal> - Gregory Brown <yob> - James Healy <bluejade> - Daniel Nelson <bradediger> - Brad Ediger <jonsgreen> - Jonathan Greenberg Otherwise, use the mailing list: http://groups.google.com/group/prawn-ruby
Version data entries
7 entries across 7 versions & 3 rubygems