rubysspi 1.0.3-i386-mswin32 → 1.0.4-i386-mswin32
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/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
|