ruby-stemp 1.0 → 1.1
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.
- data/README +2 -2
- data/ext/extconf.rb +2 -2
- data/ext/stemp.c +2 -2
- data/test/ts_stemp.rb +2 -2
- metadata +2 -2
data/README
CHANGED
|
@@ -9,7 +9,7 @@ Note that you should set your +umask+ appropriately when using this library:
|
|
|
9
9
|
not all implementations of these functions use a reasonable file creation mask
|
|
10
10
|
by default.
|
|
11
11
|
|
|
12
|
-
Author:: Cian Synnott <cian@gmail.com>
|
|
12
|
+
Author:: Cian Synnott <cian@nospam@gmail.com>
|
|
13
13
|
Copyright:: Copyright (c) 2006 Cian Synnott
|
|
14
14
|
License:: MIT License
|
|
15
15
|
|
|
@@ -33,4 +33,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
|
33
33
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
34
34
|
IN THE SOFTWARE.
|
|
35
35
|
|
|
36
|
-
$Id: README
|
|
36
|
+
$Id: README 6 2006-11-15 18:25:26Z cian $
|
data/ext/extconf.rb
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
#
|
|
4
4
|
# STemp - Secure tempfile extension for Ruby
|
|
5
5
|
#
|
|
6
|
-
# Author:: Cian Synnott <cian@gmail.com>
|
|
6
|
+
# Author:: Cian Synnott <cian@nospam@gmail.com>
|
|
7
7
|
# Copyright:: Copyright (c) 2006 Cian Synnott
|
|
8
8
|
# License:: MIT License
|
|
9
9
|
#
|
|
10
10
|
# For license info, see the README file bundled with this package.
|
|
11
11
|
#
|
|
12
|
-
# $Id: extconf.rb
|
|
12
|
+
# $Id: extconf.rb 6 2006-11-15 18:25:26Z cian $
|
|
13
13
|
#
|
|
14
14
|
|
|
15
15
|
require 'mkmf'
|
data/ext/stemp.c
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* attempt to work around these issues. This module makes them available to
|
|
6
6
|
* Ruby programmers on platforms where they are present.
|
|
7
7
|
*
|
|
8
|
-
* Author:: Cian Synnott <cian@gmail.com>
|
|
8
|
+
* Author:: Cian Synnott <cian@nospam@gmail.com>
|
|
9
9
|
* Copyright:: Copyright (c) 2006 Cian Synnott
|
|
10
10
|
* License:: MIT License
|
|
11
11
|
*
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
30
30
|
* IN THE SOFTWARE.
|
|
31
31
|
*
|
|
32
|
-
* $Id: stemp.c
|
|
32
|
+
* $Id: stemp.c 6 2006-11-15 18:25:26Z cian $
|
|
33
33
|
*/
|
|
34
34
|
|
|
35
35
|
#include "ruby.h"
|
data/test/ts_stemp.rb
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
#
|
|
4
4
|
# STemp - Secure tempfile extension for Ruby
|
|
5
5
|
#
|
|
6
|
-
# Author:: Cian Synnott <cian@gmail.com>
|
|
6
|
+
# Author:: Cian Synnott <cian@nospam@gmail.com>
|
|
7
7
|
# Copyright:: Copyright (c) 2006 Cian Synnott
|
|
8
8
|
# License:: MIT License
|
|
9
9
|
#
|
|
10
10
|
# For license info, see the README file bundled with this package.
|
|
11
11
|
#
|
|
12
|
-
# $Id: ts_stemp.rb
|
|
12
|
+
# $Id: ts_stemp.rb 6 2006-11-15 18:25:26Z cian $
|
|
13
13
|
#
|
|
14
14
|
|
|
15
15
|
require 'test/unit'
|
metadata
CHANGED
|
@@ -3,12 +3,12 @@ rubygems_version: 0.8.11
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: ruby-stemp
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: "1.
|
|
6
|
+
version: "1.1"
|
|
7
7
|
date: 2006-11-15 00:00:00 +00:00
|
|
8
8
|
summary: Secure tempfile extension for Ruby
|
|
9
9
|
require_paths:
|
|
10
10
|
- .
|
|
11
|
-
email: cian@gmail.com
|
|
11
|
+
email: cian@nospam@gmail.com
|
|
12
12
|
homepage: http://code.google.com/p/ruby-stemp
|
|
13
13
|
rubyforge_project:
|
|
14
14
|
description:
|