propane 2.6.2-java → 2.6.3-java

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
- SHA1:
3
- metadata.gz: 25cbed1c51b8566efd012565a4c8d5247150cc7c
4
- data.tar.gz: 4e7aec446225384cff1fc5380465c9860693df63
2
+ SHA256:
3
+ metadata.gz: b5e175ffb6251f6ebd08d7da7c1f58325815d89cc841b673312917d1f236e408
4
+ data.tar.gz: a6c5b01f29d2480816ff0a1e34c2b27fdef8df51159909e31feceda3d0f7ec0b
5
5
  SHA512:
6
- metadata.gz: fbdee922b6f42bd95fe0a199a8651081667cdad2313cf7ec84ddd6a016fa20934ac454fe9a7ba008fb7cd5a1623d29cd2613d19765b2c7b70e074bb736fbf27a
7
- data.tar.gz: 43db2783552ad93b0afa607751616ef5e6aa50ee0d1c6f466162073f44ef27d901481af4d338ec44b83169f9bdf20fe839306cc6d72bac0a296eb12418e4c4b6
6
+ metadata.gz: 785f838e0407abef9ab1c362677c41c02dab982e4f00360c84481511468149a198a68e010f12203c3b79a650ca1350bd548c8729003632f13029efdb538af4b7
7
+ data.tar.gz: 1d29953379ad1a762c50e63345ac1431e96cd2db51346e6c0c56246ff3b9590bba4e9e8d13a94970b3541f0639b38005dc15e90f41bc3f631522b03de159b368
data/.yardopts ADDED
@@ -0,0 +1,5 @@
1
+ --markup markdown
2
+ -
3
+ CHANGELOG.md
4
+ LICENSE.md
5
+ README.md
data/CHANGELOG.md CHANGED
@@ -1,8 +1,10 @@
1
+ **v2.6.3** Bump recommended upgrade to jruby-9.1.15.0, possibly the last in 9.1 series?
2
+
1
3
  **v2.6.2** Features example sketches using the PixelFlow library by Thomas Diewald
2
4
 
3
5
  **v2.6.1** Bump processing version, bump recommended jruby version.
4
6
 
5
- **v2.6.0** Refactored `LibraryLoader` knows less about `Library` class. The library class _knows_ about paths, and checks that they exist. Features ability to load GLVideo library, that will surely be the future for video (supports gstreamer-1.0 instead of gstreamer-0.1.0 that has already been dropped by some linux distros).
7
+ **v2.6.0** Refactored `LibraryLoader` knows less about `Library` class. The library class _knows_ about paths, and checks that they exist. Currently has ability to load `GLVideo` library, that will eventually become the new video libary (supports gstreamer-1.0 instead of gstreamer-0.1.0 that has already been dropped by some linux distros).
6
8
 
7
9
  **v2.5.5** Intermediate `refactored_library` loader, can be release if required but still not there as regards refactor goals.
8
10
 
@@ -52,4 +54,4 @@
52
54
 
53
55
  **v0.4.0.pre** Inclusion of jogl-all.jar should fix 3D if install fails try getting rid of previous versions of gem (especially if you had done local installs, foxed me first) 3D still only for linux64 and macosx, any Windows developers are welcome to extend to windows (should be easy).
54
56
 
55
- **v0.3.0.pre** First pre-release of propane.gem turns out 3D was not working because of missing jar in gem (3D was only going to work on macosx and linux64 OS anyways.
57
+ **v0.3.0.pre** First pre-release of propane.gem turns out 3D was not working because of missing jar in gem (3D was only going to work on macosx and linux64 OS anyways).
File without changes
data/README.md CHANGED
@@ -13,7 +13,7 @@ adjust above for your OS/distro setup.
13
13
  ## Requirements
14
14
 
15
15
  - jdk8+
16
- - jruby-9.1.12.0
16
+ - jruby-9.1.15.0
17
17
  - mvn-3.5.0+
18
18
  - core.jar processing-3.3.6 (_build only_)
19
19
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Propane
3
- VERSION = '2.6.2'.freeze
3
+ VERSION = '2.6.3'.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.2'
4
+ id 'propane:propane', '2.6.3'
5
5
  packaging 'jar'
6
6
  description 'rp5extras for propane'
7
7
  organization 'ruby-processing', 'https://ruby-processing.github.io'
@@ -32,7 +32,7 @@ project 'rp5extras', 'https://github.com/monkstone/propane' do
32
32
  'jogl.version' => '2.3.2'
33
33
  )
34
34
 
35
- pom 'org.jruby:jruby:9.1.13.0'
35
+ pom 'org.jruby:jruby:9.1.15.0'
36
36
  jar 'org.processing:core:3.3.6'
37
37
  jar 'org.processing:video:3.0.2'
38
38
  jar('org.jogamp.jogl:jogl-all:${jogl.version}')
@@ -92,7 +92,7 @@ project 'rp5extras', 'https://github.com/monkstone/propane' do
92
92
  )
93
93
  end
94
94
 
95
- plugin( :compiler, '3.6.0',
95
+ plugin( :compiler, '3.7.0',
96
96
  source: '${maven.compiler.source}',
97
97
  target: '${maven.compiler.target}'
98
98
  )
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.2</version>
14
+ <version>2.6.3</version>
15
15
  <name>rp5extras</name>
16
16
  <description>rp5extras for propane</description>
17
17
  <url>https://github.com/monkstone/propane</url>
@@ -58,7 +58,7 @@ DO NOT MODIFIY - GENERATED CODE
58
58
  <dependency>
59
59
  <groupId>org.jruby</groupId>
60
60
  <artifactId>jruby</artifactId>
61
- <version>9.1.13.0</version>
61
+ <version>9.1.15.0</version>
62
62
  <type>pom</type>
63
63
  </dependency>
64
64
  <dependency>
@@ -160,7 +160,7 @@ DO NOT MODIFIY - GENERATED CODE
160
160
  </plugin>
161
161
  <plugin>
162
162
  <artifactId>maven-compiler-plugin</artifactId>
163
- <version>3.6.0</version>
163
+ <version>3.7.0</version>
164
164
  <configuration>
165
165
  <source>${maven.compiler.source}</source>
166
166
  <target>${maven.compiler.target}</target>
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 = '1.7'.freeze
13
+ EXAMPLES = '1.8'.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.2
4
+ version: 2.6.3
5
5
  platform: java
6
6
  authors:
7
7
  - monkstone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-10 00:00:00.000000000 Z
11
+ date: 2017-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -75,9 +75,10 @@ files:
75
75
  - ".mvn/extensions.xml"
76
76
  - ".mvn/wrapper/maven-wrapper.properties"
77
77
  - ".travis.yml"
78
+ - ".yardopts"
78
79
  - CHANGELOG.md
79
80
  - Gemfile
80
- - LICENSE
81
+ - LICENSE.md
81
82
  - README.md
82
83
  - Rakefile
83
84
  - bin/propane
@@ -174,7 +175,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
175
  version: '0'
175
176
  requirements: []
176
177
  rubyforge_project:
177
- rubygems_version: 2.6.13
178
+ rubygems_version: 2.7.3
178
179
  signing_key:
179
180
  specification_version: 4
180
181
  summary: ruby wrapper for processing-3.3.6 on MacOS and linux64 bit only for opengl