assemblymade/coderwall

View on GitHub
app/badges/lemmings1000.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Lemmings1000 < Lemmings100
  describe "Kilo of Lemmings",
           skill:              'API Design',
           description:        "Establish a space in the open source hall of fame by getting at least 1000 devs to watch a project",
           for:                "establishing a space in the open source hall of fame by getting at least 1000 devs to watch your project.",
           image_name:         '1000lemming.png',
           providers:          :github,
           required_followers: 1000,
           weight:             5

end