Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit cd5a839

Browse files
committed
Raise error on import
1 parent a7b100a commit cd5a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/seamapi.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
puts("\nThe seamapi gem has been moved to seam. \nPlease refer to the migration guide at https://github.com/seamapi/ruby/releases/tag/v2.0.0\n\n")
3+
raise "The seamapi gem has been moved to seam. Please refer to the migration guide at https://github.com/seamapi/ruby/releases/tag/v2.0.0"
44

55
require_relative "seam/version"
66
require_relative "seam/request"

0 commit comments

Comments
 (0)