random_username 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -3
- data/lib/random_username/adjectives.txt +0 -7
- data/lib/random_username/version.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5407d640098b7775c6530debe44b9aaadc476af1
|
4
|
+
data.tar.gz: b5e8e0c1f3097a9840a9a1d6a70bc041977ebf9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8b4a023ba60de6782b9268ce01927fbec737a48d7d97669f1ceea4216aabecfa40de32b7a8ebf6d445b490f932d4093c82a464fba41b1707a89f9671b2a3ec0
|
7
|
+
data.tar.gz: 0c9e619d3896c12eb167005a95a5b0e1bc3e0b34cee18b815e8d516694470e48868aaa9f43485078e7ea26ff8f5b8e43b6eef81c15582b8ff62ed92d4db73ab2
|
data/README.md
CHANGED
@@ -33,10 +33,14 @@ Or install it yourself as:
|
|
33
33
|
=> "legitsunrise"
|
34
34
|
=> "earthyleaf"
|
35
35
|
|
36
|
+
RandomUsername.username(:max_length => 6)
|
37
|
+
=> "fitcow"
|
38
|
+
|
36
39
|
## Contributing
|
37
40
|
|
38
41
|
1. Fork it
|
39
42
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
40
|
-
3.
|
41
|
-
4.
|
42
|
-
5.
|
43
|
+
3. Include tests with your changes (run `rake` to test)
|
44
|
+
4. Commit your changes (`git commit -am 'Add some feature'`)
|
45
|
+
5. Push to the branch (`git push origin my-new-feature`)
|
46
|
+
6. Create new Pull Request
|
@@ -18,14 +18,12 @@ anima
|
|
18
18
|
apt
|
19
19
|
ardent
|
20
20
|
are
|
21
|
-
arrogant
|
22
21
|
astute
|
23
22
|
august
|
24
23
|
avid
|
25
24
|
awake
|
26
25
|
aware
|
27
26
|
balmy
|
28
|
-
beefy
|
29
27
|
benevolent
|
30
28
|
big
|
31
29
|
billowing
|
@@ -61,7 +59,6 @@ clear
|
|
61
59
|
clever
|
62
60
|
close
|
63
61
|
cogent
|
64
|
-
combative
|
65
62
|
composed
|
66
63
|
condemned
|
67
64
|
cool
|
@@ -191,7 +188,6 @@ likely
|
|
191
188
|
limber
|
192
189
|
limitless
|
193
190
|
lively
|
194
|
-
lousy
|
195
191
|
loved
|
196
192
|
lovely
|
197
193
|
loyal
|
@@ -232,7 +228,6 @@ noble
|
|
232
228
|
normal
|
233
229
|
noted
|
234
230
|
novel
|
235
|
-
numero
|
236
231
|
okay
|
237
232
|
open
|
238
233
|
outrageous
|
@@ -332,10 +327,8 @@ sweet
|
|
332
327
|
swell
|
333
328
|
swift
|
334
329
|
talented
|
335
|
-
tasteless
|
336
330
|
teal
|
337
331
|
the
|
338
|
-
thoughtless
|
339
332
|
thriving
|
340
333
|
tidy
|
341
334
|
timely
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: random_username
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Foley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Generate random Heroku-style names
|
14
14
|
email:
|
@@ -17,7 +17,7 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- .gitignore
|
20
|
+
- ".gitignore"
|
21
21
|
- LICENSE
|
22
22
|
- README.md
|
23
23
|
- Rakefile
|
@@ -37,20 +37,19 @@ require_paths:
|
|
37
37
|
- lib
|
38
38
|
required_ruby_version: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
|
-
- -
|
40
|
+
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: '0'
|
43
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
requirements: []
|
49
49
|
rubyforge_project:
|
50
|
-
rubygems_version: 2.
|
50
|
+
rubygems_version: 2.4.5
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
53
|
summary: Generate random Heroku-style names
|
54
54
|
test_files:
|
55
55
|
- test/test_random_username.rb
|
56
|
-
has_rdoc:
|