hotspotlogin 1.4.1 → 1.4.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/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ * 1.4.2 (2013-06-06)
2
+ * fix Sinatra compatibility for --listen-address
3
+
1
4
  * 1.4.1 (2013-03-13)
2
5
  * signup link - share userurl as 'redirect' GET param
3
6
  * so a signup app could redirect successfully registered users
@@ -106,7 +106,10 @@ module HotSpotLogin
106
106
  private
107
107
 
108
108
  def self.config_sinatra!
109
+ # two settings to ensure compatibility... :-o
109
110
  App.set :host, @@config['listen-address']
111
+ App.set :bind, @@config['listen-address']
112
+
110
113
  App.set :port, @@config['port']
111
114
  App.set :logging, @@config['log-http']
112
115
  end
@@ -1,6 +1,6 @@
1
1
  module HotSpotLogin
2
2
 
3
- VERSION = '1.4.1'
3
+ VERSION = '1.4.2'
4
4
 
5
5
  DEFAULT_CONFIG = {
6
6
  'listen-address' => '0.0.0.0',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotspotlogin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-13 00:00:00.000000000 Z
12
+ date: 2013-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: facets