propane 2.0.0.pre-java → 2.0.1-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
  SHA1:
3
- metadata.gz: 2b8e9019ba745f46a297ba815a5defe28b7ba53b
4
- data.tar.gz: b6962beb76c039881893591873f48b3f3c84cb55
3
+ metadata.gz: 71d0f803d7bb67facbb6118f910b7803f29ec306
4
+ data.tar.gz: 1e3c9e530b82d6cda1764f35a45135ba81e65e4f
5
5
  SHA512:
6
- metadata.gz: 76380f651e72cf09523f4edb401fe38b4630c7662a6ede3fe07057972e386c9902268d428df6f8557d46318532a08b9a4ce5843aa16b1b5b6b8e28060f2f6e06
7
- data.tar.gz: 68d124ab88f5ba55987a8040cffb3c3fa21ef547fa27fd9646b6db2499da22b8bd688bc4151f2bf45d681a93f53e70677b1a99e8beb8d9c9775f777a411fb294
6
+ metadata.gz: cb7b0fb9079c432b03bf1daff649e15265e45e5ecf5134495677827e56953b381b2c8605969018036ebbe1299739556a8f83916115a9811f12d6c7c794de9ab1
7
+ data.tar.gz: 6c22a4b82b8b8c4eb0cce960540927c8f928ebdda9f77a2c7afdb6500bb040e909d773c378ef2d5aab4aa459df2c053a22df077eedda557ac6f9196359981703
@@ -1,4 +1,4 @@
1
- **v2.0.0** Refactored to work with processing-3.0, `--install` install samples plan is to enable post-install of at minimum `sound` and `video` libraries
1
+ **v2.0.0** Refactored to work with processing-3.0, `--install samples` and/or vanilla processing `sound` and `video` libraries
2
2
 
3
3
  **v0.9.0** Implements `data_path` in ruby, you should use this method to return the absolute path to the `data` folder (read and write). Prefer JRubyArt methods, in the main.
4
4
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # frozen_string_literal: true
3
3
  module Propane
4
- VERSION = '2.0.0.pre'.freeze
4
+ VERSION = '2.0.1'.freeze
5
5
  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:rp5extras', '2.0.0'
4
+ id 'propane:rp5extras', '2.0.1'
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>rp5extras</artifactId>
14
- <version>2.0.0</version>
14
+ <version>2.0.1</version>
15
15
  <name>rp5extras</name>
16
16
  <description>rp5extras for propane</description>
17
17
  <url>https://github.com/monkstone/propane</url>
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Propane::VERSION
9
9
  gem.authors = ['monkstone']
10
10
  gem.email = ['mamba2928@yahoo.co.uk']
11
- gem.license = 'MIT'
11
+ gem.licenses = %w(GPL-3.0 LGPL-2.0)
12
12
  gem.description = %q{A Standalone Ruby Processing implementation}
13
13
  gem.summary = %q{A really slim layer between Ruby and Processing-3.1.1.}
14
14
  gem.homepage = 'https://ruby-processing.github.io/propane/'
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.0.0.pre
4
+ version: 2.0.1
5
5
  platform: java
6
6
  authors:
7
7
  - monkstone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2016-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: arcball
@@ -102,7 +102,8 @@ files:
102
102
  - vendors/Rakefile
103
103
  homepage: https://ruby-processing.github.io/propane/
104
104
  licenses:
105
- - MIT
105
+ - GPL-3.0
106
+ - LGPL-2.0
106
107
  metadata: {}
107
108
  post_install_message:
108
109
  rdoc_options: []
@@ -115,9 +116,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
116
  version: '0'
116
117
  required_rubygems_version: !ruby/object:Gem::Requirement
117
118
  requirements:
118
- - - ">"
119
+ - - ">="
119
120
  - !ruby/object:Gem::Version
120
- version: 1.3.1
121
+ version: '0'
121
122
  requirements: []
122
123
  rubyforge_project:
123
124
  rubygems_version: 2.6.3