Re: [libxml-devel] Does the libxml ruby support ruby 1.9? or when will it support it?

2011-04-17 Thread Charlie Savage
The new 2.0.0 release adds in support for Ruby 1.9's encoding changes. Give it a try! Charlie On 11/3/2010 12:01 AM, Anurag Priyam wrote: I'm using ruby 1.8.7 and going to port to ruby 1.9.2. I'd like to confirm that whether current libxml support ruby 1.9. libxml has not been tested against

Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Charlie Savage
Hi Anurag, Do you still have a copy of your tutorial around. Can we put it someplace (github wiki), so other can see it? Thanks, Charlie On 5/19/2010 2:44 PM, Anurag Priyam wrote: Composing an XML document with ruby libxml is quite intuitive. Does not actually need a tutorial; API docs are

Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Anurag Priyam
On Sun, Apr 17, 2011 at 12:22 PM, Charlie Savage wrote: > Hi Anurag, > > Do you still have a copy of your tutorial around.  Can we put it someplace > (github wiki), so other can see it? Done. I have not checked the code against the git head though, and there are certain formatting issues since I

Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Anurag Priyam
> Done. I have not checked the code against the git head though, and > there are certain formatting issues since I simply copy pasted from my > paste. Fixed most of the markup issues. [1] https://github.com/xml4r/libxml-ruby/wiki/Using-the-Reader-API [2] https://github.com/xml4r/libxml-ruby/wiki/

Re: [libxml-devel] Ruby Libxml Code Example - Writing XML Documents

2011-04-17 Thread Charlie Savage
Excellent! Charlie On 4/17/2011 2:51 AM, Anurag Priyam wrote: Done. I have not checked the code against the git head though, and there are certain formatting issues since I simply copy pasted from my paste. Fixed most of the markup issues. [1] https://github.com/xml4r/libxml-ruby/wiki/Using-

[libxml-devel] gh-pages

2011-04-17 Thread Anurag Priyam
Hey Charlie, I have published the modifications to the site as gh-pages[1], and made some small changes to make publishing site easier, and handle rdoc correctly. Publishing website as gh-pages is now super simple: $ rake rdoc; rake publish or just, $ rake publish_with_docs Since the changes (se

Re: [libxml-devel] gh-pages

2011-04-17 Thread Trans
On Sun, Apr 17, 2011 at 9:22 AM, Anurag Priyam wrote: > Since the changes (see the last 3 commits) were minor, I directly > merged them into the tree. I hope it doesn't break > libxml.rubyforge.org. I imagine at this point it wouldn't be a big deal just to delete the RubyForge project altogether

Re: [libxml-devel] gh-pages

2011-04-17 Thread Charlie Savage
Hi Anurag, I have published the modifications to the site as gh-pages[1], and made some small changes to make publishing site easier, and handle rdoc correctly. Publishing website as gh-pages is now super simple: $ rake rdoc; rake publish or just, $ rake publish_with_docs Yeah, I've been stru

Re: [libxml-devel] gh-pages

2011-04-17 Thread Trans
On Sun, Apr 17, 2011 at 4:34 PM, Charlie Savage wrote: > Yeah, I've been struggling with this.  First, grancher doesn't work on > windows.  Second, when I try it on Linux I get a dialog box that asks me for > a user name password (although I have public ssh keys setup for github). Grancher is fa

[libxml-devel] Release 2.0.1 At Long Last!

2011-04-17 Thread Charlie Savage
Its been a long time coming, but we are happy to announce the release of libxml-ruby version 2.0.1. The big change in this release is full support for Ruby 1.9.2. Strings that are returned from libxml-ruby have their encodings set to the encoding of the underlying xml document. Ruby 1.8.* is

Re: [libxml-devel] gh-pages

2011-04-17 Thread Anurag Priyam
>> Since the changes (see the last 3 commits) were minor, I directly >> merged them into the tree. I hope it doesn't break >> libxml.rubyforge.org. > > Sure no problem.  I'd like to move the rdoc to gihub. Cool. I have already moved the rdoc to github. >> Also, I was wondering if it makes sense t

Re: [libxml-devel] gh-pages

2011-04-17 Thread Anurag Priyam
On Mon, Apr 18, 2011 at 4:56 AM, Trans wrote: > On Sun, Apr 17, 2011 at 4:34 PM, Charlie Savage wrote: > >> Yeah, I've been struggling with this.  First, grancher doesn't work on >> windows.  Second, when I try it on Linux I get a dialog box that asks me for >> a user name password (although I ha