rubysspi 1.0.3-i386-mswin32 → 1.0.4-i386-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
@@ -5,8 +5,8 @@ require 'rake/testtask'
|
|
5
5
|
|
6
6
|
spec = Gem::Specification.new do |s|
|
7
7
|
s.name = "rubysspi"
|
8
|
-
s.summary = "A library which implements Ruby bindings to the Win32 SSPI library. Also includes a module to add
|
9
|
-
s.version = "1.0.
|
8
|
+
s.summary = "A library which implements Ruby bindings to the Win32 SSPI library. Also includes a module to add Negotiate authentication support to Net::HTTP."
|
9
|
+
s.version = "1.0.4"
|
10
10
|
s.author = "Justin Bailey"
|
11
11
|
s.email = "jgbailey @nospam@ gmail.com"
|
12
12
|
s.homepage = "http://rubyforge.org/projects/rubysspi/"
|
metadata
CHANGED
@@ -3,9 +3,9 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rubysspi
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
7
|
-
date: 2006-
|
8
|
-
summary: A library which implements Ruby bindings to the Win32 SSPI library. Also includes a module to add
|
6
|
+
version: 1.0.4
|
7
|
+
date: 2006-11-01 00:00:00 -08:00
|
8
|
+
summary: A library which implements Ruby bindings to the Win32 SSPI library. Also includes a module to add Negotiate authentication support to Net::HTTP.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
11
|
email: jgbailey @nospam@ gmail.com
|