jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.

Home Page:http://github.com/jashkenas/ruby-processing/wikis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Processing download location

codebeige opened this issue · comments

Processing has moved from Google Code, so recent versions as of 2.0.1 can only be downloaded from http://download.processing.org.

The following simple patch works fine for me:

From 5767d19d67589e9f83d8621b9e0f862cc6c9fbb0 Mon Sep 17 00:00:00 2001
From: Tibor Claassen tibor@gmah.net
Date: Mon, 24 Jun 2013 21:03:49 +0200
Subject: [PATCH] Use Processing download page


vendors/Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendors/Rakefile b/vendors/Rakefile
index 4daa4a9..7493d0b 100644
--- a/vendors/Rakefile
+++ b/vendors/Rakefile
@@ -15,7 +15,7 @@ task :download => ["processing-#{PROCESSING_VERSION}-macosx.zip", "jruby-complet

Rakefile tested on MacOSX and linux

file "processing-#{PROCESSING_VERSION}-macosx.zip" do

1.8.3.1

@codebeige many thanks, I've just updated the Rakefile