Bluejade

Member Since
Feb 09, 2009 (9 months)

Following 0 githubbers and watching 25 repositories view all →

Public Repositories (10)

  • prawn

    Fast, Nimble PDF Writer for Ruby

    legend

    Forked from sandal/prawn Mon Oct 26 22:07:02 -0700 2009

    Last updated Sat Nov 21 23:47:24 -0800 2009

  • prawn-oval-text

    Prawn extension for generating ellipse and circle shaped text

    legend

    Last updated Sat Nov 21 22:08:04 -0800 2009

  • prawn-rectangle-text

    rectangle shaped text with alignment and shrink-to-fit

    legend

    Last updated Sat Nov 21 22:06:51 -0800 2009

  • prawn-shapes

    vector shapes in Prawn

    legend

    Last updated Thu Nov 12 14:06:39 -0800 2009

  • emacs.d

    .emacs.d configuration built around the Emacs Starter Kit (http://github.com/technomancy/emacs-st...

    legend

    Last updated Wed Nov 11 09:41:22 -0800 2009

  • ellipse

    Ellipse methods in ruby

    legend

    Last updated Sun Nov 08 21:38:01 -0800 2009

  • PrawnVectorImport

    Reads an EPS/Illustrator/PDF file and generates code for rendering in Prawn the vector content of...

    legend

    Last updated Thu Nov 05 11:57:24 -0800 2009

  • closest_index

    array.index returns nil if there is no match. array.closest_index returns the index of the closes...

    legend

    Last updated Wed Nov 04 13:17:51 -0800 2009

  • pdf-inspector

    A collection of PDF::Reader based analysis classes for inspecting PDF output. Mainly used for t...

    legend

    Forked from sandal/pdf-inspector Fri Oct 23 08:13:09 -0700 2009

    Last updated Sat Oct 31 15:11:34 -0700 2009

  • emacs-starter-kit

    All the code you need to get started, with an emphasis on dynamic languages.

    legend

    Forked from technomancy/emacs-starter-kit Wed Sep 16 21:19:55 -0700 2009

    Last updated Wed Sep 16 21:26:30 -0700 2009

Public Activity feed

Bluejade pushed to master at Bluejade/prawn Sat Nov 21 23:47:25 -0800 2009
HEAD is 6da307a86c43dfecf48c3105a1f4c39b380f3dd6

92 commits »

Bluejade pushed to master at Bluejade/prawn-oval-text Sat Nov 21 22:08:04 -0800 2009
HEAD is c7abaa1adbec033f2817bc4a6aece3a6e1baf004
  • Daniel Nelson committed c7abaa1a:
    kerning was always on. fixed
Bluejade pushed to master at Bluejade/prawn-rectangle-text Sat Nov 21 22:06:51 -0800 2009
HEAD is ea0b0b14157f585b10f8320e10c887facab869ef
  • Daniel Nelson committed ea0b0b14:
    kerning was always on. fixed
Bluejade pushed to master at Bluejade/prawn-rectangle-text Tue Nov 17 09:04:28 -0800 2009
HEAD is 568a5c7ab050a6ec5de7590c8c09f1b9a4ca9e9e
  • Daniel Nelson committed 568a5c7a:
    changed default kerning to true to match Prawn default
Bluejade pushed to master at Bluejade/prawn-oval-text Tue Nov 17 09:04:12 -0800 2009
HEAD is 9aff77c961aef56d5b1f2a9dfbf2da031bb8ae5e
  • Daniel Nelson committed 9aff77c9:
    changed default kerning to true to match Prawn default
Bluejade pushed to master at sandal/prawn Tue Nov 17 08:54:28 -0800 2009
HEAD is aaa34020116d716f0351eef6bc5238b6c7feb50e
  • Daniel Nelson committed aaa34020:
    kerning should be enabled unless :kerning => false. :kerning => true should result in kerning
Bluejade pushed to master at Bluejade/prawn-rectangle-text Mon Nov 16 12:15:19 -0800 2009
HEAD is bbc6a57b8f14d42abc36def39233287124257dd1
  • Daniel Nelson committed bbc6a57b:
    modification to spec should inadvertently omitted from last commit
Bluejade pushed to master at Bluejade/prawn-rectangle-text Mon Nov 16 12:11:50 -0800 2009
HEAD is cee2b46e127f35163816c02e0eeb09dc81314f43
  • Daniel Nelson committed cee2b46e:
    #height included the height of one extra line. Adjusted specs to catch and corrected #height method
Bluejade pushed to master at Bluejade/prawn-rectangle-text Mon Nov 16 11:51:00 -0800 2009
HEAD is b38b249f098b15d6cfc27a6740248184edcccfc1
  • Daniel Nelson committed b38b249f:
    Make width and height default to the rectangle bounded by :at and the lower right corner of the document
Bluejade pushed to master at Bluejade/prawn-rectangle-text Mon Nov 16 10:44:11 -0800 2009
HEAD is a45532eb3e832dbd38c7d425b7100527da43f1a5
  • Daniel Nelson committed a45532eb:
    Updated version and changelog for previous commit
Bluejade pushed to master at Bluejade/prawn-rectangle-text Mon Nov 16 10:40:53 -0800 2009
HEAD is c9a42f9d681bf2f0395f8950e0e5a42b0f7bbed0
  • Daniel Nelson committed c9a42f9d:
    baseline_y should start out at -line_height + descender, not -line_height
Bluejade pushed to master at Bluejade/prawn-oval-text Mon Nov 16 10:38:24 -0800 2009
HEAD is aff78a63a6cc483d7b688af11b336e305a214a2f
  • Daniel Nelson committed aff78a63:
    baseline_y should start out at -line_height + descender, not -line_height
Bluejade pushed to master at Bluejade/prawn-oval-text Fri Nov 13 11:35:19 -0800 2009
HEAD is ce6d9e3bad92079090f1b649c39d853061d59a40
  • Daniel Nelson committed ce6d9e3b:
    made specs compatible with test::spec since that is what Prawn uses
Bluejade pushed to master at Bluejade/prawn-rectangle-text Fri Nov 13 11:34:39 -0800 2009
HEAD is a9f49b331dacd93e977df99f516cf597d15dea3d
  • Daniel Nelson committed a9f49b33:
    made specs compatible with test::spec since that is what Prawn uses
Bluejade created branch master at Bluejade/prawn-rectangle-text Fri Nov 13 11:25:10 -0800 2009
Bluejade created repository prawn-rectangle-text Fri Nov 13 11:24:35 -0800 2009
New repository is at Bluejade/prawn-rectangle-text
Bluejade pushed to master at Bluejade/prawn-oval-text Fri Nov 13 10:54:28 -0800 2009
HEAD is dbaeda960037f2fc475f386e82ee27e5eea87f10
  • Daniel Nelson committed dbaeda96:
    Simplified example. Cleaned up comments
Bluejade pushed to master at Bluejade/prawn-oval-text Thu Nov 12 19:12:47 -0800 2009
HEAD is 6d9dcf696d50d2ff6834a0218387b796f0b94377
  • Daniel Nelson committed 6d9dcf69:
    Updated readme and added version
Bluejade pushed to master at Bluejade/prawn-oval-text Thu Nov 12 19:06:51 -0800 2009
HEAD is 482022a258f650919a328af1f4b194d1ce2f051d
  • Daniel Nelson committed 482022a2:
    Change location of strip so newlines work, yet still keep alignment proper
Bluejade pushed to master at Bluejade/prawn-oval-text Thu Nov 12 15:17:47 -0800 2009
HEAD is 12acb7addf483a608a1796f9d41cf142d1c16542
  • Daniel Nelson committed 12acb7ad:
    new :shrink_to_fit overflow to ensure that all text is printed
Bluejade pushed to master at Bluejade/prawn-oval-text Thu Nov 12 14:19:29 -0800 2009
HEAD is b8d03a5b836ea0374266ce84bdbe015a1f705c50
  • Daniel Nelson committed b8d03a5b:
    Now that Prawn 0.6 is out make specs and example use Prawn gem instead of vendor hack
Bluejade pushed to master at Bluejade/prawn-shapes Thu Nov 12 14:06:41 -0800 2009
HEAD is 2d3871132638f9271e3e824fe5db9259ae1e0d9d
  • Daniel Nelson committed 2d387113:
    added readme
Bluejade pushed to master at Bluejade/prawn-shapes Thu Nov 12 14:04:12 -0800 2009
HEAD is 30437f3a0ad025ea8d8bae8bd55bcb269d10de30
  • Daniel Nelson committed 30437f3a:
    Changed file name. Added example and license
Bluejade created branch master at Bluejade/prawn-shapes Thu Nov 12 13:35:03 -0800 2009
Bluejade created repository prawn-shapes Thu Nov 12 13:34:12 -0800 2009
New repository is at Bluejade/prawn-shapes
Bluejade closed issue 3 on Bluejade/prawn-oval-text Thu Nov 12 13:28:31 -0800 2009
Need ability to automatically scale text down from current font size until it fits
Bluejade opened issue 3 on Bluejade/prawn-oval-text Thu Nov 12 13:27:59 -0800 2009
Need ability to automatically scale text down from current font size until it fits
Bluejade opened issue 2 on Bluejade/prawn-oval-text Thu Nov 12 13:27:58 -0800 2009
Need ability to automatically scale text down from current font size until it fits
Bluejade opened issue 1 on Bluejade/prawn-oval-text Thu Nov 12 13:27:31 -0800 2009
Returns within text should start beginning of next line
Bluejade opened issue 55 on sandal/prawn Wed Nov 11 14:23:19 -0800 2009
Stamped content not visible when it is close to top and right boundary
Bluejade pushed to master at Bluejade/prawn Wed Nov 11 14:18:33 -0800 2009
HEAD is 580f51c732543ce1f7962789850b0a5eb9c59a05
  • Daniel Nelson committed 580f51c7:
    BBox origin is at the lower left corner of the document, so must be as wide at tall as the document.
Bluejade pushed to master at Bluejade/prawn Wed Nov 11 13:15:15 -0800 2009
HEAD is 3ca9ad4d536a6d490a1ef1e76a365190fea9ba04
  • Daniel Nelson committed 3ca9ad4d:
    Update stamp example to show stamp creation before and after a page exists
Bluejade opened issue 53 on sandal/prawn Wed Nov 11 12:15:30 -0800 2009
Font doesn't work with stamps when document created with :skip_page_creation => true
Bluejade pushed to master at Bluejade/prawn Wed Nov 11 12:13:15 -0800 2009
HEAD is 9b70eb18805cbac7240acce39268dc494ddf82f0
  • Daniel Nelson committed 9b70eb18:
    Make create_stamp work prior to page being initialized. ProcSet is part of any resource dictionary, not just part of page resource dictionary
Bluejade pushed to master at Bluejade/prawn Wed Nov 11 11:34:02 -0800 2009
HEAD is bb7093bbde9cc73e7f1a052146759aa205fd1fba

40 commits »