solara/lib/solara_manager.rb in solara-0.2.0 vs solara/lib/solara_manager.rb in solara-0.2.1

- old
+ new

@@ -13,10 +13,10 @@ class SolaraManager def initialize end - def init(platform, brand_key, brand_name) + def init(brand_key, brand_name) SolaraInitializer.new(brand_key, brand_name).init end def import(configurations) BrandImporter.new.start(configurations) \ No newline at end of file