assemblymade/coderwall

View on GitHub
app/badges/python.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Python < LanguageBadge
  describe "Python",
           skill:             'Python',
           description:       "Would you expect anything less? Have at least one original repo where Python is the dominant language",
           for:               "having at least one original repo where Python is the dominant language.",
           image_name:        'python.png',
           providers:         :github,
           language_required: "Python",
           number_required:   1,
           weight:            2

end