RubyApp 0.5.70 → 0.5.71

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.5.70)
4
+ RubyApp (0.5.71)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -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("QUIT #{session.session_id.inspect}")
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
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.5.70"
2
+ VERSION = "0.5.71"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
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: 135
4
+ hash: 133
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 70
10
- version: 0.5.70
9
+ - 71
10
+ version: 0.5.71
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar