wikk_web_auth 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/lib/wikk_web_auth.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b8a97e6efa8f27bc9a75c0f25d16dc09a0a0abc
|
|
4
|
+
data.tar.gz: 320210ecd771b521b1072007a2a0908de82b67b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d34bfa1a7883409231a585b2ac9e2822bdaade1b3b5c61af7528c1ce4f4a42794ba152fa5043ce3e2d2a9fe231b98abc6cb55c528586c3b7f01e135348a695f6
|
|
7
|
+
data.tar.gz: 2b639fbd6adafed124d26cbf28e80ba96198050498ae2fa4e7e5a50d8966ae6d8f24ae84ac52ce98878aa6f1f65a43562f34e9819e2518dfed193799698d18b2
|
data/lib/wikk_web_auth.rb
CHANGED
|
@@ -11,7 +11,7 @@ module WIKK
|
|
|
11
11
|
# @attr_reader [String] user , the remote user's user name
|
|
12
12
|
# @attr_reader [String] session , the persistent Session record for this user
|
|
13
13
|
class Web_Auth
|
|
14
|
-
VERSION = "0.1.
|
|
14
|
+
VERSION = "0.1.2" #Gem version
|
|
15
15
|
|
|
16
16
|
attr_reader :user, :session
|
|
17
17
|
|
|
@@ -241,9 +241,9 @@ module WIKK
|
|
|
241
241
|
<tr><th>User name</th><td><input TYPE="text" NAME="Username" VALUE="#{user}" SIZE="32" MAXLENGTH="32"></td></tr>
|
|
242
242
|
<tr><th>Password</th><td><input TYPE="password" NAME="Password" VALUE="" SIZE="32" MAXLENGTH="32"></td></tr>
|
|
243
243
|
<tr><td> </td><td>
|
|
244
|
-
<input ONCLICK="sendhash(); return false;" TYPE="
|
|
244
|
+
<input ONCLICK="sendhash(); return false;" TYPE="submit" NAME="login" VALUE="Login">
|
|
245
245
|
<input TYPE="button" NAME="Cancel" VALUE=" Cancel "
|
|
246
|
-
ONCLICK="document.login.Username.value='';document.login.Password.value=''">
|
|
246
|
+
ONCLICK="document.login.Username.value='';document.login.Password.value=';return false;'">
|
|
247
247
|
</td></tr>
|
|
248
248
|
</table>
|
|
249
249
|
</form>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wikk_web_auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Burrowes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: wikk_password
|