photein 0.2.7 → 0.2.8

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: 54be61c96b880e74c19b8e59bc9d171388af6607beb29a51edaee077f98175dc
4
- data.tar.gz: b22b16e57161d098756efd2ccf6608ac92c89b51f54e4824dae3485763583cc2
3
+ metadata.gz: 90c0015e4ed6ddf01fc10f31be6d495141cfd2956871942830e23ec02abc27c4
4
+ data.tar.gz: 4044c6f5652c612f82cae652a7c393a375843c88afa5802d94aa54ea05743932
5
5
  SHA512:
6
- metadata.gz: 3394739447961693bed792f05c3de4b3a676cdaf856796d60057a35f5c1d3c98e72af07e89ffa5dd1ab516b2602619656f461c8db09db4f942d6846ea57c2303
7
- data.tar.gz: 7100474561dfc8423404247b1ca713b3df6740d63329fe8eb657a55f45d6e6a8d17a17d54acb93bd8aff51c83334269b9486cca8cbeda0af066c2210fceeb0e8
6
+ metadata.gz: 121843b572493a4b52ea385046a9f014e236f47b420f048c00eb0136b32d8ab32c87b454a30c6fce14f2acbbd8cdbc81b2863fe80109239b8ed254ee844f06fd
7
+ data.tar.gz: 543d87cc88c3460f2cffd7b86d4dcdc047042cdcf4886a470385f8de72bfe6381cadc13d5169d19f822712c2121c3f35386f7aaca7af01886e611d84e77c5243
@@ -52,9 +52,9 @@ module Photein
52
52
  FileUtils.mv(tempfile, dest_path, noop: config.dry_run)
53
53
  else
54
54
  FileUtils.cp(path, dest_path, noop: config.dry_run)
55
- FileUtils.chmod('-x', dest_path, noop: config.dry_run)
56
55
  end
57
56
 
57
+ FileUtils.chmod('0644', dest_path, noop: config.dry_run)
58
58
  update_exif_tags(dest_path.realdirpath.to_s) if !config.dry_run
59
59
  end
60
60
  end.compact.map(&:join).then do |threads|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Photein
4
- VERSION = '0.2.7'
4
+ VERSION = '0.2.8'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: photein
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Lue
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-06-28 00:00:00.000000000 Z
10
+ date: 2025-07-07 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport