From 57337a07489379792a5da54b7eabf86c7ef4c317 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 16 Feb 2013 21:19:35 -0600 Subject: Fix serialization of used_options --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 256959bcb..6d45d5ae3 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -504,7 +504,7 @@ class Formula hsh["installed"] << { "version" => keg.basename.to_s, - "used_options" => tab.used_options, + "used_options" => tab.used_options.map(&:flag), "built_as_bottle" => tab.built_bottle } end -- cgit v1.2.3