pngdefry 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25d2bdf7aff8dfedeba78fa5fb03eb66ee76ea78
4
- data.tar.gz: 4025386dd493ba60b02966b761b6fa4d950e10c9
3
+ metadata.gz: 70061c2a7c3a2ef5b54ebcea41639e9f3c6d5ee9
4
+ data.tar.gz: 6ac788b598a8fd1ef8054505aca5d2278fd03398
5
5
  SHA512:
6
- metadata.gz: 8e1b023b9c509b296f818a33109c72920ea1a639f3e65b70273aa8544e592b945d38f5abafcb0e74b5f362368ce1287def4c742d9fa22d858223c9b34764be46
7
- data.tar.gz: 144b5db589c1a6781044c4f4f072cdc58207330a56ecacfb7fc48503ba0980bcdce84183c4bde7345c2823c4fb37b65d9218955faf99624d5065da61c73f683d
6
+ metadata.gz: 9e26267360ce80c63837a60fa61b0d96501344d49127bad0f18693a7410aa40da8e3804f7a26a37525808928ebf69fd700aa5912ec19d8cb2df62e236e9628c7
7
+ data.tar.gz: 3137b6a6ab781f26c185c69c216d53a9a611ddf2747655fda21cebab641795e5e18ff0d958a2123dbd20318cfdf41ad6fe9b6263377d8516e88b881cefda709c
@@ -480,7 +480,10 @@ int process (char *filename, char *write_file_name, unsigned int *width, unsigne
480
480
  if (pngChunks[0].id != 0x43674249) /* "CgBI" */
481
481
  {
482
482
  isPhoney = 0;
483
- printf ("%s : not an -iphone crushed PNG file\n", filename);
483
+ if (flag_Verbose)
484
+ {
485
+ printf ("%s : not an -iphone crushed PNG file\n", filename);
486
+ }
484
487
  if (!flag_Process_Anyway)
485
488
  {
486
489
  fclose (f);
@@ -1,3 +1,3 @@
1
1
  module Pngdefry
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pngdefry
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
  - Sam Soffes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-18 00:00:00.000000000 Z
12
+ date: 2015-04-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  requirements: []
72
72
  rubyforge_project:
73
- rubygems_version: 2.2.2
73
+ rubygems_version: 2.4.5
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: Un-iPhone-PNGCrush PNGs