File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PiCrate
4- VERSION = '1.2.3 '
4+ VERSION = '1.2.4 '
55end
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313 A batteries included version of processing in ruby, for raspberrypi and
1414 linux. Install samples to configures geany ide.
1515 EOS
16- gem . summary = %q{ruby wrapper for processing-3.5. 3 on raspberrypi and linux64}
16+ gem . summary = %q{ruby implementation of processing-3 on raspberrypi and linux64}
1717 gem . homepage = 'https://ruby-processing.github.io/PiCrate/'
1818 gem . post_install_message = %q{Use 'picrate --install' to config geany & install samples}
1919 gem . files = `git ls-files` . split ( $/)
Original file line number Diff line number Diff line change 11project 'picrate' , 'http://maven.apache.org' do
22
33 model_version '4.0.0'
4- id 'ruby-processing:picrate:1.2.3 '
4+ id 'ruby-processing:picrate:1.2.4 '
55 packaging 'jar'
66
77 description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >ruby-processing</groupId >
1313 <artifactId >picrate</artifactId >
14- <version >1.2.3 </version >
14+ <version >1.2.4 </version >
1515 <name >picrate</name >
1616 <description >An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.</description >
1717 <url >http://maven.apache.org</url >
You can’t perform that action at this time.
0 commit comments