assemblymade/coderwall

View on GitHub
app/badges/nephila_komaci3.rb

Summary

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

end