lib/rails/auth.rb in rails-auth-0.0.0 vs lib/rails/auth.rb in rails-auth-0.0.1
- old
+ new
@@ -1,7 +1,4 @@
-require "rails/auth/version"
+# frozen_string_literal: true
-module Rails
- module Auth
- # Your code goes here...
- end
-end
+# Pull in core library components that work with any Rack application
+require "rails/auth/rack"