RubyApp 0.5.70 → 0.5.71
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/Gemfile.lock +1 -1
- data/lib/ruby_app/session.rb +2 -1
- data/lib/ruby_app/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/ruby_app/session.rb
CHANGED
@@ -184,7 +184,8 @@ module RubyApp
|
|
184
184
|
while true
|
185
185
|
RubyApp::Session.sessions.values.each do |session|
|
186
186
|
if session.expired?
|
187
|
-
RubyApp::Log.debug("
|
187
|
+
RubyApp::Log.debug("SESSION session.session_id=#{session.session_id.inspect}")
|
188
|
+
RubyApp::Log.debug("SESSION session.quit!")
|
188
189
|
session.quit!
|
189
190
|
end
|
190
191
|
end
|
data/lib/ruby_app/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: RubyApp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 133
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 71
|
10
|
+
version: 0.5.71
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Frank G. Ficnar
|