panomosity 0.1.27 → 0.1.28

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
  SHA256:
3
- metadata.gz: fb9cd44443d6029de5bf647ded91415c328b0f3b8feb4394229fbb303d95974b
4
- data.tar.gz: 97d16176f84f7a169915582dfb28ad46afcbdef45ce832552990851255e86f93
3
+ metadata.gz: 346124ccd523a88d99e1637eb83b6f250fea80ffc59892fba8df778f3b214356
4
+ data.tar.gz: 8dc16bacab08f711abd139de4e10a45ef3ea376b66b142dcf34ad1c2855181de
5
5
  SHA512:
6
- metadata.gz: ed134bb47e7f1f1fb5f51c821c006cc5c7c16635d909ee13b3b0e9cbeafd97e2e1e497b3ac66ec094dd6dcd25783c622e5c74a76888619f0b31ecd371e041958
7
- data.tar.gz: 84d9ce2ba7d27d610b6b2a62e6ac2099caecd96532dd37593a78ffe1a970214204180436c136caafd07ea0f1aa22a8578618e08b34da2e6ad4c5c1848873e142
6
+ metadata.gz: fd43686f4030fb72e1d114a1d99c0a9e5338febaf583acebb67c26a9497d304af6e51b992ab434e27d74fc8abcfbcec623e3e6c53302bd078131019188198ab1
7
+ data.tar.gz: 88636f51883206a3c8858339b9d877c9bd92ddba4e20959c3f0ec9b97408dc39f0ef8d05f051477b4222269d71256fd2eca585b809c9ff037ebb38d8e2f7898c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- panomosity (0.1.26)
4
+ panomosity (0.1.28)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -515,7 +515,7 @@ module Panomosity
515
515
  end.compact
516
516
  save_file
517
517
  logger.debug "running nona #{@output}"
518
- output = `nona --save-intermediate-images --intermediate-suffix=intermediate -v -m TIFF_m --seam=blend #{@output} -o #{res}_res_stitch_section_c#{column}_`
518
+ output = `nona --save-intermediate-images --intermediate-suffix=intermediate -v -m TIFF_m --seam=blend #{@output} -o #{res}_res_stitch_section_c#{column.to_s.rjust(5, '0')}_`
519
519
  logger.debug output
520
520
  end
521
521
  end
@@ -1,3 +1,3 @@
1
1
  module Panomosity
2
- VERSION = '0.1.27'
2
+ VERSION = '0.1.28'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panomosity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Garcia
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2018-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler