hotspotlogin 0.1.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotspotlogin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
- - 0
8
7
  - 1
9
- - 2
10
- version: 0.1.2
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Guido De Rosa
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-08 00:00:00 +00:00
18
+ date: 2010-11-16 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -41,18 +41,23 @@ extensions: []
41
41
  extra_rdoc_files:
42
42
  - README.rdoc
43
43
  files:
44
- - examples/hotspotlogin.conf.yaml
45
44
  - README.rdoc
46
- - views/layout.erb
47
- - views/hotspotlogin.erb
48
- - views/404.erb
49
- - views/_login_form.erb
50
45
  - bin/hotspotlogin
46
+ - examples/hotspotlogin.conf.yaml
47
+ - examples/etc/lighttpd/lighttpd.conf
51
48
  - lib/hotspotlogin.rb
49
+ - lib/hotspotlogin/app.rb
50
+ - lib/hotspotlogin/app/helpers.rb
52
51
  - lib/hotspotlogin/constants.rb
53
52
  - lib/hotspotlogin/config.rb
54
- - lib/hotspotlogin/app.rb
55
53
  - lib/hotspotlogin/extensions/string.rb
54
+ - public/hotspotlogin/css/default.css
55
+ - public/hotspotlogin/js/ChilliLibrary.js
56
+ - public/hotspotlogin/js/UserStatus.js
57
+ - views/layout.erb
58
+ - views/hotspotlogin.erb
59
+ - views/404.erb
60
+ - views/_login_form.erb
56
61
  has_rdoc: true
57
62
  homepage: http://github.com/gderosa/hotspotlogin.rb
58
63
  licenses: []