ruby-processing 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57834cd74a3c40290211326fdcc60b0a6a427ca0
4
- data.tar.gz: 5ec86aa2ffbb63989cf432643c178e0430d2d42d
3
+ metadata.gz: 149925d6a9362b2e10f05a82f29460c04ee2a7e9
4
+ data.tar.gz: 7cd89590c12bb8831221dc020d22a5cdee4cd4bd
5
5
  SHA512:
6
- metadata.gz: d392ece3930db6d8298b2d32abcae568fb5e2ae6a248ea7f88f6139b966d3597b561c8eb170097a0de70833de96cdc3c126600f34b9e55810d1b4bd69f785b31
7
- data.tar.gz: 27d00ff60d54c300ed9a8aef3eca65fc3a777a3e4b9c6f9c62963880ed180551209729d6f86ee000340e710e7624750c0191b7b852ac4e51a6bc44c01d681765
6
+ metadata.gz: 456120fdfc42d9c2702a2436b5833e42e8dfe4a81903792c7382ae12f3a0d3797728179d700f75395155684ff1c02b4764645d7697632efe0654e27ba39b66a0
7
+ data.tar.gz: 27b0cdc5d03d840bcf8a27a99fb7fd84a995808d0c4b70f5225aaffb76f9ed6c4b0442bd898cd8a971fb1a40962eae06990c2b96794adb8333bfa42debbd327b
Binary file
@@ -1,3 +1,3 @@
1
1
  module RubyProcessing
2
- VERSION = '2.7.0'
2
+ VERSION = '2.7.1'
3
3
  end
@@ -8,8 +8,8 @@ WARNING = <<-EOS
8
8
 
9
9
  EOS
10
10
 
11
- JRUBYC_VERSION = '1.7.25'
12
- EXAMPLES = '1.7'
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", '8eb234259ec88edc05eedab05655f458a84bfcab')
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},zip"
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.0
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-06-27 00:00:00.000000000 Z
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.25 or an \n
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