ruby-processing 2.6.9 → 2.6.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ruby-processing/version.rb +1 -1
- data/vendors/Rakefile +2 -2
- metadata +11 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f759da899f9b5c76bf20b45d252e5f863d0aa2e
|
4
|
+
data.tar.gz: 13e1232eaeddceda9786c119b50f388e2725ed5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9602c61f20d9a44bc8da342b1ee110ed7d2f9a06b6e2f89d18a0ab6b76a69ca46c6990632742de58d3a7ab38203cce6cb6323026e1435dee74d162308e7e6d49
|
7
|
+
data.tar.gz: b95d2bebd2e1ed9c1374ac7833a89646d9bbbb0c8f9ff06aeef839d237d73d22ae2847bb692c8aca364237a293054d593aa48019e779f48fa9ad25ea53b7db47
|
data/vendors/Rakefile
CHANGED
@@ -8,7 +8,7 @@ WARNING = <<-EOS
|
|
8
8
|
|
9
9
|
EOS
|
10
10
|
|
11
|
-
JRUBYC_VERSION = '1.7.
|
11
|
+
JRUBYC_VERSION = '1.7.20'
|
12
12
|
EXAMPLES = '1.5'
|
13
13
|
HOME_DIR = ENV['HOME']
|
14
14
|
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
|
@@ -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", "0f784b3d9d760b80b2f9d78ede80ee1d8d85e786")
|
31
31
|
end
|
32
32
|
|
33
33
|
directory "../lib/ruby"
|
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.6.
|
4
|
+
version: 2.6.10
|
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: 2015-
|
19
|
+
date: 2015-05-06 00:00:00.000000000 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
requirement: !ruby/object:Gem::Requirement
|
@@ -74,27 +74,15 @@ dependencies:
|
|
74
74
|
- - ~>
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '5.3'
|
77
|
-
description: |2
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
* A "Control Panel" library, so that you can easily create sliders, buttons,
|
87
|
-
checkboxes and drop-down menus, and hook them into your sketch's instance
|
88
|
-
variables.
|
89
|
-
|
90
|
-
* "Watch" mode, where Ruby-Processing keeps an eye on your sketch and reloads
|
91
|
-
it from scratch every time you make a change. A pretty nice REPL-ish way
|
92
|
-
to work on your Processing sketches.
|
93
|
-
|
94
|
-
* Use ruby-gems and or java-libraries to access some pretty cool stuff...
|
95
|
-
|
96
|
-
* Hundreds of worked examples are included to get you started
|
97
|
-
|
77
|
+
description: |2
|
78
|
+
Ruby-Processing is a ruby wrapper for the processing art framework.
|
79
|
+
The current version supports processing-2.2.1, and uses jruby-1.7.xx
|
80
|
+
as the glue between ruby and java. You can use both processing libraries and ruby
|
81
|
+
gems in your sketches. Features create/export/run/watch modes. The "watch" mode,
|
82
|
+
provides a nice REPL-ish way to work on your processing sketches. Includes:-
|
83
|
+
A "Control Panel" library, so that you can easily create sliders, buttons,
|
84
|
+
checkboxes and drop-down menus, and hook them into your sketch's instance
|
85
|
+
variables and hundreds of worked examples to get you started...
|
98
86
|
email: jeremy@ashkenas.com
|
99
87
|
executables:
|
100
88
|
- rp5
|