glejeune / Ruby-Graphviz

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

Add rubygems-test .gemrc file to enable easy testing of the installed gem #26

Closed dznz closed 12 years ago

dznz commented 13 years ago

Add an empty rubygems-test .gemrc file to enable easy testing of the installed gem.

See https://github.com/rubygems/rubygems-test for details

This requires the presence of a valid Rakefile in the published gem, which isn't currently done. See my other pull request for a possible solution to this.