ruby-processing 2.7.0 → 2.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rpextras.jar +0 -0
- data/lib/ruby-processing/version.rb +1 -1
- data/vendors/Rakefile +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 149925d6a9362b2e10f05a82f29460c04ee2a7e9
|
4
|
+
data.tar.gz: 7cd89590c12bb8831221dc020d22a5cdee4cd4bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 456120fdfc42d9c2702a2436b5833e42e8dfe4a81903792c7382ae12f3a0d3797728179d700f75395155684ff1c02b4764645d7697632efe0654e27ba39b66a0
|
7
|
+
data.tar.gz: 27b0cdc5d03d840bcf8a27a99fb7fd84a995808d0c4b70f5225aaffb76f9ed6c4b0442bd898cd8a971fb1a40962eae06990c2b96794adb8333bfa42debbd327b
|
data/lib/rpextras.jar
CHANGED
Binary file
|
data/vendors/Rakefile
CHANGED
@@ -8,8 +8,8 @@ WARNING = <<-EOS
|
|
8
8
|
|
9
9
|
EOS
|
10
10
|
|
11
|
-
JRUBYC_VERSION = '1.7.
|
12
|
-
EXAMPLES = '1.
|
11
|
+
JRUBYC_VERSION = '1.7.26'
|
12
|
+
EXAMPLES = '1.8'
|
13
13
|
HOME_DIR = ENV['HOME']
|
14
14
|
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
|
15
15
|
|
@@ -27,7 +27,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
|
|
27
27
|
rescue
|
28
28
|
warn(WARNING)
|
29
29
|
end
|
30
|
-
check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", '
|
30
|
+
check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", 'c09885af02af34266ed929f94cedcf87cc965f46')
|
31
31
|
end
|
32
32
|
|
33
33
|
directory "../lib/ruby"
|
@@ -71,7 +71,7 @@ end
|
|
71
71
|
desc "copy examples"
|
72
72
|
task :copy_examples => file_name do
|
73
73
|
if MAC_OR_LINUX.nil?
|
74
|
-
sh "unzip #{EXAMPLES}
|
74
|
+
sh "unzip #{EXAMPLES}.zip"
|
75
75
|
else
|
76
76
|
sh "tar xzvf #{EXAMPLES}.tar.gz"
|
77
77
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-processing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.7.
|
4
|
+
version: 2.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Ashkenas
|
@@ -16,7 +16,7 @@ authors:
|
|
16
16
|
autorequire:
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
|
-
date: 2016-
|
19
|
+
date: 2016-08-30 00:00:00.000000000 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: bundler
|
@@ -61,7 +61,7 @@ dependencies:
|
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '5.8'
|
63
63
|
description: " Ruby-Processing is a ruby wrapper for the processing-2.0 art framework.\n
|
64
|
-
\ This version supports processing-2.2.1, and uses jruby-complete-1.7.
|
64
|
+
\ This version supports processing-2.2.1, and uses jruby-complete-1.7.26 or an \n
|
65
65
|
\ installed jruby as the glue between ruby and java. Use both processing \n libraries
|
66
66
|
and ruby gems in your sketches. The \"watch\" mode, provides a \n nice REPL-ish
|
67
67
|
way to work on your processing sketches. Features a polyglot\n maven build, opening
|