rww_auth 1.0.0 → 1.0.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/History.txt +7 -0
- data/Manifest.txt +2 -1
- data/Rakefile +1 -1
- data/lib/{rmww_auth.rb → rww_auth.rb} +2 -1
- data/test/test_rmwwauth.rb +1 -1
- metadata +6 -6
data/History.txt
ADDED
data/Manifest.txt
CHANGED
data/Rakefile
CHANGED
data/test/test_rmwwauth.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rww_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Julik
|
@@ -10,8 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-07-
|
14
|
-
default_executable:
|
13
|
+
date: 2011-07-04 00:00:00 Z
|
15
14
|
dependencies:
|
16
15
|
- !ruby/object:Gem::Dependency
|
17
16
|
name: vcr
|
@@ -43,19 +42,20 @@ executables: []
|
|
43
42
|
extensions: []
|
44
43
|
|
45
44
|
extra_rdoc_files:
|
45
|
+
- History.txt
|
46
46
|
- Manifest.txt
|
47
47
|
files:
|
48
48
|
- Gemfile
|
49
49
|
- Gemfile.lock
|
50
|
+
- History.txt
|
50
51
|
- Manifest.txt
|
51
52
|
- README.rdoc
|
52
53
|
- Rakefile
|
53
|
-
- lib/
|
54
|
+
- lib/rww_auth.rb
|
54
55
|
- test/cassettes/failing_auth_with_SSL.yml
|
55
56
|
- test/cassettes/passing_auth_with_SSL.yml
|
56
57
|
- test/test_rmwwauth.rb
|
57
58
|
- .gemtest
|
58
|
-
has_rdoc: true
|
59
59
|
homepage: http://github.com/julik/rww_auth
|
60
60
|
licenses: []
|
61
61
|
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements: []
|
81
81
|
|
82
82
|
rubyforge_project: rww_auth
|
83
|
-
rubygems_version: 1.
|
83
|
+
rubygems_version: 1.8.5
|
84
84
|
signing_key:
|
85
85
|
specification_version: 3
|
86
86
|
summary: Allows password checks against a Remote Web Workplace server (a.k.a
|