picrate 1.1.0-java → 1.2.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.
data/vendors/Rakefile CHANGED
@@ -8,7 +8,7 @@ SOUND_VERSION = 'v1.3.2'
8
8
  GLVIDEO = 'processing-glvideo.zip'
9
9
  VIDEO = 'video-2.zip'
10
10
  VIDEO_VERSION = '2'
11
- EXAMPLES = '0.4.0'
11
+ EXAMPLES = '0.5.0'
12
12
  HOME_DIR = ENV['HOME']
13
13
  LIBRARY = File.join(HOME_DIR, '.picrate', 'libraries')
14
14
  CLOBBER.include(EXAMPLES, SOUND, GLVIDEO, VIDEO)
@@ -39,6 +39,6 @@ EX_00_LB=_Execute
39
39
  EX_00_CM=jruby "%f"
40
40
  EX_00_WD=
41
41
  RubyFT_00_LB=_Compile
42
- RubyFT_00_CM=jruby -wc "%f"
42
+ RubyFT_00_CM=jruby --dev "%f"
43
43
  RubyFT_00_WD=
44
44
  filetypes=Ruby;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picrate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: java
6
6
  authors:
7
7
  - monkstone
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-17 00:00:00.000000000 Z
11
+ date: 2019-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -205,7 +205,7 @@ files:
205
205
  - lib/jogl-all-natives-linux-amd64.jar
206
206
  - lib/jogl-all-natives-linux-armv6hf.jar
207
207
  - lib/jogl-all.jar
208
- - lib/picrate-1.1.0.jar
208
+ - lib/picrate-1.2.0.jar
209
209
  - lib/picrate.rb
210
210
  - lib/picrate/app.rb
211
211
  - lib/picrate/creators/parameters.rb