glejeune / Ruby-Graphviz

[MIRROR] Ruby interface to the GraphViz graphing tool
https://gitlab.com/glejeune/ruby-graphviz
Other
609 stars 116 forks source link

Removes duplicated colors to get rid of warnings #105

Closed EHadoux closed 9 years ago

EHadoux commented 9 years ago

Otherwise: /usr/local/lib/ruby/gems/2.2.0/gems/ruby-graphviz-1.2.1/lib/graphviz/utils/colors.rb:212: warning: duplicated key at line 867 ignored: "aliceblue" etc.

EHadoux commented 9 years ago

The failure is due to mustache not handling Ruby < 2.0 .

a2ikm commented 9 years ago

This seems fixed with #103 :)