tarruby 0.1.4-mswin32 → 0.1.5-mswin32

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Copyright (c) 2008 SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
4
4
 
5
+ == Notice!
6
+
7
+ <b>Please use {Libarchive/Ruby}[http://libarchive.rubyforge.org/].</b>
8
+
5
9
  == Description
6
10
 
7
11
  Ruby bindings for libtar.
@@ -69,6 +73,7 @@ gem install tarruby
69
73
  #Tar.bzopen('foo.tar.bz2', ...
70
74
 
71
75
  == License
76
+
72
77
  Copyright (c) 2008 SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
73
78
  All rights reserved.
74
79
 
@@ -80,7 +85,7 @@ gem install tarruby
80
85
  * Redistributions in binary form must reproduce the above copyright notice,
81
86
  this list of conditions and the following disclaimer in the documentation
82
87
  and/or other materials provided with the distribution.
83
- * The names of its contributors may be used to endorse or promote products
88
+ * The names of its contributors may not be used to endorse or promote products
84
89
  derived from this software without specific prior written permission.
85
90
 
86
91
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
@@ -96,6 +101,7 @@ gem install tarruby
96
101
  DAMAGE.
97
102
 
98
103
  === libtar
104
+
99
105
  TAR/Ruby contains libtar.
100
106
 
101
107
  * libtar is a C library for manipulating POSIX tar files.
data/ext/tarruby.c CHANGED
@@ -33,7 +33,7 @@
33
33
 
34
34
  #define INT2TIME(i) rb_funcall(rb_cTime, rb_intern("at"), 1, INT2NUM(i))
35
35
 
36
- #define VERSION "0.1.4"
36
+ #define VERSION "0.1.5"
37
37
 
38
38
  static VALUE Tar;
39
39
  static VALUE Error;
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tarruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: mswin32
6
6
  authors:
7
7
  - winebarrel
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-16 00:00:00 +09:00
12
+ date: 2009-05-21 00:00:00 +09:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  requirements: []
50
50
 
51
51
  rubyforge_project: tarruby
52
- rubygems_version: 1.2.0
52
+ rubygems_version: 1.3.1
53
53
  signing_key:
54
54
  specification_version: 2
55
55
  summary: Ruby bindings for libtar.