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

- old
+ new

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