assemblymade/coderwall

View on GitHub
app/badges/python3.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Python3 < LanguageBadge
  describe "Python 3",
           skill:             'Python',
           description:       "Have at least three original repos where Python is the dominant language",
           for:               "having at least three original repos where Python is the dominant language",
           image_name:        'python3.png',
           providers:         :github,
           language_required: "Python",
           number_required:   3,
           weight:            3

end