grayphash 0.0.11.4 → 0.0.12

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 (2) hide show
  1. data/ext/grayphash/grayphash.cpp +7 -1
  2. metadata +2 -2
@@ -11,7 +11,7 @@
11
11
 
12
12
  extern "C" VALUE t_about(VALUE self)
13
13
  {
14
- return rb_str_new_cstr("pHash 0.9.4. Copyright 2008-2010 Aetilius, Inc. Included only some image functions (grayphash v-0.0.11.4).");
14
+ return rb_str_new_cstr("pHash 0.9.4. Copyright 2008-2010 Aetilius, Inc. Included only some image functions (grayphash v-0.0.12).");
15
15
  }
16
16
 
17
17
 
@@ -69,6 +69,12 @@
69
69
  }
70
70
 
71
71
  delete C;
72
+ delete dctImage;
73
+ delete subsec;
74
+ delete Ctransp;
75
+ delete img;
76
+ delete src;
77
+ delete meanfilter;
72
78
 
73
79
  return 0;
74
80
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grayphash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11.4
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-18 00:00:00.000000000 Z
12
+ date: 2012-08-19 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: pHash image wrapper
15
15
  email: tauraloke@gmail.com