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.
@@ -0,0 +1,7 @@
1
+ === 1.0.1 / 2011-07-04
2
+
3
+ * Fix the file name
4
+
5
+ === 1.0.0 / 2011-06-02
6
+
7
+ * Gemified
@@ -1,9 +1,10 @@
1
1
  Gemfile
2
2
  Gemfile.lock
3
+ History.txt
3
4
  Manifest.txt
4
5
  README.rdoc
5
6
  Rakefile
6
- lib/rmww_auth.rb
7
+ lib/rww_auth.rb
7
8
  test/cassettes/failing_auth_with_SSL.yml
8
9
  test/cassettes/passing_auth_with_SSL.yml
9
10
  test/test_rmwwauth.rb
data/Rakefile CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'rubygems'
4
4
  require 'hoe'
5
- require './lib/rmww_auth'
5
+ require './lib/rww_auth'
6
6
 
7
7
  Hoe::RUBY_FLAGS.gsub!(/^\-w/, '') # No thanks undefined ivar warnings
8
8
  Hoe.spec 'rww_auth' do | s |
@@ -19,7 +19,8 @@ Usage:
19
19
  =end
20
20
 
21
21
  class RemoteWorkplaceAuth
22
- VERSION = "1.0.0"
22
+ VERSION = "1.0.1"
23
+
23
24
  VIEW_STATE_PAT = /name="__VIEWSTATE" value="([^"]+)"/
24
25
 
25
26
  attr_accessor :server, :use_ssl
@@ -1,7 +1,7 @@
1
1
  require "bundler"
2
2
  Bundler.require(:test)
3
3
 
4
- require File.expand_path(File.dirname(__FILE__)) + "/../lib/rmww_auth"
4
+ require File.expand_path(File.dirname(__FILE__)) + "/../lib/rww_auth"
5
5
  require 'test/unit'
6
6
 
7
7
  VCR.config do |c|
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.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-02 00:00:00 +02:00
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/rmww_auth.rb
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.6.2
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