lib/arli/lock/formats/yaml.rb in arli-1.0.0 vs lib/arli/lock/formats/yaml.rb in arli-1.0.1
- old
+ new
@@ -6,10 +6,10 @@
class Yaml < Json
extension :yml
def footer
"# vi:syntax=yaml\n" +
- YAML.dump(unique_libraries)
+ YAML.dump(hash)
end
end
end
end
end