image_magick 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5660fb1723354a8ddcb2f12ed4287e9ed72dd6d
4
- data.tar.gz: b41ccf6948ff437763c852ec8d5dabfae83092ba
3
+ metadata.gz: f443b21563d72934ffca6cbf70948e894507dc64
4
+ data.tar.gz: 88165ebd1cce48f900c575c9e3ad3f2979969c2f
5
5
  SHA512:
6
- metadata.gz: da9051afcfa663a2ffc0845372bd87d2cb9799b42b4dc3e06ff137dae3a7e818eaf07f08a33a3a3b31bf871263572334114e62b003b3ac21c87e188dad603d2f
7
- data.tar.gz: 8d2ed21b5d219e890541c2e2b9d453df3028b783d21a7b678b94ab93fb5d6c8164e9e788868bf83c981468b59f50d1467dcf1373c201975ef6e846f7a74d2ac5
6
+ metadata.gz: ba412451e88c95ad210f44921bfc5eef02d7ec27a1df6531cbce18be6ac8a3c93c7e71175296c33d7015f7bf9b81f83ae6d55bdeee5f4868723f693d7dab5f0e
7
+ data.tar.gz: 4983ff20709d0d51685afd5fb1696deab51dc9ec9f549f95dab5afc18ebe492cefe67793399ba6ab8ea8733366d4934b29fea6b7a576cca6b1d6a902c5d8a012
data/README.md CHANGED
@@ -26,8 +26,11 @@ and tif respectively.
26
26
 
27
27
  The output files are hard-coded to be placed in an 'out' directory, at the same
28
28
  level as the image. For example, if we're working with a file called
29
+
29
30
  ~/images/myimage.tif
31
+
30
32
  the output file will be in
33
+
31
34
  ~/images/out/myimage.tif
32
35
 
33
36
  The script is very primitive; it runs the 'identify' command to find out
@@ -1,3 +1,3 @@
1
1
  module ImageMagick
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_magick
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timothy Nordloh