propane 2.6.6-java → 2.7.0-java

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
  SHA256:
3
- metadata.gz: 89ba6d3235b3cea165b0979c3eaffdc0087c91b3c090cb2ee472c54bc3ed418a
4
- data.tar.gz: a6e6e90f5180c37ec3a8b62291f51562e29ccb850396c3fe21957383178476f4
3
+ metadata.gz: 28bf3672373ab332b735ada0099fb26d4d9a9eff2d2ce172dc1db2f2bf79f808
4
+ data.tar.gz: 0bb915d145b7da16d736fabd32b134547b7c49e630d48741a43fe338fb888438
5
5
  SHA512:
6
- metadata.gz: 6c37db6a939c014ba832a11566593308d259725739330089ebfd82c6b8b7b8b66ee0c51b7f6242f8c69e05785d36ac8217908165130784057f3a79cc3001803a
7
- data.tar.gz: 58814035073725d305fe3fb0c7d86c04104d286a251f54dba3286d584555be6cdb88c712cb597a387a7644fd72a4dc22fee5a3303d6a3951320268be4cc9fc4b
6
+ metadata.gz: 447183c1fd054f4d3d93aab6ff7d78590f33db6930e2e2df77d0914700b550195349b99e98d69119385d4421ea8f333d6c1d6061b8a8d396077b05badfa8f40e
7
+ data.tar.gz: 11bbb73e10240c4ec57e82868668f11d7fd303f160f409630b765cfc097e684ccdef21973be5cf34c4d5c249ba2003c61ceb7330ed22493ed4b9d45a78f3f648
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ **v2.7.0** Now using custom icons, nice blue ruby image
2
+
1
3
  **v2.6.6** Using a modified processing-core to support jdk9 (NB FX2D and sketches with control_panel using sliders are still expected to fail with jdk9). Jdk8 users should not notice any change.
2
4
 
3
5
  **v2.6.5** bump for processing-3.3.7
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Propane
3
- VERSION = '2.6.6'.freeze
3
+ VERSION = '2.7.0'.freeze
4
4
  end
data/pom.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'fileutils'
2
2
  project 'rp5extras', 'https://github.com/monkstone/propane' do
3
3
  model_version '4.0.0'
4
- id 'propane:propane', '2.6.6'
4
+ id 'propane:propane', '2.7.0'
5
5
  packaging 'jar'
6
6
  description 'rp5extras for propane'
7
7
  organization 'ruby-processing', 'https://ruby-processing.github.io'
data/pom.xml CHANGED
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
  <modelVersion>4.0.0</modelVersion>
12
12
  <groupId>propane</groupId>
13
13
  <artifactId>propane</artifactId>
14
- <version>2.6.6</version>
14
+ <version>2.7.0</version>
15
15
  <name>rp5extras</name>
16
16
  <description>rp5extras for propane</description>
17
17
  <url>https://github.com/monkstone/propane</url>
@@ -44,15 +44,15 @@ DO NOT MODIFIY - GENERATED CODE
44
44
  <url>https://github.com/ruby-processing/propane/issues</url>
45
45
  </issueManagement>
46
46
  <properties>
47
- <jogl.version>2.3.2</jogl.version>
48
- <jruby.api>http://jruby.org/apidocs/</jruby.api>
49
- <source.directory>src</source.directory>
47
+ <propane.basedir>${project.basedir}</propane.basedir>
50
48
  <maven.compiler.target>1.8</maven.compiler.target>
51
49
  <processing.api>http://processing.github.io/processing-javadocs/core/</processing.api>
52
- <propane.basedir>${project.basedir}</propane.basedir>
53
- <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
54
- <polyglot.dump.pom>pom.xml</polyglot.dump.pom>
50
+ <source.directory>src</source.directory>
55
51
  <maven.compiler.source>1.8</maven.compiler.source>
52
+ <polyglot.dump.pom>pom.xml</polyglot.dump.pom>
53
+ <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
54
+ <jogl.version>2.3.2</jogl.version>
55
+ <jruby.api>http://jruby.org/apidocs/</jruby.api>
56
56
  </properties>
57
57
  <dependencies>
58
58
  <dependency>
data/vendors/Rakefile CHANGED
@@ -10,7 +10,7 @@ SOUND_VERSION = 'v1.3.2' # version 1.3.2
10
10
  GLVIDEO = 'processing-glvideo.zip'
11
11
  VIDEO = 'video-2.zip'
12
12
  VIDEO_VERSION = '2' # version 1.0.1
13
- EXAMPLES = '2.0'.freeze
13
+ EXAMPLES = '2.1'.freeze
14
14
  HOME_DIR = ENV['HOME']
15
15
  MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: propane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.6
4
+ version: 2.7.0
5
5
  platform: java
6
6
  authors:
7
7
  - monkstone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-28 00:00:00.000000000 Z
11
+ date: 2018-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake