nomes_tugas 0.0.1 → 0.0.4
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.
- checksums.yaml +8 -8
- data/README.md +26 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OTM0NWE2MDk5NjIzMzM2NWYyYTM2YzYzOTE5NmIyZGE5NDVjOTgzZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODZhODJkZGMwMDc2NGUzNmQwODEyYWE4MzhjMmMxYzJlZmUzYWJmOQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzhmNTVjMmU1YzJmYmZmZDU1YjRiNGM4ZDE3YTI3ZWQxYWMyODY5YzhlMTZh
|
|
10
|
+
Yjg3Y2VlYTA2OGYyNzNjZTQ5NzhiZjY3N2MyYjNhNGJjYmYzMGVhMWZkMDA3
|
|
11
|
+
YTdhMTRjOTBiZTdiNjhmYWJhYTcwYzRjMGVlN2ViZTE4MzY2N2E=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZmQxYjM1ZWI4ZjI0MzExMWZjOGU4NmE2MTk5YjM2NTI3N2EzMDhmYzhiY2Mz
|
|
14
|
+
ZmY3OTRiODE5ZGVjMzQ3ZWYyZGJhMGQ2MzIzOTkxNGIwM2E2NDNhMWZiYzll
|
|
15
|
+
N2ZjYzQ1MGNlYzlmZmU3NDU0YTM0ZDQ1MDIzYTNlZjMyZjc1ODI=
|
data/README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Nomes Tugas: Uma gem que te destingue gajos de gajas
|
|
4
|
+
|
|
5
|
+
> Bibilioteca tem dois ficheiros com nomes de meninos e meninas em portugês
|
|
6
|
+
> os nomes foram tirados deste site http://nomesportugueses.blogspot.pt/p/nomes-masculinos-z.html
|
|
7
|
+
>
|
|
8
|
+
> Se quiserem adicionar (ou melhorar o que quer que seja) nomes façam pull request ;)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## Instalar
|
|
12
|
+
|
|
13
|
+
Está disponivel no rubygems.org:
|
|
14
|
+
|
|
15
|
+
$ gem install aiss
|
|
16
|
+
|
|
17
|
+
## Utilização
|
|
18
|
+
#### Vai retornar "male":
|
|
19
|
+
NomesTugas.identify_gender "Bernardo"
|
|
20
|
+
#### Vai retornar "Female":
|
|
21
|
+
NomesTugas.identify_gender "Madalena"
|
|
22
|
+
#### Vai retornar "not_sure":
|
|
23
|
+
NomesTugas.identify_gender "badjoras"
|
|
24
|
+
|
|
25
|
+
## Sobre
|
|
26
|
+
> Fiz esta gem para conseguir enviar mails mais pessoais e diferenciar "A madalena" de "O Rui"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nomes_tugas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bernardo Simoes
|
|
@@ -20,6 +20,7 @@ files:
|
|
|
20
20
|
- lib/nomes_tugas.rb
|
|
21
21
|
- conf/boys.yaml
|
|
22
22
|
- conf/girls.yaml
|
|
23
|
+
- README.md
|
|
23
24
|
homepage: http://rubygems.org/gems/nomes_tugas
|
|
24
25
|
licenses:
|
|
25
26
|
- MIT
|