Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 705 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 705 Bytes

Ruby Gem Counter

Ruby Gem Counter was born to list all Github's repositories that use Ruby, find the Gemfile parse it and count which gems are used to rank which one is the most used.

Running with Docker

We are using a simple Docker environment with two images, the application it self and a Postgres database.

To run the application just use:

docker-compose up

That will start the rails application

Contributors

  • @HenriqueMorato
  • @Cendrao

Want to be here too? Read how below!

Contributing

Easy steps:

  • Fork the repository;
  • Create a feature branch;
  • Make sure to test your feature and that all test are passing;
  • Commit;
  • Submit the Pull Request;