From 314f0e485227915931db361be14d308a210bedea Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 23 Jul 2012 15:05:08 -0500 Subject: Use simple yaml dump for now --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 18e395a..782e6d9 100644 --- a/Rakefile +++ b/Rakefile @@ -10,7 +10,7 @@ end file 'lib/linguist/samples.yml' => Dir['samples/**/*'] do |f| require 'linguist/samples' - yaml = Linguist::Samples.serialize_to_yaml(Linguist::Samples.data) + yaml = YAML.dump(Linguist::Samples.data) File.open(f.name, 'w') { |io| io.write yaml } end -- cgit v1.2.3