game-server 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/game-server.gemspec +1 -1
- data/lib/daemon_logger.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.7
|
data/game-server.gemspec
CHANGED
data/lib/daemon_logger.rb
CHANGED
@@ -74,7 +74,7 @@ EOF
|
|
74
74
|
|
75
75
|
# DaemonLogger.instance.send_emails_to_receivers(message) if send_mail
|
76
76
|
log(message, :error)
|
77
|
-
ExceptionNotifier::Notifier.background_exception_notification(
|
77
|
+
ExceptionNotifier::Notifier.background_exception_notification(exception).deliver
|
78
78
|
end
|
79
79
|
|
80
80
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: game-server
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.4.
|
5
|
+
version: 0.4.7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- V_M
|
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
segments:
|
151
151
|
- 0
|
152
|
-
hash:
|
152
|
+
hash: -806085327
|
153
153
|
version: '0'
|
154
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
155
|
none: false
|