lib/picky/bundle.rb in picky-3.1.11 vs lib/picky/bundle.rb in picky-3.1.12

- old
+ new

@@ -42,11 +42,12 @@ delegate :[], :[]=, :to => :configuration delegate :index_directory, :to => :category def initialize name, category, backend, weights_strategy, partial_strategy, similarity_strategy, options = {} - @name = name - @category = category + @name = name + @category = category + @weights_strategy = weights_strategy @partial_strategy = partial_strategy @similarity_strategy = similarity_strategy # Extract specific indexes from backend. \ No newline at end of file