lib/fakes3/cli.rb in fakes3-1.3.1 vs lib/fakes3/cli.rb in fakes3-2.0.0

- old
+ new

@@ -32,10 +32,15 @@ You can get a license at: https://supso.org/projects/fake-s3 ====================== """ - warn license_message + licensing_required = Time.now > Time.utc(2018, 9, 19) + if licensing_required + abort license_message + else + warn license_message + end end store = nil if options[:root] root = File.expand_path(options[:root])