hotspotlogin 0.1.1.1 → 0.1.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.
- data/lib/hotspotlogin/constants.rb +1 -1
- metadata +19 -9
metadata
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hotspotlogin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 0
|
|
7
|
+
- 1
|
|
8
|
+
- 1
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.1.2
|
|
5
11
|
platform: ruby
|
|
6
12
|
authors:
|
|
7
13
|
- Guido De Rosa
|
|
@@ -9,19 +15,21 @@ autorequire:
|
|
|
9
15
|
bindir: bin
|
|
10
16
|
cert_chain: []
|
|
11
17
|
|
|
12
|
-
date: 2010-03-
|
|
18
|
+
date: 2010-03-08 00:00:00 +01:00
|
|
13
19
|
default_executable:
|
|
14
20
|
dependencies:
|
|
15
21
|
- !ruby/object:Gem::Dependency
|
|
16
22
|
name: sinatra
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
25
|
requirements:
|
|
21
26
|
- - ">="
|
|
22
27
|
- !ruby/object:Gem::Version
|
|
28
|
+
segments:
|
|
29
|
+
- 0
|
|
23
30
|
version: "0"
|
|
24
|
-
|
|
31
|
+
type: :runtime
|
|
32
|
+
version_requirements: *id001
|
|
25
33
|
description: Traditionally, a PHP or Perl/CGI web page has been used to login unauthenticated users to a Network Access Controller like ChilliSpot; this hotspotlogin implementation is based on Ruby and Sinatra (the classy web framework).
|
|
26
34
|
email: guidoderosa@gmail.com
|
|
27
35
|
executables:
|
|
@@ -57,18 +65,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
57
65
|
requirements:
|
|
58
66
|
- - ">="
|
|
59
67
|
- !ruby/object:Gem::Version
|
|
68
|
+
segments:
|
|
69
|
+
- 0
|
|
60
70
|
version: "0"
|
|
61
|
-
version:
|
|
62
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
72
|
requirements:
|
|
64
73
|
- - ">="
|
|
65
74
|
- !ruby/object:Gem::Version
|
|
75
|
+
segments:
|
|
76
|
+
- 0
|
|
66
77
|
version: "0"
|
|
67
|
-
version:
|
|
68
78
|
requirements: []
|
|
69
79
|
|
|
70
80
|
rubyforge_project:
|
|
71
|
-
rubygems_version: 1.3.
|
|
81
|
+
rubygems_version: 1.3.6
|
|
72
82
|
signing_key:
|
|
73
83
|
specification_version: 3
|
|
74
84
|
summary: Ruby/Sinatra implementation of the login page used with ChilliSpot and friends.
|