juggernaut 0.5.3 → 0.5.4

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.
@@ -4,7 +4,7 @@ require 'json'
4
4
  $:.unshift(File.dirname(__FILE__))
5
5
 
6
6
  module Juggernaut
7
- VERSION = '0.5.3'
7
+ VERSION = '0.5.4'
8
8
 
9
9
  class JuggernautError < StandardError #:nodoc:
10
10
  end
@@ -337,7 +337,7 @@ module Juggernaut
337
337
  elsif !@request[:secret_key]
338
338
  return true if broadcast_query_request
339
339
  elsif options[:secret_key]
340
- return true if @request[:secret_key] == @options[:secret_key]
340
+ return true if @request[:secret_key] == options[:secret_key]
341
341
  end
342
342
  if !options[:allowed_ips] and !options[:secret_key] and !options[:broadcast_query_login_url]
343
343
  return true
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: juggernaut
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.3
7
- date: 2008-03-29 00:00:00 +00:00
6
+ version: 0.5.4
7
+ date: 2008-04-04 00:00:00 +01:00
8
8
  summary: FIX (describe your package)
9
9
  require_paths:
10
10
  - lib