gender_detector 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/gender_detector/version.rb +1 -1
  2. metadata +2 -2
@@ -2,7 +2,7 @@ class GenderDetector
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  def self.to_s
8
8
  [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gender_detector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -85,7 +85,7 @@ files:
85
85
  - lib/gender_detector/version.rb
86
86
  - lib/gender_detector.rb
87
87
  - lib/gender_detector/data/nam_dict.txt
88
- homepage: https://github.com/bmuller/sexmachine
88
+ homepage: https://github.com/bmuller/gender_detector
89
89
  licenses: []
90
90
  post_install_message:
91
91
  rdoc_options: []