assemblymade/coderwall

View on GitHub
app/badges/platypus3.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Platypus3 < LanguageBadge
  describe "Platypus 3",
           skill:             'Scala',
           description:       "Have at least three original repo where scala is the dominant language",
           for:               "having at least three original repo where scala is the dominant language.",
           image_name:        'platypus3.png',
           providers:         :github,
           language_required: "Scala",
           number_required:   3,
           weight:            3
end