Problem with downloading Ziya plugin

hello , i am trying to download Ziya plugin from

ruby script/plugin install svn://rubyforge.org/var/svn/liquidrail/plugins/ziya/trunk

i have tried other url's but not able to download.Is there any alternative ? I do not want to download directly from GITHUB.com i want to download from command prompt.

Help !!!!!

You're going to have to download from github if nothing else works. No
reason not to. Just download it and extract it into vendor/plugins

Ryan Bigg wrote:

You're going to have to download from github if nothing else works. No reason not to. Just download it and extract it into vendor/plugins ----- Ryan Bigg Freelancer http://frozenplague.net

I was afraid for version conflict. Thanks.

Dharmdip Rathod wrote:

Ryan Bigg wrote:

You're going to have to download from github if nothing else works. No reason not to. Just download it and extract it into vendor/plugins ----- Ryan Bigg Freelancer http://frozenplague.net

I was afraid for version conflict. Thanks.

i am getting error like

<b> Showing blee/index.rhtml where line #1 raised:

undefined method `gen_chart' for #<ActionView::Base:0x3576fb8>

Extracted source (around line #1):

1: <%=gen_chart( "blee", url_for( :controller => 'blee', :action => 'fred' ), '#ffffff', 400, 300 )%> </b>

might this method is not avail in this plug in. Help !