jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.
http://github.com/jashkenas/ruby-processing/wikis
Other
1.28k stars 94 forks source link

New Processing download location #63

Closed codebeige closed 11 years ago

codebeige commented 11 years ago

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

monkstone commented 11 years ago

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