cicada 0.9.1-java → 0.9.2-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: