Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prawnpdf/prawn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adamflorin/prawn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 16 files changed
  • 5 contributors

Commits on Nov 13, 2009

  1. Configuration menu
    Copy the full SHA
    1523350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6df938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e657ff View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2009

  1. Fixed links creation in annotations.rb

    In method annotations.rb:annotate a reference identifier was used instead
    of the actual reference. The links in generated pdf weren't working.
    
    Results in pdf were for example :
    /Annots [7]
    
    instead of :
    /Annots [7 0 R]
    JeanLuc authored and practicingruby committed Nov 15, 2009
    Configuration menu
    Copy the full SHA
    2ca7247 View commit details
    Browse the repository at this point in the history
  2. Remove Prawn::Reference on_encode block argument, in favor of a new, …

    …more flexible callback system. Closes #56.
    
    Added a callback system Prawn::Document::Internals#before_render(&block),
    which accepts a Proc to be run after all objects are finalized, but before
    anything is rendered to the output stream. This removes the need for the
    on_encode Proc argument to Prawn::Reference, so that argument has been
    removed.
    
    Since we are no longer storing Procs in references, this closes issue 56.
    Added a spec to verify.
    bradediger authored and practicingruby committed Nov 15, 2009
    Configuration menu
    Copy the full SHA
    f30ca2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aabf64 View commit details
    Browse the repository at this point in the history
  4. Fix loadpath

    practicingruby committed Nov 15, 2009
    Configuration menu
    Copy the full SHA
    8c91cb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff1362f View commit details
    Browse the repository at this point in the history
  6. Added an inherited hook so that extensions get properly copied into s…

    …ubclasses. This should fix the issue with using Prawn::Format in document subclasses. Closes #57
    practicingruby committed Nov 15, 2009
    Configuration menu
    Copy the full SHA
    6a1a166 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2009

  1. bump versions, again

    practicingruby committed Nov 17, 2009
    Configuration menu
    Copy the full SHA
    0d2dd56 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2010

  1. Remove any preceding newlines which are sometimes added before a long…

    … word wraps
    Adam Florin committed Jul 28, 2010
    Configuration menu
    Copy the full SHA
    49036f2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2011

  1. Configuration menu
    Copy the full SHA
    2daf6e3 View commit details
    Browse the repository at this point in the history
  2. with version

    adamflorin committed May 3, 2011
    Configuration menu
    Copy the full SHA
    bdaa023 View commit details
    Browse the repository at this point in the history
  3. gem name

    adamflorin committed May 3, 2011
    Configuration menu
    Copy the full SHA
    684903a View commit details
    Browse the repository at this point in the history
Loading