ceifpar 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/ceifpar +3 -3
  3. data/lib/ceifpar/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1ba397743ceb4709d1639acc8f9a732eaa249d1
4
- data.tar.gz: 75f5670e2b4a54b91bf09b020461cf190a46a31a
3
+ metadata.gz: 6b2a661924f304686c17338f0295c33e723dfbf4
4
+ data.tar.gz: 9a95d7bc1150ce9ba37759001bc3c58edcae79b5
5
5
  SHA512:
6
- metadata.gz: c764505fbb6aa7fe584cfed6020714d6c21c6af372686b6424be1b946a49786867e70dc3fcbc18864dcfa517ff12277bee6f3ae3cd5dcecfd946d328006bb3f2
7
- data.tar.gz: 4b7a8e501a4111b92f43dcef8b2ce84b0174c86fd803cf75188def5ff17b6f0f4d6155bebe4204326a270eb76d27a4e6b142baa2202a0aa6467b53cadc2b6f1a
6
+ metadata.gz: ef855a954018ed2d48d17049f53bc15fe1b5dc6d9c393f6aa60265500301913a4857de183040bff482c8a3f701c83cad9262e3e6ee6bdcf84f665ecbd879875c
7
+ data.tar.gz: 4c71364c998eb2276acccfbd7be6eeb12dc3d7f8343c36913bca42bc30da26f3342132c01bfd0629df7cb6e145122a1abd026c02db5b2c1c66d6a56201ccca30
@@ -10,8 +10,8 @@ opt.parse!(ARGV)
10
10
 
11
11
  ARGV.each{ |arg|
12
12
  if Ceifpar.is_jpeg?(arg)
13
- dst_image = Magick::ImageList.new(path)
14
- Ceifpar.remove_exif!(arg)
13
+ dst_image = Magick::ImageList.new(arg)
14
+ Ceifpar.remove_exif!(dst_image)
15
15
 
16
16
  if rate
17
17
  ratio = Ceifpar.normalize_ratio(rate)
@@ -19,7 +19,7 @@ ARGV.each{ |arg|
19
19
  end
20
20
 
21
21
  dst_path = File.basename(arg)
22
- dst_path[/\./] = '=dst.'
22
+ dst_path[/\./] = '_dst.'
23
23
  dst_image.write(dst_path)
24
24
 
25
25
  else
@@ -1,3 +1,3 @@
1
1
  module Ceifpar
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ceifpar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusuke Nakamura
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2015-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rmagick