lib/ghub/import.rb in ghub-0.11.0 vs lib/ghub/import.rb in ghub-0.12.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "infusible"
module Ghub
- Import = Infusible.with Container
+ Import = Infusible[Container]
end
- old
+ new