Sha256: e1899ef54645ad81965c40fec5cbd0f94ab644c5e68fe2c3edf9896c04b74b88

Contents?: true

Size: 1.2 KB

Versions: 4

Compression:

Stored size: 1.2 KB

Contents

= Hacking on Prawn

A stub file that'll eventually get bigger

== 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 tracker that contains the code your issue is
     related to:

   http://github.com/sandal/prawn/issues
   http://github.com/sandal/prawn-layout/issues
   http://github.com/sandal/prawn-security/issues

  2. Fork any necessary repositories on Github, make your changes
  3. Submit pull request so Gregory is notified
  4. Include your ticket number in commit messages       
  
  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
  
  Otherwise, use the mailing list:
  http://groups.google.com/group/prawn-ruby

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
prawn-core-0.8.4 HACKING
prawn-graph-0.0.2 vendor/prawn-core/HACKING
prawn-graph-0.0.1 vendor/prawn-core/HACKING
prawn-core-0.7.2 HACKING