No commit activity in last 3 years
No release in over 3 years
Analyze the genders of names of Rails contributors
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

 Project Readme

Rails Contributor Genders

This gem pulls the list of Rails contributor names from http://contributors.rubyonrails.org/ and analyzes the names for their gender using the Gender Detector gem.

Installation

Install gem using:

$ gem install rails_contributor_genders

Usage

Analyze the full contributor list using:

$ rails_contributor_genders

The above command takes an optional number argument, to see the gender distribution in the top x contributors, for example:

$ rails_contributor_genders 100

will return the genders of the top 100 contributors.

License

The gem is available as open source under the terms of the MIT License.