foot_stats_simulator 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -178,7 +178,7 @@ class SimulatorMatch < ActiveRecord::Base
178
178
  end
179
179
 
180
180
  def update_by_timeline
181
- return if !status.nil? || SimulatorMatch::STATUS_SEQUENCE[status.to_sym] >= SimulatorMatch::STATUS_SEQUENCE[:finished]
181
+ return if !status.nil? && SimulatorMatch::STATUS_SEQUENCE[status.to_sym] >= SimulatorMatch::STATUS_SEQUENCE[:finished]
182
182
  timeline.update_match
183
183
  end
184
184
 
@@ -1,3 +1,3 @@
1
1
  module FootStatsSimulator
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foot_stats_simulator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: