cicada 0.9.1-java → 0.9.2-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.
@@ -293,7 +293,7 @@ module Cicada
293
293
  y = fp.getPosition(ImageCoordinate::Y)
294
294
  z = fp.getPosition(ImageCoordinate::Z)
295
295
 
296
- ok = (range_x.include?(x) and range_y.include?(y) and (range_z.include?(z) or toCheck.getParent.getDimensionSizes[:z] == 1))
296
+ ok = (range_x.include?(x) and range_y.include?(y) and (range_z.include?(z) or to_check.getParent.getDimensionSizes[:z] == 1))
297
297
 
298
298
  unless ok then
299
299
 
@@ -26,7 +26,7 @@
26
26
 
27
27
  module Cicada
28
28
 
29
- VERSION = "0.9.1"
29
+ VERSION = "0.9.2"
30
30
 
31
31
  end
32
32
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cicada
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: java
7
7
  authors: