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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dcf4cc5227072fee5745bcb0c8bac9b58d337b88
4
- data.tar.gz: 7ea02eb4fbd00855ec8c0b8dab79e407cfb3dfb6
3
+ metadata.gz: 8f759da899f9b5c76bf20b45d252e5f863d0aa2e
4
+ data.tar.gz: 13e1232eaeddceda9786c119b50f388e2725ed5a
5
5
  SHA512:
6
- metadata.gz: e04d303df785d8809cc221da6572e2e3bbf71240d94b7c70ebf77d61714d38024f14c4f7575816f342a320ee9ded4d099caf80c605c8a544f30e69a4de100ade
7
- data.tar.gz: d9afb5ed70c0116bf80593fd716cf784721052f073acf5102fc3a63af664d31b5a9a89e344d28781e0c2ab5fc329b31f13bf7e01bdb33af6815b88d95d7522e2
6
+ metadata.gz: 9602c61f20d9a44bc8da342b1ee110ed7d2f9a06b6e2f89d18a0ab6b76a69ca46c6990632742de58d3a7ab38203cce6cb6323026e1435dee74d162308e7e6d49
7
+ data.tar.gz: b95d2bebd2e1ed9c1374ac7833a89646d9bbbb0c8f9ff06aeef839d237d73d22ae2847bb692c8aca364237a293054d593aa48019e779f48fa9ad25ea53b7db47
@@ -1,3 +1,3 @@
1
1
  module RubyProcessing
2
- VERSION = '2.6.9'
2
+ VERSION = '2.6.10'
3
3
  end
data/vendors/Rakefile CHANGED
@@ -8,7 +8,7 @@ WARNING = <<-EOS
8
8
 
9
9
  EOS
10
10
 
11
- JRUBYC_VERSION = '1.7.19'
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", "9973923de511c06d979e950801b51a95d19e8be3")
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.9
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-04-19 00:00:00.000000000 Z
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
- Ruby-Processing is a Ruby wrapper for the Processing code art framework. It's
80
- this thin little shim that squeezes between Processing and JRuby, passing
81
- along some neat goodies like:
82
-
83
- * Application exporting of your sketches. Hand them out to your party guests,
84
- ready-to-run.
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