photein 0.2.9 → 0.2.10

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: 40022a60e190bed8042d3a7295eeeeb07c543393bf7181efa469ff9337392e5b
4
- data.tar.gz: af18733c7bcde5e4a549b981c114c22b6bac1a17405f9cb154840eff624ae488
3
+ metadata.gz: 0e527fda3c81663cec8265d021d3a08d4c0f47f7370cf92e0dca7c1d299bb12f
4
+ data.tar.gz: 3524e71c76cc37e3a06202826d81c88f9bdd51ad2e3cfb7f25e00d5960d6b22e
5
5
  SHA512:
6
- metadata.gz: d06380b3bd64214525f2ca2c098651ea4cfa35dbebd2a40debf395ebb6623233741d84206e0ba0a86500bb5c9024871fe5e0fb6f7e3a45ef8fabf668f3770a1e
7
- data.tar.gz: 3186977b49563f981eec584e431689ce5de674f09fc89bea2c17f2339e6a94c93ed32e5925a3c27ff451e87403f7f3fdaf14c3566a2dc0ac2098cabc7d7b85fa
6
+ metadata.gz: 78abbf645848b2e04d04e3b02fceb5e3f309fbaeff0dba794d83353a22783a81f3876497cb2017a688a90cecf60f0c51c781a66b3f87f5f03a9c110b6c8d899f
7
+ data.tar.gz: b45a4db66e0495346039c9d7cba7df2696853e3a6cf896d05a53e2983f1a01d1b88856ecaef35570b1b010e44c2e3a5d61d948e922467c85ed43090da6b49ddf
@@ -55,7 +55,7 @@ module Photein
55
55
  end
56
56
 
57
57
  FileUtils.chmod(0644, dest_path, noop: config.dry_run)
58
- update_exif_tags(dest_path.realdirpath.to_s) if !config.dry_run
58
+ update_exif_tags(dest_path.realdirpath) if !config.dry_run
59
59
  end
60
60
  end.compact.map(&:join).then do |threads|
61
61
  # e.g.: with --library-web only, raw files are skipped, so DON'T DELETE!
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Photein
4
- VERSION = '0.2.9'
4
+ VERSION = '0.2.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photein
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Lue