taf2-md5-partial 0.0.1 → 0.0.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 (2) hide show
  1. data/ext/md5.c +0 -1
  2. metadata +1 -1
data/ext/md5.c CHANGED
@@ -389,7 +389,6 @@ static const rb_digest_metadata_t md5 = {
389
389
  VALUE rb_MD5_Save(VALUE self) {
390
390
  MD5_CTX *ctx;
391
391
  char output[sizeof(MD5_CTX)];
392
- VALUE str;
393
392
 
394
393
  Data_Get_Struct(self, MD5_CTX, ctx);
395
394
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taf2-md5-partial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd A. Fisher