zipruby 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of zipruby might be problematic. Click here for more details.

Files changed (3) hide show
  1. data/README.txt +1 -1
  2. data/ext/zipruby.h +1 -1
  3. metadata +1 -1
data/README.txt CHANGED
@@ -247,7 +247,7 @@ https://rubyforge.org/frs/?group_id=6124
247
247
 
248
248
  == License
249
249
 
250
- Copyright (c) 2008,2009 SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
250
+ Copyright (c) 2008-2010 SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
251
251
  All rights reserved.
252
252
 
253
253
  Redistribution and use in source and binary forms, with or without modification,
data/ext/zipruby.h CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  #define TIME2LONG(v) NUM2LONG(rb_funcall((v), rb_intern("tv_sec"), 0))
23
23
 
24
- #define VERSION "0.3.2"
24
+ #define VERSION "0.3.4"
25
25
  #define ERRSTR_BUFSIZE 256
26
26
  #define DATA_BUFSIZE 8192
27
27
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zipruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - winebarrel