lib/birdspotting/schema_statements.rb in birdspotting-0.1.1 vs lib/birdspotting/schema_statements.rb in birdspotting-0.1.2

- old
+ new

@@ -87,10 +87,10 @@ ENV.key?(Birdspotting.configuration.check_bypass_env_var) end def checkable_version? version && - Birdspotting.configuration.start_check_at && - version <= Birdspotting.configuration.start_check_at + Birdspotting.configuration.start_check_at_version && + version <= Birdspotting.configuration.start_check_at_version end end