Just wait for an official release over the weekend, if it's an option.
But if I don't get it out by Monday, don't trust me to get it out soon ;)
> 1) Only 3 gems were created from the source I downloaded from git. Is
> that correct, or should there be a 4th gem (i.e. prawn-0.6.0.0)?
> Could this explain why my server still loads the 0.5.1 gem?
Yes, 4th gem is in the meta/ folder in the sandal/prawn repos.
Basically, the "prawn" gem is just a bare gemspec that locks to
particular versions of the extensions.
Alternatively you could manually activate all your extensions one by
one, and this way, you can use any version combination you want (with
the caveat that only the ones specified by the metagem are guaranteed
to play nice together)
> 2) Why would a seemingly older version of prawn-layout and prawn-
> format get created (i.e. 0.2.0.1 instead of 0.2.1, which gets
> installed by the stable gem)? Did I not clone those repos correctly
> (I am fairly new to git, and that's a distinct possibility)? I simply
> used "git clone" and provided those repo uris above.
Looks like I never updated the version number for the gem on the
master branch. Whoops.
Wait a couple days and I'll have this all sorted out.