lib/discourse_theme/uploader.rb in discourse_theme-0.7.0 vs lib/discourse_theme/uploader.rb in discourse_theme-0.7.1

- old
+ new

@@ -1,10 +1,7 @@ # frozen_string_literal: true module DiscourseTheme class Uploader - - THEME_CREATOR_REGEX = /^https:\/\/theme-creator.discourse.org$/i - def initialize(dir:, client:, theme_id: nil, components: nil) @dir = dir @client = client @theme_id = theme_id @components = components